helpyourneighbour/package.json
BibaBot bfd432d094
Some checks are pending
Docker Test / test (push) Waiting to run
Add comprehensive tests for role middleware and fix package dependencies
2026-03-16 20:07:22 +00:00

20 lines
No EOL
431 B
JSON

{
"name": "helpyourneighbour",
"version": "1.0.0",
"description": "Backend for helpyourneighbour project",
"main": "backend/app.js",
"scripts": {
"test": "node test/roles.test.js",
"start": "node backend/app.js"
},
"dependencies": {
"express": "^4.18.2",
"mysql2": "^3.6.0",
"dotenv": "^16.3.1"
},
"devDependencies": {
"mocha": "^10.2.0",
"chai": "^4.3.7",
"sinon": "^15.2.0"
}
}