{
  "name": "@hiq-ai/cortex-assistant-ui",
  "version": "0.1.4",
  "private": false,
  "type": "module",
  "description": "Runtime-native assistant UI for Cortex and HiQ products",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/HiQ-AI/cortex-assistant-ui.git"
  },
  "bugs": {
    "url": "https://github.com/HiQ-AI/cortex-assistant-ui/issues"
  },
  "homepage": "https://github.com/HiQ-AI/cortex-assistant-ui#readme",
  "publishConfig": {
    "access": "public",
    "provenance": false
  },
  "files": [
    "dist"
  ],
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    },
    "./react": {
      "types": "./dist/react.d.ts",
      "import": "./dist/react.js"
    },
    "./element": {
      "types": "./dist/element.d.ts",
      "import": "./dist/cortex-assistant.js"
    },
    "./transports/nomad-channel": {
      "types": "./dist/transports/nomadChannel.d.ts",
      "import": "./dist/nomad-channel.js"
    },
    "./styles.css": "./dist/cortex-assistant-ui.css"
  },
  "style": "./dist/cortex-assistant-ui.css",
  "scripts": {
    "dev": "vite --host 127.0.0.1",
    "build": "npm run clean && npm run typecheck && npm run build:types && npm run build:lib && npm run build:element",
    "build:demo": "vite build",
    "build:types": "tsc -p tsconfig.build.json",
    "build:lib": "vite build --config vite.lib.config.ts",
    "build:element": "vite build --config vite.element.config.ts",
    "clean": "rm -rf dist dist-demo",
    "prepublishOnly": "npm run test && npm run build",
    "test": "vitest run",
    "test:watch": "vitest",
    "typecheck": "tsc --noEmit"
  },
  "peerDependencies": {
    "react": ">=19.0.0",
    "react-dom": ">=19.0.0"
  },
  "dependencies": {
    "react-markdown": "10.1.0",
    "remark-gfm": "4.0.1"
  },
  "devDependencies": {
    "@testing-library/react": "16.3.2",
    "@types/node": "26.1.1",
    "@types/react": "19.2.17",
    "@types/react-dom": "19.2.3",
    "@vitejs/plugin-react": "6.0.3",
    "jsdom": "29.1.1",
    "react": "19.2.7",
    "react-dom": "19.2.7",
    "typescript": "7.0.2",
    "vite": "8.1.5",
    "vitest": "4.1.10"
  },
  "engines": {
    "node": ">=22.12.0"
  }
}
