{
  "name": "@mastra/voice-cloudflare",
  "version": "0.1.2",
  "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"
  },
  "dependencies": {
    "cloudflare": "^4.0.0",
    "zod": "^3.24.2",
    "@mastra/core": "^0.7.0"
  },
  "devDependencies": {
    "@cloudflare/workers-types": "^4.20250317.0",
    "@microsoft/api-extractor": "^7.52.1",
    "@types/node": "^20.17.27",
    "eslint": "^9.23.0",
    "tsup": "^8.4.0",
    "typescript": "^5.8.2",
    "vitest": "^2.1.9",
    "@internal/lint": "0.0.1"
  },
  "keywords": [
    "mastra",
    "cloudflare",
    "tts",
    "stt",
    "open-source",
    "speech-to-text",
    "text-to-speech",
    "speech-recognition"
  ],
  "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 ."
  }
}