Files
ts3gotify/package.json
T
t.behrendt 5dece6307d
CD / Test (push) Successful in 13s
CD / Create tag (push) Successful in 10s
CD / Build and push (amd64) (push) Successful in 14s
CD / Create manifest (push) Successful in 1m15s
chore: refactor eslint to oxlint (#151)
Reviewed-on: #151
Co-authored-by: Timo Behrendt <t.behrendt@t00n.de>
Co-committed-by: Timo Behrendt <t.behrendt@t00n.de>
2026-07-19 08:23:55 +02: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.74.0",
"typescript": "6.0.3"
},
"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"
}