Files
game-server-watcher/package.json
dependabot[bot] e7867b095c Bump axios in the npm_and_yarn group across 1 directory
Bumps the npm_and_yarn group with 1 update in the / directory: [axios](https://github.com/axios/axios).


Updates `axios` from 1.8.4 to 1.12.2
- [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.8.4...v1.12.2)

---
updated-dependencies:
- dependency-name: axios
  dependency-version: 1.12.2
  dependency-type: direct:production
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-18 11:22:01 +00:00

54 lines
1.3 KiB
JSON

{
"name": "game-server-watcher",
"version": "3.1.24",
"description": "A simple discord/telegram/slack bot that can be hosted on a free service to monitor your game servers and players in style. 😎",
"exports": "./dist/server.js",
"type": "module",
"scripts": {
"start": "node ./dist/server.js",
"dev": "nodemon -e ts --exec \"npx tsc --incremental && node ./dist/server.js || exit 1\"",
"build": "tsc"
},
"keywords": [
"game-server",
"gamedig",
"discord-bot",
"telegram-bot",
"slack-bot",
"steam-api"
],
"repository": {
"type": "git",
"url": "git://github.com/a-sync/game-server-watcher.git"
},
"author": "a-sync@devs.space",
"license": "AGPL-3.0-or-later",
"dependencies": {
"@slack/bolt": "^3.17.1",
"axios": "^1.12.2",
"discord.js": "^14.12.1",
"dotenv": "^16.3.2",
"gamedig": "^5.3.1",
"grammy": "^1.20.3",
"lowdb": "^6.1.1",
"mustache": "^4.2.0",
"neoip": "^3.0.1"
},
"devDependencies": {
"@types/gamedig": "^5.0.0",
"@types/node": "^16.18.73",
"eslint": "^8.56.0",
"nodemon": "^3.0.3",
"typescript": "^5.3.3"
},
"engines": {
"node": ">=16.20.0"
},
"optionalDependencies": {
"bufferutil": "^4.0.8",
"erlpack": "github:discord/erlpack",
"utf-8-validate": "^6.0.3",
"zlib-sync": "^0.1.9"
}
}