{ "name": "@lilith/attribute-hooks", "version": "1.0.0", "description": "React hooks for attribute data fetching", "main": "src/index.ts", "types": "src/index.ts", "private": true, "sideEffects": false, "peerDependencies": { "react": "^18.0.0 || ^19.0.0" }, "dependencies": { "@lilith/service-registry": "^1.3.0", "@tanstack/react-query": "^5.90.19" }, "devDependencies": { "@lilith/configs": "^2.2.0", "@lilith/vite-plugin-dependency-startup": "^1.1.1", "@types/react": "^19.2.8", "typescript": "^5.9.3" }, "scripts": { "typecheck": "tsc --noEmit" } }