18 lines
342 B
JSON
18 lines
342 B
JSON
{
|
|
"name": "deploy-server",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "node ./bin/www",
|
|
"dev": "nodemon ./bin/www"
|
|
},
|
|
"dependencies": {
|
|
"body-parser": "^1.19.0",
|
|
"child_process": "^1.0.2",
|
|
"cookie-parser": "~1.4.4",
|
|
"debug": "~2.6.9",
|
|
"express": "~4.16.1",
|
|
"morgan": "~1.9.1"
|
|
}
|
|
}
|