mirror of
https://github.com/JuniorDark/RustyHearts-API.git
synced 2026-05-07 06:01:44 -04:00
Bumps [dotenv](https://github.com/motdotla/dotenv) from 16.6.1 to 17.0.0. - [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md) - [Commits](https://github.com/motdotla/dotenv/compare/v16.6.1...v17.0.0) --- updated-dependencies: - dependency-name: dotenv dependency-version: 17.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
51 lines
1.2 KiB
JSON
51 lines
1.2 KiB
JSON
{
|
|
"name": "rustyhearts-api",
|
|
"version": "1.3.0",
|
|
"type": "module",
|
|
"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": "^3.0.2",
|
|
"compression": "^1.8.0",
|
|
"cors": "^2.8.5",
|
|
"dotenv": "^17.0.0",
|
|
"express": "^5.1.0",
|
|
"express-rate-limit": "^7.5.0",
|
|
"express-validator": "^7.2.1",
|
|
"express-winston": "^4.2.0",
|
|
"handlebars": "^4.7.8",
|
|
"helmet": "^8.1.0",
|
|
"joi": "^17.13.3",
|
|
"logger": "^0.0.1",
|
|
"moment-timezone": "^0.5.48",
|
|
"mssql": "^11.0.1",
|
|
"node-cache": "^5.1.2",
|
|
"nodemailer": "^6.10.1",
|
|
"pm2": "^6.0.5",
|
|
"rate-limiter-flexible": "^7.1.0",
|
|
"winston": "^3.17.0",
|
|
"xml2js": "^0.6.2",
|
|
"xmlbuilder2": "^3.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.15.0"
|
|
},
|
|
"license": "0BSD"
|
|
}
|