GameServerManager/server/package.json
dependabot[bot] b8028c719a
Bump axios from 1.11.0 to 1.12.0 in /server
Bumps [axios](https://github.com/axios/axios) from 1.11.0 to 1.12.0.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v1.11.0...v1.12.0)

---
updated-dependencies:
- dependency-name: axios
  dependency-version: 1.12.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-12 12:00:07 +00:00

61 lines
1.5 KiB
JSON

{
"name": "gsm3-server",
"version": "1.0.0",
"type": "module",
"main": "dist/index.js",
"scripts": {
"dev": "tsx watch src/index.ts",
"build": "tsc",
"start": "node dist/index.js",
"test": "jest"
},
"dependencies": {
"adm-zip": "^0.5.16",
"archiver": "^6.0.1",
"axios": "^1.12.0",
"bcryptjs": "^2.4.3",
"cors": "^2.8.5",
"cron-parser": "^4.9.0",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"express-rate-limit": "^7.1.5",
"form-data": "^4.0.4",
"fs-extra": "^11.2.0",
"helmet": "^7.1.0",
"joi": "^17.11.0",
"jsonwebtoken": "^9.0.2",
"mime-types": "^2.1.35",
"multer": "2.0.2",
"node-cron": "^3.0.3",
"properties-reader": "^2.3.0",
"socket.io": "^4.7.4",
"tar": "^6.2.0",
"tar-stream": "^3.1.7",
"unzipper": "^0.10.14",
"uuid": "^9.0.1",
"winston": "^3.11.0",
"yaml": "^2.3.4",
"yauzl": "^2.10.0"
},
"devDependencies": {
"@types/adm-zip": "^0.5.7",
"@types/archiver": "^6.0.2",
"@types/bcryptjs": "^2.4.6",
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"@types/fs-extra": "^11.0.4",
"@types/jest": "^29.5.8",
"@types/jsonwebtoken": "^9.0.5",
"@types/mime-types": "^2.1.4",
"@types/multer": "2.0.0",
"@types/node": "^20.10.5",
"@types/node-cron": "^3.0.11",
"@types/tar": "^6.1.11",
"@types/tar-stream": "^3.1.3",
"@types/uuid": "^9.0.7",
"@types/yauzl": "^2.10.3",
"jest": "^29.7.0",
"tsx": "^4.6.2",
"typescript": "^5.3.3"
}
}