15 lines
254 B
JSON
15 lines
254 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": {
|
|
"pg": "^8.5.1"
|
|
}
|
|
}
|