branch:
package.json
948 bytesRaw
{
  "name": "@cloudflare/voice-deepgram",
  "private": true,
  "version": "0.0.1",
  "description": "Deepgram streaming STT provider for Cloudflare Agents voice pipeline",
  "repository": {
    "directory": "voice-providers/deepgram",
    "type": "git",
    "url": "git+https://github.com/cloudflare/agents.git"
  },
  "bugs": {
    "url": "https://github.com/cloudflare/agents/issues"
  },
  "peerDependencies": {
    "@cloudflare/voice": "*"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.js"
    }
  },
  "files": [
    "dist",
    "README.md"
  ],
  "scripts": {
    "build": "tsx ./scripts/build.ts"
  },
  "keywords": [
    "cloudflare",
    "agents",
    "voice",
    "stt",
    "deepgram",
    "speech-to-text",
    "streaming"
  ],
  "author": "Cloudflare Inc.",
  "license": "MIT",
  "type": "module",
  "publishConfig": {
    "access": "public"
  }
}