{
  "name": "@voice-ai-labs/web-sdk",
  "version": "1.0.2",
  "type": "module",
  "description": "Web SDK for Voice.ai - Easy integration of voice agents into JavaScript applications",
  "main": "dist/index.js",
  "module": "dist/index.esm.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsc && rollup -c",
    "dev": "pnpm dlx http-server . -p 3000 -o /demo/test.html",
    "watch": "tsc --watch",
    "test": "vitest --run",
    "test:watch": "vitest",
    "test:coverage": "vitest --run --coverage",
    "prepublishOnly": "pnpm run build",
    "clean": "rm -rf dist"
  },
  "keywords": [
    "voice",
    "ai",
    "voice-agent",
    "sdk"
  ],
  "author": "",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/voice-ai/web-sdk.git"
  },
  "bugs": {
    "url": "https://github.com/voice-ai/web-sdk/issues"
  },
  "homepage": "https://voice.ai",
  "dependencies": {},
  "devDependencies": {
    "@rollup/plugin-node-resolve": "^15.2.3",
    "@rollup/plugin-typescript": "^11.1.5",
    "@types/node": "^20.17.13",
    "@vitest/coverage-v8": "^2.1.8",
    "jsdom": "^25.0.1",
    "livekit-client": "^2.8.0",
    "rollup": "^4.9.0",
    "typescript": "^5.7.3",
    "vitest": "^2.1.8"
  }
}
