refont back express
This commit is contained in:
24
backend/package.json
Normal file
24
backend/package.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"name": "api_eni_angular",
|
||||
"version": "1.0.0",
|
||||
"type": "module",
|
||||
"description": "API ENI Angular",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"start": "node server.js"
|
||||
},
|
||||
"author": "Johan Leroy",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"bcryptjs": "^3.0.2",
|
||||
"cookie-parser": "^1.4.7",
|
||||
"cors": "^2.8.5",
|
||||
"dotenv": "^16.4.7",
|
||||
"express": "^4.18.2",
|
||||
"jsonwebtoken": "^9.0.2",
|
||||
"mariadb": "^3.4.0",
|
||||
"multer": "^1.4.5-lts.1",
|
||||
"url": "^0.11.4",
|
||||
"uuid": "^11.1.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user