{
  "name": "@mastra/voice-sarvam",
  "version": "1.0.0",
  "description": "Mastra Sarvam 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": "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.83",
    "@mastra/core": "1.25.0",
    "@internal/types-builder": "0.0.58"
  },
  "keywords": [
    "mastra",
    "sarvam",
    "tts",
    "stt",
    "indian-languages",
    "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/sarvam"
  },
  "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 ."
  }
}