{
  "name": "@mastra/voice-cloudflare",
  "version": "0.10.6",
  "description": "Mastra Sarvam AI voice integration",
  "type": "module",
  "files": [
    "dist"
  ],
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "import": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.js"
      },
      "require": {
        "types": "./dist/index.d.cts",
        "default": "./dist/index.cjs"
      }
    },
    "./package.json": "./package.json"
  },
  "license": "Apache-2.0",
  "dependencies": {
    "cloudflare": "^4.5.0",
    "zod": "^3.25.67"
  },
  "devDependencies": {
    "@cloudflare/workers-types": "^4.20250725.0",
    "@microsoft/api-extractor": "^7.52.8",
    "@types/node": "^20.19.0",
    "eslint": "^9.30.1",
    "tsup": "^8.5.0",
    "typescript": "^5.8.3",
    "vitest": "^3.2.4",
    "@internal/lint": "0.0.24",
    "@mastra/core": "0.12.0"
  },
  "keywords": [
    "mastra",
    "cloudflare",
    "tts",
    "stt",
    "open-source",
    "speech-to-text",
    "text-to-speech",
    "speech-recognition"
  ],
  "peerDependencies": {
    "@mastra/core": ">=0.10.7-0 <0.13.0-0"
  },
  "scripts": {
    "build": "tsup src/index.ts --format esm,cjs --experimental-dts --clean --treeshake=smallest --splitting",
    "build:watch": "pnpm build --watch",
    "test": "vitest run",
    "test:watch": "vitest watch",
    "lint": "eslint ."
  }
}