{
  "name": "convoai",
  "version": "1.9.1",
  "description": "CLI for Agora ConvoAI Engine — start, manage, and monitor conversational AI agents",
  "type": "module",
  "bin": {
    "convoai": "./dist/bin/convoai.js"
  },
  "scripts": {
    "build": "tsc",
    "dev": "tsx bin/convoai.ts",
    "start": "node dist/bin/convoai.js",
    "lint": "tsc --noEmit",
    "test": "vitest run",
    "test:watch": "vitest",
    "test:coverage": "vitest run --coverage",
    "embed-keys": "tsx scripts/embed-keys.ts",
    "prepublishOnly": "npm run embed-keys && npm run build"
  },
  "keywords": [
    "agora",
    "convoai",
    "conversational-ai",
    "cli",
    "voice-ai",
    "realtime"
  ],
  "author": "Agora ConvoAI CLI Contributors",
  "repository": {
    "type": "git",
    "url": "https://github.com/AgoraIO-Community/convoai-cli"
  },
  "homepage": "https://github.com/AgoraIO-Community/convoai-cli#readme",
  "bugs": {
    "url": "https://github.com/AgoraIO-Community/convoai-cli/issues"
  },
  "files": [
    "dist",
    "bin",
    "src/web",
    "src/starters",
    "README.md",
    "LICENSE"
  ],
  "license": "MIT",
  "dependencies": {
    "agora-rtc-sdk-ng": "^4.24.3",
    "agora-token": "^2.0.5",
    "axios": "^1.7.0",
    "chalk": "^5.3.0",
    "cli-table3": "^0.6.5",
    "commander": "^12.1.0",
    "inquirer": "^9.3.0",
    "ora": "^8.1.0",
    "puppeteer-core": "^24.40.0",
    "ws": "^8.20.0",
    "zod": "^3.23.0"
  },
  "devDependencies": {
    "@types/inquirer": "^9.0.7",
    "@types/node": "^20.14.0",
    "@types/ws": "^8.18.1",
    "@vitest/coverage-v8": "^4.1.2",
    "tsx": "^4.16.0",
    "typescript": "^5.5.0",
    "vitest": "^4.1.2"
  },
  "engines": {
    "node": ">=18.0.0"
  }
}
