{ "name": "zen-study-decompile", "module": "index.ts", "type": "module", "private": true, "scripts": { "check": "biome check", "check:fix": "biome check --fix" }, "devDependencies": { "@biomejs/biome": "^1.9.4", "@types/bun": "latest" }, "peerDependencies": { "typescript": "^5" }, "dependencies": { "@tanstack/react-query": "^5.74.3", "@types/react": "^19.1.2", "@types/react-dom": "^19.1.2", "axios": "^1.8.4", "react": "^19.1.0", "react-dom": "^19.1.0" } }