21 lines
402 B
JSON
21 lines
402 B
JSON
{
|
|
"name": "db-connect",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "nodemon ./bin/www"
|
|
},
|
|
"dependencies": {
|
|
"cookie-parser": "~1.4.4",
|
|
"debug": "~2.6.9",
|
|
"express": "~4.16.1",
|
|
"http-errors": "~1.6.3",
|
|
"jade": "~1.11.0",
|
|
"morgan": "~1.9.1",
|
|
"nodemon": "^3.1.9",
|
|
"pg": "^8.13.1",
|
|
"pg-hstore": "^2.3.4",
|
|
"sequelize": "^6.37.5"
|
|
}
|
|
}
|