22 lines
482 B
JSON
22 lines
482 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": {
|
|
"dotenv": "^16.3.1",
|
|
"express": "^4.18.2",
|
|
"mysql2": "^3.6.0"
|
|
},
|
|
"devDependencies": {
|
|
"chai": "^4.3.7",
|
|
"jest": "^30.3.0",
|
|
"mocha": "^10.2.0",
|
|
"sinon": "^15.2.0",
|
|
"supertest": "^7.2.2"
|
|
}
|
|
}
|