{
  "name": "@caleblawson/voice-sarvam",
  "version": "0.10.3",
  "description": "Mastra Sarvam 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.cts",
        "default": "./dist/index.cjs"
      }
    },
    "./package.json": "./package.json"
  },
  "license": "Elastic-2.0",
  "dependencies": {
    "zod": "^3.25.57"
  },
  "devDependencies": {
    "@microsoft/api-extractor": "^7.52.8",
    "@types/node": "^20.19.0",
    "eslint": "^9.28.0",
    "tsup": "^8.5.0",
    "typescript": "^5.8.3",
    "vitest": "^2.1.9",
    "@internal/lint": "0.0.13",
    "@mastra/core": "npm:@caleblawson/core@0.10.7-alpha.0"
  },
  "keywords": [
    "mastra",
    "sarvam",
    "tts",
    "stt",
    "indian-languages",
    "speech-to-text",
    "text-to-speech",
    "speech-recognition"
  ],
  "peerDependencies": {
    "@mastra/core": "^0.10.0-alpha.0"
  },
  "scripts": {
    "build": "tsup src/index.ts --format esm,cjs --experimental-dts --clean --treeshake=smallest --splitting",
    "build:watch": "pnpm build --watch",
    "test": "vitest run",
    "test:watch": "vitest watch",
    "lint": "eslint ."
  }
}