forecast_api/package.json
2020-02-06 00:09:36 -05:00

17 lines
296 B
JSON

{
"name": "nodet",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"dotenv": "^6.2.0",
"express": "^4.17.1",
"pg": "^7.18.1"
}
}