18 lines
331 B
JSON
18 lines
331 B
JSON
{
|
|
"name": "server",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "node --watch ./bin/www"
|
|
},
|
|
"dependencies": {
|
|
"cookie-parser": "~1.4.4",
|
|
"debug": "~2.6.9",
|
|
"dotenv": "^16.5.0",
|
|
"express": "^4.21.2",
|
|
"http-errors": "~1.6.3",
|
|
"mongoose": "^8.14.1",
|
|
"morgan": "~1.9.1"
|
|
}
|
|
}
|