Files
est-api/package.json
2025-10-21 08:10:15 +00:00

30 lines
669 B
JSON

{
"name": "est-api",
"version": "0.0.1",
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js",
"dev": "nodemon app.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"bcryptjs": "^2.4.3",
"cookie-parser": "^1.4.7",
"cors": "^2.8.5",
"crypto-js": "^4.2.0",
"dotenv": "^16.4.5",
"express": "^4.21.1",
"express-fileupload": "^1.5.2",
"fs": "^0.0.1-security",
"jsonwebtoken": "^9.0.2",
"moment-timezone": "^0.5.46",
"mysql2": "^3.11.3",
"nodemailer": "^6.9.15",
"nodemon": "^3.1.10"
}
}