Files
archived-starters/javascript/with-postgres/package.json
2020-10-07 13:25:02 -06:00

17 lines
314 B
JSON

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