first commit
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user