P8-ExchangeService/package.json
dependabot[bot] 7380eb9066
Bump express from 4.17.1 to 4.19.2
Bumps [express](https://github.com/expressjs/express) from 4.17.1 to 4.19.2.
- [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.17.1...4.19.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-26 10:31:07 +00:00

39 lines
1.0 KiB
JSON

{
"name": "parus_exchange_service",
"version": "1.0.0",
"description": "Parus 8 and WEB API integration platform",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CITKParus/ExchangeService.git"
},
"author": "CITK Parus",
"license": "ISC",
"bugs": {
"url": "https://github.com/CITKParus/ExchangeService/issues"
},
"homepage": "https://github.com/CITKParus/ExchangeService#readme",
"dependencies": {
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"express": "^4.19.2",
"lodash": "^4.17.19",
"module-alias": "^2.2.2",
"nodemailer": "^6.4.11",
"oracledb": "^4.2.0",
"request": "^2.88.2",
"request-promise": "^4.2.6",
"validate": "^5.1.0",
"xml2js": "^0.4.23"
},
"_moduleAliases": {
"@core": "core",
"@modules": "modules",
"@models": "models"
}
}