{
    "name": "quaylabs-genui",
    "version": "0.1.0",
    "description": "React runtime for structured, streaming AI UIs",
    "type": "module",
    "main": "./dist/index.cjs",
    "module": "./dist/index.js",
    "types": "./dist/index.d.ts",
    "exports": {
        ".": {
            "types": "./dist/index.d.ts",
            "import": "./dist/index.js",
            "require": "./dist/index.cjs"
        }
    },
    "files": [
        "dist"
    ],
    "scripts": {
        "build": "tsup",
        "dev": "tsup --watch",
        "lint": "eslint src/",
        "typecheck": "tsc --noEmit"
    },
    "peerDependencies": {
        "react": ">=18.0.0",
        "react-dom": ">=18.0.0"
    },
    "dependencies": {
        "@tremor/react": "^3.18.0",
        "clsx": "^2.1.1",
        "tailwind-merge": "^2.5.0"
    },
    "devDependencies": {
        "@types/react": "^18.3.0",
        "@types/react-dom": "^18.3.0",
        "react": "^18.3.0",
        "react-dom": "^18.3.0",
        "tsup": "^8.3.0",
        "typescript": "^5.6.0"
    },
    "keywords": [
        "gen-ui",
        "react",
        "streaming",
        "ai",
        "shadcn"
    ],
    "license": "MIT"
}