{
  "name": "@far-analytics/dialog",
  "version": "2.0.0",
  "description": "A modular framework for building VoIP-Agent applications.",
  "keywords": [
    "ai-agent",
    "voice-agent",
    "voip",
    "voip-agent",
    "telephony",
    "speech-to-text",
    "text-to-speech",
    "stt",
    "tts",
    "llm",
    "orchestration",
    "realtime",
    "websocket",
    "twilio",
    "deepgram",
    "cartesia",
    "elevenlabs",
    "openai"
  ],
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    }
  },
  "files": [
    "dist/**/*",
    "README.md",
    "LICENSE",
    "package.json"
  ],
  "workspaces": [
    "tests/*"
  ],
  "scripts": {
    "clean": "rm -rf ./dist/*",
    "build": "tsc --build .",
    "watch": "tsc --watch",
    "clean:build": "npm run clean && npm run build",
    "test": "npm run clean:build && npm run test --workspace tests/dialog-test",
    "format": "prettier --write .",
    "format:lint": "npm run format && npm run lint",
    "lint": "eslint src",
    "lint:all": "eslint .",
    "check": "npm run lint:all && npm run build",
    "prepack": "npm run clean:build"
  },
  "engines": {
    "npm": ">=10.1.0",
    "node": ">=20.9.0"
  },
  "dependencies": {
    "@deepgram/sdk": "^3.13.0",
    "@far-analytics/port-peer": "^1.0.2",
    "openai": "^4.104.0",
    "streams-logger": "^3.1.4",
    "twilio": "^6.1.0",
    "ws": "^8.21.3"
  },
  "devDependencies": {
    "@eslint/js": "^9.37.0",
    "@stylistic/eslint-plugin": "^5.10.0",
    "@types/node": "^20.19.43",
    "@types/ws": "^8.18.1",
    "eslint": "^9.39.5",
    "globals": "^16.5.0",
    "prettier": "^3.9.6",
    "typescript": "^5.9.3",
    "typescript-eslint": "^8.67.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/adamjpatterson/dialog.git"
  },
  "author": "FAR Analytics & Research",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/adamjpatterson/dialog/issues"
  },
  "homepage": "https://github.com/adamjpatterson/dialog#readme",
  "type": "module"
}
