{ "name": "pern-stack-setup", "version": "1.0.0", "description": "", "main": "server.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/mahuntington/PERN-Stack-Setup.git" }, "author": "", "license": "ISC", "bugs": { "url": "https://github.com/mahuntington/PERN-Stack-Setup/issues" }, "homepage": "https://github.com/mahuntington/PERN-Stack-Setup#readme", "dependencies": { "express": "^4.17.1", "pg": "^8.3.2" } }