Files
zum-hub/package.json
2021-10-19 15:55:45 +09:00

18 lines
329 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": {
"express": "^4.17.1",
"nodemon": "^2.0.13"
}
}