{ "name": "serde-jellyfin", "version": "0.1.0", "private": true, "description": "serde-jellyfin", "scripts": { "clear": "rm -rf ./src", "build": "npm run clear && dts2rs build ./models --outdir=./src && npm run lint", "lint": "cargo fmt --all && cargo clippy --fix --allow-dirty --allow-staged", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [], "author": "", "license": "ISC", "devDependencies": { "@types/node": "^20.14.10", "dts2rs": "^0.1.0", "typescript": "^5.5.3" } }