{
  "name": "@mastra/voice-cloudflare",
  "version": "0.12.1",
  "description": "Mastra Cloudflare AI voice integration",
  "type": "module",
  "files": [
    "dist",
    "CHANGELOG.md"
  ],
  "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.ts",
        "default": "./dist/index.cjs"
      }
    },
    "./package.json": "./package.json"
  },
  "license": "Apache-2.0",
  "dependencies": {
    "cloudflare": "^5.2.0"
  },
  "devDependencies": {
    "@cloudflare/workers-types": "^4.20260316.1",
    "@types/node": "22.19.15",
    "@vitest/coverage-v8": "4.0.18",
    "@vitest/ui": "4.0.18",
    "eslint": "^9.39.4",
    "tsup": "^8.5.1",
    "typescript": "^5.9.3",
    "vitest": "4.0.18",
    "zod": "^4.3.6",
    "@internal/lint": "0.0.75",
    "@internal/types-builder": "0.0.50",
    "@mastra/core": "1.18.0"
  },
  "keywords": [
    "mastra",
    "cloudflare",
    "tts",
    "stt",
    "open-source",
    "speech-to-text",
    "text-to-speech",
    "speech-recognition"
  ],
  "peerDependencies": {
    "@mastra/core": ">=1.0.0-0 <2.0.0-0",
    "zod": "^3.25.0 || ^4.0.0"
  },
  "homepage": "https://mastra.ai",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mastra-ai/mastra.git",
    "directory": "voice/cloudflare"
  },
  "bugs": {
    "url": "https://github.com/mastra-ai/mastra/issues"
  },
  "engines": {
    "node": ">=22.13.0"
  },
  "scripts": {
    "build": "tsup --silent --config tsup.config.ts",
    "build:watch": "tsup --watch --silent --config tsup.config.ts",
    "test": "vitest run",
    "test:watch": "vitest watch",
    "lint": "eslint ."
  }
}