{
  "name": "@telnyx/agent-cli",
  "version": "0.4.1",
  "description": "Agent-friendly CLI for Telnyx API v2 — composite setup commands that reduce multi-step workflows to a single command",
  "type": "module",
  "bin": {
    "telnyx-agent": "./bin/telnyx-agent.ts"
  },
  "scripts": {
    "start": "tsx bin/telnyx-agent.ts",
    "test": "tsx --test tests/ai.test.ts tests/edge-handoff.test.ts tests/fax.test.ts tests/integration.test.ts tests/iot.test.ts tests/numbers.test.ts tests/rcs.test.ts tests/setup-10dlc.test.ts tests/sms.test.ts tests/stt.test.ts tests/telnyx-cli-flags.test.ts tests/tts.test.ts tests/verify.test.ts tests/voice.test.ts tests/whatsapp.test.ts",
    "typecheck": "tsc --noEmit",
    "postinstall": "tsx scripts/postinstall.ts",
    "build": "npm run typecheck"
  },
  "dependencies": {
    "ethers": "^6.16.0",
    "tsx": "^4.19.0"
  },
  "devDependencies": {
    "@types/node": "^22.0.0",
    "typescript": "^5.7.0"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "telnyx",
    "agent",
    "cli",
    "telecom",
    "sms",
    "voice",
    "iot",
    "10dlc",
    "wireguard"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/team-telnyx/ai.git",
    "directory": "packages/cli"
  },
  "homepage": "https://github.com/team-telnyx/ai#readme",
  "bugs": {
    "url": "https://github.com/team-telnyx/ai/issues"
  },
  "files": [
    "bin",
    "src",
    "scripts/postinstall.ts",
    "README.md"
  ]
}
