Version 1.3.0

- Implemented authentication and billing routes for Jpn region.
- Refactored and changed the project structure from CommonJS to ES Modules
This commit is contained in:
Junior 2025-04-29 16:20:09 -03:00
parent 9584e58143
commit c3d9e7afb5
76 changed files with 3847 additions and 1109 deletions

View file

@ -1,6 +1,7 @@
{
"name": "RustyHearts-API",
"version": "1.2.0",
"name": "rustyhearts-api",
"version": "1.3.0",
"type": "module",
"description": "Rusty Hearts REST API implementation on node.js",
"main": "src/app.js",
"scripts": {
@ -22,24 +23,26 @@
},
"dependencies": {
"bcryptjs": "^3.0.2",
"compression": "^1.7.4",
"compression": "^1.8.0",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"dotenv": "^16.5.0",
"express": "^5.1.0",
"express-rate-limit": "^7.1.5",
"express-validator": "^7.0.1",
"express-rate-limit": "^7.5.0",
"express-validator": "^7.2.1",
"express-winston": "^4.2.0",
"handlebars": "^4.7.7",
"helmet": "^8.0.0",
"joi": "^17.9.2",
"handlebars": "^4.7.8",
"helmet": "^8.1.0",
"joi": "^17.13.3",
"logger": "^0.0.1",
"moment-timezone": "^0.5.43",
"mssql": "^11.0.0",
"moment-timezone": "^0.5.48",
"mssql": "^11.0.1",
"node-cache": "^5.1.2",
"nodemailer": "^6.9.1",
"nodemailer": "^6.10.1",
"pm2": "^6.0.5",
"winston": "^3.8.2",
"xml2js": "^0.6.0"
"rate-limiter-flexible": "^7.1.0",
"winston": "^3.17.0",
"xml2js": "^0.6.2",
"xmlbuilder2": "^3.1.1"
},
"engines": {
"node": ">=18.15.0"