apiyt2jellyfin/package.json
2026-02-25 22:54:49 +01:00

18 lines
354 B
JSON

{
"name": "yt2jellyfin-server",
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "bun run --watch src/index.ts",
"start": "bun run src/index.ts",
"check": "bash scripts/check-prerequisites.sh",
"test": "bun test"
},
"dependencies": {
"hono": "^4.6.14"
},
"devDependencies": {
"@types/bun": "latest"
}
}