Files
ts3gotify/package.json
Renovate Bot 5e787e28d4
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
CI / Test (pull_request) Successful in 1m4s
chore(deps): update dependency cspell to v9.8.0
2026-04-13 10:16:59 +00:00

27 lines
699 B
JSON

{
"scripts": {
"build": "bun build --minify --target bun --outdir dist --sourcemap src/main.ts",
"check:code": "eslint src/ --ext .ts",
"check:spell": "cspell --config cspell.code.json **/*.ts",
"start": "bun run src/main.ts"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"cspell": "9.8.0",
"eslint": "8.57.1",
"typescript": "6.0.2",
"@types/bun": "latest"
},
"dependencies": {
"env-var": "7.5.0",
"gotify": "1.1.0",
"pino": "10.3.1",
"pino-pretty": "13.1.3",
"ts3-nodejs-library": "3.5.1"
},
"name": "ts3gotify",
"module": "src/main.ts",
"type": "module"
}