{
  "name": "@mastra/voice-gladia",
  "version": "0.10.3",
  "description": "Mastra Gladia 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.ts",
        "default": "./dist/index.cjs"
      }
    },
    "./package.json": "./package.json"
  },
  "license": "Apache-2.0",
  "dependencies": {
    "zod": "^3.25.67"
  },
  "devDependencies": {
    "@microsoft/api-extractor": "^7.52.5",
    "@types/node": "^20.17.32",
    "eslint": "^9.30.1",
    "pnpm": "10.12.4",
    "tsup": "^8.4.0",
    "typescript": "^5.8.3",
    "vitest": "^3.2.4",
    "@internal/lint": "0.0.27",
    "@internal/types-builder": "0.0.2",
    "@mastra/core": "0.13.0"
  },
  "keywords": [
    "mastra",
    "gladia",
    "stt",
    "speech-to-text",
    "speech-recognition"
  ],
  "peerDependencies": {
    "@mastra/core": "^0.10.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 ."
  }
}