Files
zum-hub/package.json
2021-10-25 15:17:56 +09:00

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"
}
}