first commit

This commit is contained in:
2026-02-03 14:27:12 +00:00
commit fdd50d2174
5879 changed files with 875439 additions and 0 deletions
+21
View File
@@ -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"
}
}