Files
auth-server/package.json
T
dependabot[bot] 9124984c3a Bump dotenv from 17.3.1 to 17.4.1
Bumps [dotenv](https://github.com/motdotla/dotenv) from 17.3.1 to 17.4.1.
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](https://github.com/motdotla/dotenv/compare/v17.3.1...v17.4.1)

---
updated-dependencies:
- dependency-name: dotenv
  dependency-version: 17.4.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-04-07 22:02:16 +10:00

38 lines
1.0 KiB
JSON

{
"name": "auth-server",
"version": "1.8.11",
"description": "An API centric auth server. Uses Sequelize and mariaDB by default.",
"main": "server/server.js",
"scripts": {
"start": "node server/server.js",
"dev": "npm run watch:server",
"watch:server": "nodemon . --ext js,jsx,json --ignore 'node_modules/*'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/krgamestudios/auth-server.git"
},
"author": "Kayne Ruse",
"license": "Zlib",
"bugs": {
"url": "https://github.com/krgamestudios/auth-server/issues"
},
"homepage": "https://github.com/krgamestudios/auth-server#readme",
"dependencies": {
"bcryptjs": "^3.0.3",
"cookie-parser": "^1.4.7",
"cors": "^2.8.6",
"dotenv": "^17.4.1",
"express": "^5.2.1",
"jsonwebtoken": "^9.0.3",
"mariadb": "^3.5.2",
"node-cron": "^4.2.1",
"node-fetch": "^3.3.2",
"nodemailer": "^8.0.4",
"sequelize": "^6.37.8"
},
"devDependencies": {
"nodemon": "^3.1.14"
}
}