Premiere verison route admin operationnelle
This commit is contained in:
@@ -1,18 +1,13 @@
|
||||
{
|
||||
"name": "supersunday-backend",
|
||||
"name": "supersunday-api",
|
||||
"version": "1.0.0",
|
||||
"type": "module",
|
||||
"description": "Super Sunday API (CommonJS)",
|
||||
"main": "src/index.js",
|
||||
"scripts": {
|
||||
"start": "node src/index.js",
|
||||
"dev": "node --watch src/index.js"
|
||||
"start": "node src/index.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"cors": "^2.8.5",
|
||||
"dotenv": "^16.6.1",
|
||||
"express": "^4.21.2",
|
||||
"helmet": "^7.2.0",
|
||||
"jsonwebtoken": "^9.0.2",
|
||||
"pg": "^8.11.5"
|
||||
"pg": "^8.12.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user