{
  "name": "@maxhealth.tech/prefab",
  "version": "0.3.0",
  "description": "TypeScript declarative UI component library for MCP apps. Wire-compatible with Python prefab-ui.",
  "type": "module",
  "main": "dist/index.js",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    },
    "./actions": {
      "import": "./dist/actions/index.js",
      "types": "./dist/actions/index.d.ts"
    },
    "./rx": {
      "import": "./dist/rx/index.js",
      "types": "./dist/rx/index.d.ts"
    },
    "./charts": {
      "import": "./dist/components/charts/index.js",
      "types": "./dist/components/charts/index.d.ts"
    },
    "./mcp": {
      "import": "./dist/mcp/index.js",
      "types": "./dist/mcp/index.d.ts"
    },
    "./renderer": {
      "import": "./dist/renderer/index.js",
      "types": "./dist/renderer/index.d.ts"
    },
    "./auto": {
      "import": "./dist/auto/index.js",
      "types": "./dist/auto/index.d.ts"
    },
    "./pdf": {
      "import": "./dist/components/pdf/index.js",
      "types": "./dist/components/pdf/index.d.ts"
    },
    "./prefab.css": "./dist/prefab.css"
  },
  "sideEffects": false,
  "files": [
    "dist",
    "README.md",
    "LICENSE",
    "CHANGELOG.md"
  ],
  "style": "dist/prefab.css",
  "scripts": {
    "build": "bun run scripts/build.ts",
    "fixtures": "python test/fixtures/run_fixtures.py",
    "pretest": "python test/fixtures/run_fixtures.py",
    "test": "bun test",
    "lint": "eslint src/ test/",
    "lint:fix": "eslint src/ test/ --fix",
    "typecheck": "tsc --noEmit",
    "prepublishOnly": "bun run build",
    "docs:dev": "vitepress dev docs",
    "docs:build": "vitepress build docs",
    "docs:preview": "vitepress preview docs"
  },
  "keywords": [
    "mcp",
    "prefab",
    "ui",
    "components",
    "model-context-protocol",
    "declarative-ui",
    "fastmcp"
  ],
  "author": "Max Health Inc",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Max-Health-Inc/prefab.git"
  },
  "devDependencies": {
    "@eslint/js": "^10.0.1",
    "@happy-dom/global-registrator": "^20.9.0",
    "@types/bun": "^1.3.12",
    "eslint": "^10.2.1",
    "happy-dom": "^20.9.0",
    "jiti": "^2.6.1",
    "typescript": "^6.0.3",
    "typescript-eslint": "^8.58.2",
    "vitepress": "1.6.4",
    "vitepress-plugin-llms": "^1.12.2"
  },
  "dependencies": {}
}
