Files
archived-starters/javascript/with-postgres/package.json
Jake Runzer 7336895dcc init
2020-09-11 19:02:13 +01:00

17 lines
303 B
JSON

{
"name": "with-postgres",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"pg": "^8.3.0"
}
}