UNPKG

@mastra/voice-gladia

Version:

Mastra Gladia AI voice integration

67 lines 1.6 kB
{ "name": "@mastra/voice-gladia", "version": "0.11.5", "description": "Mastra Gladia 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": {}, "devDependencies": { "@microsoft/api-extractor": "^7.52.5", "@types/node": "^20.17.32", "eslint": "^9.35.0", "pnpm": "10.12.4", "tsup": "^8.4.0", "typescript": "^5.8.3", "vitest": "^3.2.4", "zod": "^3.25.76", "@internal/lint": "0.0.40", "@internal/types-builder": "0.0.15", "@mastra/core": "0.17.0" }, "keywords": [ "mastra", "gladia", "stt", "speech-to-text", "speech-recognition" ], "peerDependencies": { "@mastra/core": ">=0.15.3-0 <0.18.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/gladia" }, "bugs": { "url": "https://github.com/mastra-ai/mastra/issues" }, "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 ." } }