{ "name": "server", "version": "1.0.0", "description": "", "main": "server.js", "dependencies": { "axios": "^0.21.1", "express": "^4.17.1", "md5": "^2.3.0", "moment": "^2.29.1", "pg": "^8.5.1", "ps": "^1.0.0" }, "devDependencies": {}, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "node server.js" }, "repository": { "type": "git", "url": "https://git.heroku.com/glacial-coast-50848.git" }, "author": "", "license": "ISC" }