Files
ts3gotify/package.json
T
renovate-bot dbcaf393c0
renovate/stability-days Updates have met minimum release age requirement
CI / Test (pull_request) Successful in 18s
CI / Build check (pull_request) Successful in 39s
chore(deps): update dependency oxlint to v1.75.0
2026-07-29 04:10:28 +00:00

25 lines
592 B
JSON

{
"scripts": {
"build": "bun build --minify --target bun --outdir dist --sourcemap src/main.ts",
"check:code": "oxlint",
"check:spell": "cspell --config cspell.code.json **/*.ts",
"start": "bun run src/main.ts"
},
"devDependencies": {
"@types/bun": "latest",
"cspell": "10.0.1",
"oxlint": "1.75.0",
"typescript": "7.0.2"
},
"dependencies": {
"env-var": "7.5.0",
"gotify": "1.1.0",
"pino": "10.3.1",
"pino-pretty": "13.1.3",
"ts3-nodejs-library": "3.5.3"
},
"name": "ts3gotify",
"module": "src/main.ts",
"type": "module"
}