Bumps [helmet](https://github.com/helmetjs/helmet) from 7.2.0 to 8.0.0. - [Changelog](https://github.com/helmetjs/helmet/blob/main/CHANGELOG.md) - [Commits](https://github.com/helmetjs/helmet/compare/v7.2.0...v8.0.0) --- updated-dependencies: - dependency-name: helmet dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
48 lines
1.1 KiB
JSON
48 lines
1.1 KiB
JSON
{
|
|
"name": "RustyHearts-API",
|
|
"version": "1.2.0",
|
|
"description": "Rusty Hearts REST API implementation on node.js",
|
|
"main": "src/app.js",
|
|
"scripts": {
|
|
"start": "node src/app"
|
|
},
|
|
"author": "JuniorDark",
|
|
"keywords": [
|
|
"api",
|
|
"rustyhearts",
|
|
"launcher"
|
|
],
|
|
"homepage": "https://github.com/JuniorDark/RustyHearts-API",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/JuniorDark/RustyHearts-API/RustyHearts-API.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/JuniorDark/RustyHearts-API/issues"
|
|
},
|
|
"dependencies": {
|
|
"bcryptjs": "^2.4.3",
|
|
"compression": "^1.7.4",
|
|
"cors": "^2.8.5",
|
|
"dotenv": "^16.0.3",
|
|
"express": "^4.18.2",
|
|
"express-rate-limit": "^7.1.5",
|
|
"express-validator": "^7.0.1",
|
|
"express-winston": "^4.2.0",
|
|
"handlebars": "^4.7.7",
|
|
"helmet": "^8.0.0",
|
|
"joi": "^17.9.2",
|
|
"logger": "^0.0.1",
|
|
"moment-timezone": "^0.5.43",
|
|
"mssql": "^11.0.0",
|
|
"node-cache": "^5.1.2",
|
|
"nodemailer": "^6.9.1",
|
|
"pm2": "^5.3.0",
|
|
"winston": "^3.8.2",
|
|
"xml2js": "^0.6.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.15.0"
|
|
},
|
|
"license": "0BSD"
|
|
}
|