{
  "name": "@aparte/react",
  "version": "0.17.0",
  "homepage": "https://apartejs.dev/frameworks/react/",
  "description": "React 18+ wrapper for aparté — an ergonomic <AparteChat> component plus hooks over the framework-agnostic web components.",
  "type": "module",
  "sideEffects": false,
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "@aparte-workspace/source": "./src/index.ts",
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "default": "./dist/index.js"
    }
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "engines": {
    "node": ">=18"
  },
  "peerDependencies": {
    "@aparte/core": ">=0.17.0 <1.0.0",
    "react": "^18.0.0 || ^19.0.0",
    "react-dom": "^18.0.0 || ^19.0.0"
  },
  "devDependencies": {
    "@testing-library/react": "^16.1.0",
    "@types/react": "^19.2.17",
    "@types/react-dom": "^19.2.3",
    "@types/react18": "npm:@types/react@^18.0.38",
    "@vitejs/plugin-react": "^4.3.0",
    "jsdom": "^22.1.0",
    "react": "^19.2.7",
    "react-dom": "^19.2.7",
    "typescript": "^5.4.0",
    "vite": "^6.0.0",
    "@aparte/core": "0.17.0"
  },
  "keywords": [
    "react",
    "aparte",
    "chat",
    "ai",
    "web-components",
    "chat-ui",
    "ai-chat"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/apartejs/aparte.git",
    "directory": "packages/wrappers/react"
  },
  "bugs": {
    "url": "https://github.com/apartejs/aparte/issues"
  },
  "scripts": {
    "dev": "vite",
    "build": "vite build && tsc -b --emitDeclarationOnly --force",
    "preview": "vite preview",
    "test": "vitest",
    "test:run": "vitest run",
    "test:coverage": "vitest run --coverage",
    "typecheck:react18": "tsc -p tsconfig.react18.json --noEmit"
  }
}