19 lines
351 B
JSON
Raw Normal View History

{
"name": "backend_server",
"version": "1.0.0",
"description": "",
"main": "app.js",
"dependencies": {
"express": "^4.17.1",
"pg": "^8.2.1",
"ps": "^1.0.0"
},
"devDependencies": {},
"scripts": {
"start": "node app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC"
}