19 lines
362 B
JSON
19 lines
362 B
JSON
|
{
|
||
|
"name": "server",
|
||
|
"version": "1.0.0",
|
||
|
"description": "",
|
||
|
"main": "index.js",
|
||
|
"scripts": {
|
||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
},
|
||
|
"author": "",
|
||
|
"license": "ISC",
|
||
|
"dependencies": {
|
||
|
"body-parser": "^1.19.0",
|
||
|
"express": "^4.17.1",
|
||
|
"nodaemon": "0.0.5",
|
||
|
"node-cron": "^2.0.3",
|
||
|
"node-fetch": "^2.6.1"
|
||
|
}
|
||
|
}
|