{
  "name": "@carbon/ai-chat",
  "version": "1.15.0",
  "description": "Be sure to review the [chat documentation](https://chat.carbondesignsystem.com/tag/latest/docs/documents/Overview.html).",
  "author": "IBM Corp",
  "license": "Apache-2.0",
  "type": "module",
  "module": "./dist/es/aiChatEntry.js",
  "types": "./dist/types/aiChatEntry.d.ts",
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "exports": {
    ".": {
      "types": "./dist/types/aiChatEntry.d.ts",
      "import": "./dist/es/aiChatEntry.js"
    },
    "./es-custom": {
      "types": "./dist/types/aiChatEntry.d.ts",
      "import": "./dist/es-custom/aiChatEntry.js"
    },
    "./server": {
      "types": "./dist/types/serverEntry.d.ts",
      "import": "./dist/es/serverEntry.js"
    },
    "./dist/es/web-components/cds-aichat-container/index.js": {
      "types": "./dist/types/aiChatEntry.d.ts",
      "import": "./dist/es/web-components/cds-aichat-container/index.js"
    },
    "./dist/es/web-components/cds-aichat-custom-element/index.js": {
      "types": "./dist/types/aiChatEntry.d.ts",
      "import": "./dist/es/web-components/cds-aichat-custom-element/index.js"
    },
    "./scss/*": "./dist/scss/*",
    "./css/*": "./dist/css/*",
    "./dist/es/*": "./dist/es/*",
    "./dist/es-custom/*": "./dist/es-custom/*"
  },
  "typesVersions": {
    "*": {
      "es": [
        "dist/types/aiChatEntry.d.ts"
      ],
      "es-custom": [
        "dist/types/aiChatEntry.d.ts"
      ],
      "server": [
        "dist/types/serverEntry.d.ts"
      ],
      "web-components/cds-aichat-container": [
        "dist/types/aiChatEntry.d.ts"
      ],
      "web-components/cds-aichat-custom-element": [
        "dist/types/aiChatEntry.d.ts"
      ]
    }
  },
  "files": [
    "dist/es",
    "dist/es-custom",
    "dist/types",
    "dist/scss",
    "dist/css",
    "telemetry.yml"
  ],
  "browserslist": [
    "> 0.5%",
    "last 2 versions",
    "Firefox ESR",
    "not dead",
    "not op_mini all",
    "not IE 11"
  ],
  "sideEffects": [
    "**/web-components/**/*.js",
    "**/*.css"
  ],
  "devDependencies": {
    "@carbon/icons": "^11.53.0",
    "@carbon/styles": "^1.105.0",
    "@carbon/themes": "^11.58.0",
    "@carbon/typedoc-theme": "^0.4.0",
    "@carbon/web-components": "^2.54.0",
    "@open-wc/testing": "4.0.0",
    "@rollup/plugin-babel": "^7.0.0",
    "@rollup/plugin-commonjs": "^29.0.0",
    "@rollup/plugin-json": "^6.1.0",
    "@rollup/plugin-node-resolve": "^16.0.1",
    "@rollup/plugin-replace": "^6.0.2",
    "@rollup/plugin-terser": "^1.0.0",
    "@rollup/plugin-typescript": "^12.1.4",
    "@testing-library/jest-dom": "^6.4.8",
    "@testing-library/react": "^16.3.0",
    "@types/color": "^4.2.0",
    "@types/jest": "^30.0.0",
    "@types/lodash-es": "^4.17.12",
    "@types/markdown-it": "^14.1.2",
    "@types/node": "^24.0.12",
    "@types/react": "^19.2.1",
    "@types/react-dom": "^19.2.1",
    "@types/use-sync-external-store": "^1.5.0",
    "autoprefixer": "^10.4.21",
    "babel-jest": "^30.0.0",
    "concurrently": "^9.2.0",
    "fs-extra": "^11.3.2",
    "globby": "^16.0.0",
    "identity-obj-proxy": "^3.0.0",
    "jest": "^30.0.0",
    "jest-environment-jsdom": "^30.0.0",
    "lit": "^3.1.0",
    "postcss": "^8.5.10",
    "postcss-discard-comments": "^8.0.0",
    "react": "^19.0.0",
    "react-dom": "^19.0.0",
    "rollup": "^4.44.1",
    "rollup-plugin-dts": "^6.2.1",
    "rollup-plugin-postcss": "^4.0.2",
    "rollup-plugin-visualizer": "^6.0.3",
    "sass": "1.100.0",
    "serve": "^14.2.6",
    "terser": "^5.43.1",
    "ts-jest": "^29.1.5",
    "ts-lit-plugin": "^2.0.2",
    "tsx": "^4.19.3",
    "typedoc": "^0.28.0",
    "wait-on": "^9.0.1"
  },
  "peerDependencies": {
    "@carbon/web-components": ">=2.54.0 <3.0.0",
    "react": ">=17.0.0 <20.0.0",
    "react-dom": ">=17.0.0 <20.0.0"
  },
  "dependencies": {
    "@carbon/ai-chat-components": "^1.5.0",
    "@carbon/icons": "^11.53.0",
    "@ibm/telemetry-js": "^1.10.2",
    "@lit/react": "^1.0.6",
    "classnames": "^2.5.0",
    "color": "^4.2.3",
    "compute-scroll-into-view": "^3.1.0",
    "dayjs": "^1.11.10",
    "focus-trap-react": "^12.0.0",
    "intl-messageformat": "^11.0.0",
    "lit": "^3.1.0",
    "lodash-es": "^4.18.1",
    "markdown-it": "^14.1.0",
    "tabbable": "^6.2.0",
    "tslib": "^2.6.3",
    "use-sync-external-store": "^1.2.0"
  },
  "scripts": {
    "build": "rollup -c ./tasks/rollup.aichat.js && typedoc",
    "postinstall": "ibmtelemetry --config=telemetry.yml",
    "start": "concurrently \"rollup -c ./tasks/rollup.aichat.js --watch\" \"typedoc --watch\" \"serve dist/docs/carbon-tsdocs -l 5001 --no-port-switching\" \"wait-on dist/docs/carbon-tsdocs/index.html && open http://localhost:5001\"",
    "telemetry:config": "npx -y @ibm/telemetry-js-config-generator generate --id ef967584-5788-47d4-b9c2-a60da7ad901d --endpoint https://www-api.ibm.com/ibm-telemetry/v1/metrics --files ./src --wc",
    "test": "jest --coverage --coverageReporters=text --coverageReporters=text-summary"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/carbon-design-system/carbon-ai-chat.git"
  },
  "bugs": {
    "url": "https://github.com/carbon-design-system/carbon-ai-chat/issues"
  },
  "homepage": "https://github.com/carbon-design-system/carbon-ai-chat#readme",
  "gitHead": "cb97cb684f786a88eddecf6ef913a504bd02d037"
}
