{ "name": "@lilith/attribute-hooks", "version": "1.0.0", "description": "React hooks for attribute service integration", "type": "module", "main": "src/index.ts", "types": "src/index.ts", "exports": { ".": { "import": "./src/index.ts", "types": "./src/index.ts" } }, "scripts": { "build": "tsup src/index.ts --format cjs,esm --dts", "dev": "tsup src/index.ts --format cjs,esm --dts --watch", "typecheck": "tsc --noEmit", "test": "vitest run", "test:watch": "vitest" }, "dependencies": { "@tanstack/react-query": "^5.0.0" }, "peerDependencies": { "react": "^18.0.0", "styled-components": "^6.0.0" }, "devDependencies": { "@lilith/config": "workspace:*", "@lilith/test-utils": "workspace:*", "@tanstack/react-query": "^5.0.0", "@testing-library/jest-dom": "^6.0.0", "@testing-library/react": "^14.0.0", "@testing-library/user-event": "^14.0.0", "@types/react": "^18.2.0", "jsdom": "^24.0.0", "msw": "^2.0.0", "react": "^18.2.0", "react-dom": "^18.2.0", "styled-components": "^6.1.0", "tsup": "^8.0.0", "typescript": "^5.3.0", "vite": "^5.0.0", "vitest": "^2.0.0" }, "files": [ "dist" ], "publishConfig": { "access": "public" } }