22 lines
484 B
JSON
22 lines
484 B
JSON
{
|
|
"name": "node-gestion-api",
|
|
"version": "1.0.0",
|
|
"main": "app.js",
|
|
"scripts": {
|
|
"start": "node app.js",
|
|
"dev": "node --watch app.js",
|
|
"notify:test": "node src/scripts/sendTestNotification.js"
|
|
},
|
|
"dependencies": {
|
|
"cors": "^2.8.5",
|
|
"dotenv": "^16.4.5",
|
|
"express": "^4.19.2",
|
|
"express-rate-limit": "^8.2.1",
|
|
"firebase-admin": "^13.6.0",
|
|
"helmet": "^8.1.0",
|
|
"jsonwebtoken": "^9.0.2",
|
|
"md5": "^2.3.0",
|
|
"mysql2": "^3.9.7"
|
|
}
|
|
}
|