UNPKG

@mastra/voice-gladia

Version:

Mastra Gladia AI voice integration

71 lines 1.72 kB
{ "name": "@mastra/voice-gladia", "version": "0.12.0", "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", "devDependencies": { "@types/node": "^20.17.32", "@vitest/coverage-v8": "4.0.12", "@vitest/ui": "4.0.12", "eslint": "^9.37.0", "pnpm": "10.18.2", "tsup": "^8.4.0", "typescript": "^5.9.3", "vitest": "4.0.16", "zod": "^3.25.76", "@internal/lint": "0.0.54", "@internal/types-builder": "0.0.29", "@mastra/core": "1.0.0" }, "keywords": [ "mastra", "gladia", "stt", "speech-to-text", "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/gladia" }, "bugs": { "url": "https://github.com/mastra-ai/mastra/issues" }, "engines": { "node": ">=22.13.0" }, "scripts": { "build": "tsup --silent --config tsup.config.ts", "postbuild": "pnpx tsx ../../scripts/generate-package-docs.ts voice/gladia", "build:watch": "tsup --watch --silent --config tsup.config.ts", "test": "vitest run", "test:watch": "vitest watch", "lint": "eslint ." } }