UNPKG

@mastra/voice-cloudflare

Version:

Mastra Cloudflare AI voice integration

75 lines 1.74 kB
{ "name": "@mastra/voice-cloudflare", "version": "0.12.2", "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/workers-types": "^4.20260418.1", "cloudflare": "^5.2.0" }, "devDependencies": { "@types/node": "22.19.15", "@vitest/coverage-v8": "4.1.5", "@vitest/ui": "4.1.5", "eslint": "^10.2.1", "tsup": "^8.5.1", "typescript": "^6.0.3", "vitest": "4.1.5", "zod": "^4.4.3", "@internal/voice": "0.0.1", "@internal/lint": "0.0.100", "@internal/types-builder": "0.0.75" }, "keywords": [ "mastra", "cloudflare", "tts", "stt", "open-source", "speech-to-text", "text-to-speech", "speech-recognition" ], "peerDependencies": { "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 ." } }