29 lines
766 B
JSON
29 lines
766 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",
|
|
"smoke:trips": "node src/scripts/smokeTripsEndpoint.js",
|
|
"purge:driver-licenses": "node src/scripts/purgeExpiredDriverLicenses.js",
|
|
"test": "node --test"
|
|
},
|
|
"dependencies": {
|
|
"cors": "^2.8.5",
|
|
"dotenv": "^16.4.5",
|
|
"express": "^4.19.2",
|
|
"express-rate-limit": "^8.2.1",
|
|
"firebase-admin": "^13.6.0",
|
|
"flatpickr": "4.6.13",
|
|
"helmet": "^8.1.0",
|
|
"jsonwebtoken": "^9.0.2",
|
|
"md5": "^2.3.0",
|
|
"multer": "^2.0.2",
|
|
"mysql2": "^3.9.7",
|
|
"nodemailer": "^6.10.1",
|
|
"ssh2-sftp-client": "^12.0.1"
|
|
}
|
|
}
|