{ "name": "server", "version": "1.0.0", "description": "", "main": "app.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "node index.js", "pkg": "pkg . -t node10-win-x64 -o app" }, "bin": "./index.js", "pkg": { "assets": [] }, "author": "", "license": "ISC", "dependencies": { "child_process": "^1.0.2", "cors": "^2.8.5", "express": "^4.17.1", "jsonwebtoken": "^8.5.1", "morgan": "^1.10.0", "pg": "^8.3.0", "pkg": "^5.5.2" }, "devDependencies": {} }