{ "name": "@ai-assistant/ui", "version": "1.0.0", "description": "AI Terminal Assistant Shared UI Components", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "exports": { ".": { "import": "./dist/index.js", "types": "./dist/index.d.ts" }, "./styles": "./src/styles/index.css" }, "scripts": { "build": "tsc", "dev": "tsc --watch", "typecheck": "tsc --noEmit" }, "peerDependencies": { "react": "^18.0.0", "react-dom": "^18.0.0" }, "dependencies": { "clsx": "^2.1.0", "lucide-react": "^0.344.0" }, "devDependencies": { "@types/react": "^18.3.0", "@types/react-dom": "^18.3.0", "typescript": "^5.3.3" } }