{
  "name": "bland-cli",
  "version": "0.10.1",
  "description": "The official Bland AI command-line interface",
  "type": "module",
  "main": "dist/index.js",
  "bin": {
    "bland": "dist/index.js",
    "bland-cli": "dist/index.js"
  },
  "scripts": {
    "build": "tsc",
    "prepublishOnly": "npm run build",
    "dev": "tsx src/index.ts",
    "start": "node dist/index.js",
    "test": "vitest run",
    "lint": "eslint src/",
    "typecheck": "tsc --noEmit"
  },
  "keywords": [
    "bland",
    "ai",
    "voice",
    "cli",
    "pathways",
    "phone"
  ],
  "author": "Bland AI",
  "license": "MIT",
  "engines": {
    "node": ">=18.0.0"
  },
  "files": [
    "dist",
    "templates"
  ],
  "dependencies": {
    "@anthropic-ai/sdk": "^0.82.0",
    "@inquirer/prompts": "^8.3.0",
    "chalk": "^5.6.2",
    "commander": "^14.0.3",
    "conf": "^15.1.0",
    "open": "^11.0.0",
    "openai": "^6.42.0",
    "ora": "^9.3.0",
    "ws": "^8.19.0",
    "yaml": "^2.8.2"
  },
  "devDependencies": {
    "@types/node": "^25.5.0",
    "@types/ws": "^8.18.1",
    "tsx": "^4.21.0",
    "typescript": "^5.9.3",
    "vitest": "^4.1.1"
  }
}
