{
  "name": "@degenai/cli",
  "version": "0.6.3",
  "description": "CLI for deGenAi Art — AI image & video generation paid via x402 (USDC on Base). Interactive menu + scriptable subcommands. Generate images (nano-banana, pro, seedream, gpt-image-2), videos (Veo 3, Grok), upscale, remove backgrounds, magic eraser.",
  "type": "module",
  "bin": {
    "degenai": "./dist/index.js"
  },
  "files": [
    "dist",
    "claude-commands",
    "README.md",
    "CLAUDE_COMMANDS.md"
  ],
  "engines": {
    "node": ">=18"
  },
  "keywords": [
    "x402",
    "ai",
    "image-generation",
    "video-generation",
    "base",
    "usdc",
    "cli",
    "nano-banana",
    "seedream",
    "gpt-image-2",
    "veo-3",
    "grok-video",
    "degenai"
  ],
  "homepage": "https://aibasegen.vercel.app",
  "repository": {
    "type": "git",
    "url": "https://github.com/solyanviktor-star/aibasegen.git",
    "directory": "tools/cli"
  },
  "bugs": {
    "url": "https://github.com/solyanviktor-star/aibasegen/issues"
  },
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "tsc",
    "dev": "tsx src/index.ts",
    "prepublishOnly": "npm run build",
    "pack:check": "npm pack --dry-run",
    "postinstall": "node dist/postinstall.js || true"
  },
  "dependencies": {
    "@inquirer/prompts": "^8.4.3",
    "@x402/core": "^2.8.0",
    "@x402/evm": "^2.8.0",
    "@x402/fetch": "^2.8.0",
    "commander": "^13.0.0",
    "viem": "^2.31.0"
  },
  "devDependencies": {
    "@types/node": "^20.0.0",
    "tsx": "^4.19.0",
    "typescript": "^5.7.0"
  }
}
