Files
leifsbackend/package.json
dependabot[bot] 389720d7c0 Bump express from 4.16.4 to 4.17.3
Bumps [express](https://github.com/expressjs/express) from 4.16.4 to 4.17.3.
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.16.4...4.17.3)

---
updated-dependencies:
- dependency-name: express
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-09 14:31:05 +00:00

25 lines
502 B
JSON

{
"name": "postgres",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"start": "node src/server.js"
},
"dependencies": {
"body-parser": "^1.18.3",
"dotenv": "^6.2.0",
"express": "^4.17.3",
"http-proxy-middleware": "^0.19.1",
"moment": "^2.24.0",
"morgan": "^1.9.1",
"pg": "^7.8.0",
"pg-hstore": "^2.3.2"
},
"devDependencies": {
"sequelize": "^4.42.0",
"sequelize-auto": "^0.4.29",
"sequelize-cli": "^5.4.0"
}
}