18 lines
No EOL
389 B
JSON
18 lines
No EOL
389 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": {
|
|
"node:test": "^22.2.0"
|
|
}
|
|
} |