You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

23 lines
569 B

{
"name": "node-panel",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "node ./bin/www NODE_ENV=development",
"start": "set NODE_ENV=development&nodemon --delay 1.5 bin/www ",
"prd": "pm2 start bin/www",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"debug": "^4.3.4",
"dotenv": "^16.0.1",
"express": "^4.18.1",
"morgan": "^1.10.0",
"nodemon": "^2.0.16",
"serve-favicon": "^2.5.0",
"serve-static": "^1.15.0"
}
}