2019-01-31 10:47:29 -05:00
|
|
|
{
|
|
|
|
"name": "nodet",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"author": "",
|
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
2023-02-17 14:22:05 -05:00
|
|
|
"dotenv": "^16.0.3",
|
2020-02-06 00:09:36 -05:00
|
|
|
"express": "^4.17.1",
|
2023-02-17 14:22:05 -05:00
|
|
|
"pg": "^8.9.0"
|
2019-01-31 10:47:29 -05:00
|
|
|
}
|
|
|
|
}
|