22 lines
445 B
JSON
22 lines
445 B
JSON
|
|
{
|
||
|
|
"name": "server",
|
||
|
|
"version": "0.0.0",
|
||
|
|
"private": true,
|
||
|
|
"scripts": {
|
||
|
|
"start": "node ./bin/www"
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"cookie-parser": "~1.4.4",
|
||
|
|
"debug": "~2.6.9",
|
||
|
|
"dotenv": "^16.4.7",
|
||
|
|
"express": "~4.16.1",
|
||
|
|
"googleapis": "^148.0.0",
|
||
|
|
"http-errors": "~1.6.3",
|
||
|
|
"jade": "~1.11.0",
|
||
|
|
"morgan": "~1.9.1",
|
||
|
|
"node-cron": "^3.0.3",
|
||
|
|
"winston": "^3.17.0",
|
||
|
|
"winston-daily-rotate-file": "^5.0.0"
|
||
|
|
}
|
||
|
|
}
|