backlog/package.json
2024-05-31 13:12:50 +01:00

19 lines
361 B
JSON

{
"type": "module",
"scripts": {
"start": "nodemon app.js"
},
"dependencies": {
"axios": "^1.7.2",
"body-parser": "^1.20.2",
"busboy": "^1.6.0",
"cookie-session": "^2.1.0",
"dotenv": "^16.4.5",
"ejs": "3.1.6",
"express": "^4.19.2",
"express-validator": "^7.1.0",
"mysql2": "^3.9.9",
"nodemon": "^3.1.2"
}
}