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