{
  "name": "@aeon-ai-pay/aigateway",
  "version": "0.4.2",
  "description": "AI Agents discover, invoke, and settle paid LLMs, APIs, and Skills — starting with Skill Boss. No manual key setup. No prepayment. Pay-per-call via x402 or Agent Card.",
  "type": "module",
  "bin": {
    "aigateway": "bin/cli.mjs"
  },
  "files": [
    "bin",
    "src",
    "skills",
    "scripts",
    "docs",
    "templates",
    "README.md",
    "CHANGELOG.md",
    "LICENSE"
  ],
  "scripts": {
    "postinstall": "node scripts/postinstall.mjs",
    "wallet-init": "node bin/cli.mjs wallet-init",
    "wallet-topup": "node bin/cli.mjs wallet-topup",
    "wallet-balance": "node bin/cli.mjs wallet-balance",
    "sb-tools": "node bin/cli.mjs sb tools",
    "sb-invoke": "node bin/cli.mjs sb invoke",
    "release": "node scripts/release.mjs"
  },
  "dependencies": {
    "@aeon-ai-pay/axios": "2.1.2",
    "@aeon-ai-pay/evm": "2.1.4",
    "@walletconnect/sign-client": "^2.17.0",
    "axios": "^1.13.2",
    "commander": "^13.0.0",
    "qrcode-terminal": "^0.12.0",
    "viem": "^2.39.0"
  },
  "engines": {
    "node": ">=25"
  },
  "keywords": [
    "agent-os",
    "aigateway",
    "agent-skills",
    "x402",
    "ai-tools",
    "image-generation",
    "video-generation",
    "text-to-speech",
    "speech-to-text",
    "web-search",
    "web-scraping",
    "embeddings",
    "skill-boss",
    "crypto-payment",
    "evm",
    "bsc"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/AEON-Project/aigateway.git"
  },
  "license": "MIT"
}
