{
  "name": "bytedesk-web",
  "private": false,
  "version": "2.4.9",
  "type": "module",
  "packageManager": "pnpm@10.33.0",
  "engines": {
    "node": "^20.19.0 || ^22.12.0 || >=24.0.0",
    "pnpm": ">=9"
  },
  "authors": [
    "270580156@qq.com"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bytedesk/bytedesk-web.git"
  },
  "bugs": {
    "url": "https://github.com/bytedesk/bytedesk-web/issues"
  },
  "homepage": "https://ai.bytedesk.com",
  "keywords": [
    "ai",
    "chat",
    "bot",
    "chatbot",
    "assistant",
    "openai",
    "chatgpt",
    "react"
  ],
  "files": [
    "dist",
    "index.d.ts",
    "README.md"
  ],
  "main": "./dist/index.cjs.js",
  "module": "./dist/index.es.js",
  "types": "./dist/types/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/types/index.d.ts",
      "import": "./dist/index/index.js",
      "require": "./dist/bytedesk-web.umd.js"
    },
    "./react": {
      "types": "./dist/types/react.d.ts",
      "import": "./dist/react/index.js"
    },
    "./vue": {
      "types": "./dist/types/vue.d.ts",
      "import": "./dist/vue/index.js"
    },
    "./svelte": {
      "types": "./dist/types/svelte.d.ts",
      "import": "./dist/svelte/index.js"
    },
    "./angular": {
      "types": "./dist/types/adapters/angular.d.ts",
      "import": "./dist/adapters/angular.js"
    },
    "./nextjs": {
      "types": "./dist/types/adapters/nextjs.d.ts",
      "import": "./dist/adapters/nextjs.js"
    }
  },
  "scripts": {
    "dev": "vite",
    "build:esm": "vite build --config vite.config.esm.ts",
    "build:umd": "vite build --config vite.config.umd.ts",
    "build": "pnpm build:esm && pnpm build:umd",
    "preview": "vite preview",
    "demo:react": "cd examples/react-demo && pnpm install && pnpm dev",
    "demo:vue": "cd examples/vue-demo && pnpm install && pnpm dev",
    "demo:svelte": "cd examples/svelte-demo && pnpm install && pnpm dev",
    "demo:vanilla": "cd examples/vanilla-demo && pnpm install && pnpm dev",
    "demo:javascript": "cd examples/javascript-demo && pnpm install && pnpm start",
    "demo:angular": "cd examples/angular-demo && pnpm install && pnpm dev",
    "demo:nextjs": "cd examples/nextjs-demo && pnpm install && pnpm dev"
  },
  "devDependencies": {
    "@angular/common": "^21.2.9",
    "@angular/core": "^21.2.9",
    "@angular/platform-browser": "^21.2.9",
    "@angular/platform-browser-dynamic": "^21.2.9",
    "@sveltejs/vite-plugin-svelte": "^7.0.0",
    "@types/node": "^25.6.0",
    "@types/react": "^19.2.14",
    "@types/react-dom": "^19.2.3",
    "@vitejs/plugin-react": "^6.0.1",
    "@vitejs/plugin-vue": "^6.0.6",
    "@vue/compiler-sfc": "^3.5.32",
    "next": "^16.2.4",
    "svelte": "^5.55.4",
    "sync-npm-mirror": "^1.0.0",
    "typescript": "^6.0.3",
    "vite": "^8.0.8",
    "vite-plugin-dts": "^4.5.4",
    "vue": "^3.5.32"
  },
  "peerDependencies": {
    "@angular/common": "^21.2.9",
    "@angular/core": "^21.2.9",
    "@angular/platform-browser": "^21.2.9",
    "@angular/platform-browser-dynamic": "^21.2.9",
    "next": "^16.2.4",
    "react": "^19.2.5",
    "react-dom": "^19.2.5",
    "svelte": "^5.55.4",
    "vue": "^3.5.32"
  },
  "license": "BUSL-1.1",
  "peerDependenciesMeta": {
    "react": {
      "optional": true
    },
    "react-dom": {
      "optional": true
    },
    "vue": {
      "optional": true
    },
    "svelte": {
      "optional": true
    },
    "@angular/core": {
      "optional": true
    },
    "@angular/common": {
      "optional": true
    },
    "@angular/platform-browser": {
      "optional": true
    },
    "@angular/platform-browser-dynamic": {
      "optional": true
    },
    "next": {
      "optional": true
    }
  },
  "typesVersions": {
    "*": {
      "react": [
        "./index.d.ts"
      ],
      "vue": [
        "./index.d.ts"
      ],
      "svelte": [
        "./index.d.ts"
      ]
    }
  },
  "dependencies": {
    "axios": "^1.15.0",
    "mitt": "^3.0.1",
    "react-intl": "^10.1.2",
    "svelte-i18n": "^4.0.1",
    "vue-i18n": "^11.3.2"
  }
}
