21 lines
411 B
JSON
21 lines
411 B
JSON
{
|
|
"name": "node_postgres",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "script.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"body-parser": "^1.19.0",
|
|
"dotenv": "^8.2.0",
|
|
"express": "^4.17.1",
|
|
"fs": "0.0.1-security",
|
|
"https": "^1.0.0",
|
|
"pg": "^8.5.1",
|
|
"readline": "^1.3.0"
|
|
}
|
|
}
|