2020-05-22 00:18:59 +01:00

17 lines
294 B
JSON

{
"name": "postgres-app",
"version": "1.0.0",
"description": "",
"main": "tasks.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"dotenv": "^8.2.0",
"pg": "^8.2.1"
}
}