backlog/package.json

19 lines
361 B
JSON
Raw Permalink Normal View History

2024-05-31 13:11:30 +01:00
{
"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"
}
}