Files
ts3gotify/package.json
Timo Behrendt 10f49ef8af
Some checks failed
CD / Check changes (push) Successful in 6s
CD / Test (push) Successful in 1m48s
CD / Build and push (amd64) (push) Successful in 35s
CD / Build and push (arm64) (push) Has been cancelled
CD / Create manifest (push) Has been cancelled
chore: pin all dependencies (#65)
Reviewed-on: #65
Co-authored-by: Timo Behrendt <t.behrendt@t00n.de>
Co-committed-by: Timo Behrendt <t.behrendt@t00n.de>
2025-12-12 12:51:00 +01:00

28 lines
741 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": {
"@types/ts3-nodejs-library": "2.0.1",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"cspell": "8.19.4",
"eslint": "8.57.1",
"typescript": "5.9.3",
"@types/bun": "latest"
},
"dependencies": {
"env-var": "7.5.0",
"gotify": "1.1.0",
"pino": "9.6.0",
"pino-pretty": "13.0.0",
"ts3-nodejs-library": "3.4.1"
},
"name": "ts3gotify",
"module": "src/main.ts",
"type": "module"
}