pivot_forecast/package.json

21 lines
402 B
JSON
Raw Permalink Normal View History

2020-11-11 23:39:26 -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": {
"body-parser": "^1.19.0",
"dotenv": "^8.2.0",
2020-11-11 23:39:26 -05:00
"express": "^4.17.1",
"fs": "0.0.1-security",
"https": "^1.0.0",
"pg": "^8.5.1",
"readline": "^1.3.0"
2020-11-11 23:39:26 -05:00
}
}