See [CHANGELOG.md](https://github.com/venkyr77/jellarr/blob/main/CHANGELOG.md) for detailed release notes.
33 lines
884 B
JSON
33 lines
884 B
JSON
{
|
|
"name": "jellarr",
|
|
"version": "0.0.3",
|
|
"description": "Declarative configuration management for Jellyfin servers",
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.39.0",
|
|
"@types/node": "^24.9.2",
|
|
"@vitest/coverage-v8": "^4.0.6",
|
|
"esbuild": "^0.25.11",
|
|
"eslint": "^9.38.0",
|
|
"tsx": "^4.20.6",
|
|
"typescript": "^5.9.3",
|
|
"typescript-eslint": "^8.46.2",
|
|
"vitest": "^4.0.6"
|
|
},
|
|
"dependencies": {
|
|
"commander": "^14.0.2",
|
|
"dotenv": "^17.2.3",
|
|
"fast-equals": "^5.3.2",
|
|
"openapi-fetch": "^0.15.0",
|
|
"undici": "^7.16.0",
|
|
"yaml": "^2.8.1",
|
|
"zod": "^4.1.12"
|
|
},
|
|
"scripts": {
|
|
"build": "tsx esbuild.ts",
|
|
"dev": "tsx src/cli.ts",
|
|
"test": "vitest run",
|
|
"typecheck": "tsc --noEmit",
|
|
"typegen": "npx openapi-typescript https://api.jellyfin.org/openapi/jellyfin-openapi-stable.json -o ./generated/schema.d.ts"
|
|
}
|
|
}
|