20 lines
384 B
JSON
20 lines
384 B
JSON
{
|
|
"name": "zum_hub",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "server.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "node server.js"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"axios": "^0.23.0",
|
|
"cheerio": "^1.0.0-rc.10",
|
|
"express": "^4.17.1",
|
|
"nodemon": "^2.0.13"
|
|
}
|
|
}
|