helpyourneighbour/package.json

23 lines
482 B
JSON
Raw Permalink Normal View History

{
"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": {
2026-03-17 07:07:36 +00:00
"dotenv": "^16.3.1",
"express": "^4.18.2",
2026-03-17 07:07:36 +00:00
"mysql2": "^3.6.0"
},
"devDependencies": {
"chai": "^4.3.7",
2026-03-17 07:07:36 +00:00
"jest": "^30.3.0",
"mocha": "^10.2.0",
"sinon": "^15.2.0",
"supertest": "^7.2.2"
}
2026-03-17 07:07:36 +00:00
}