{
  "name": "@microsoft/voice-widget-embed",
  "version": "0.2.0",
  "description": "Registers the <voice-agent> custom element: a self-contained CDN/global build plus an ESM build for bundlers.",
  "type": "module",
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "jsdelivr": "dist/index.global.js",
  "unpkg": "dist/index.global.js",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    },
    "./provider-neutral": {
      "types": "./dist/provider-neutral.d.ts",
      "import": "./dist/provider-neutral.js"
    },
    "./jsx": {
      "types": "./dist/jsx.d.ts",
      "import": "./dist/jsx.js"
    }
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "node -e \"require('node:fs').rmSync('dist',{recursive:true,force:true})\" && tsup",
    "typecheck": "tsc -p tsconfig.json --noEmit && tsc -p tsconfig.test.json --noEmit && tsc -p tsconfig.jsx-check.json --noEmit",
    "lint": "eslint src",
    "test": "vitest run",
    "test:watch": "vitest",
    "clean": "rimraf dist",
    "test:coverage": "vitest run --coverage"
  },
  "dependencies": {
    "@microsoft/voice-widget-core-client": "0.2.0",
    "@microsoft/voice-widget-provider-voicelive": "0.2.0",
    "@microsoft/voice-widget": "0.2.0",
    "@microsoft/voice-widget-ui": "0.2.0"
  },
  "peerDependencies": {
    "react": ">=18",
    "@types/react": ">=18"
  },
  "peerDependenciesMeta": {
    "react": {
      "optional": true
    },
    "@types/react": {
      "optional": true
    }
  },
  "devDependencies": {
    "@testing-library/jest-dom": "^6.6.3",
    "@types/react": "^18.3.12",
    "@vitest/coverage-v8": "^3.2.6",
    "happy-dom": "^20.8.9",
    "tsup": "^8.3.5",
    "typescript": "^5.6.3",
    "vitest": "^3.2.6"
  },
  "publishConfig": {
    "access": "public",
    "tag": "latest"
  },
  "license": "MIT",
  "author": "Microsoft Corporation",
  "homepage": "https://github.com/microsoft/voice-widget",
  "repository": {
    "type": "git",
    "url": "https://github.com/microsoft/voice-widget",
    "directory": "packages/widget-embed"
  },
  "bugs": {
    "url": "https://github.com/microsoft/voice-widget/issues"
  }
}
