{
  "name": "@agentgates/cli",
  "version": "0.10.0",
  "description": "Wallet operations for AI agents and humans",
  "keywords": [
    "crypto",
    "wallet",
    "cli",
    "ai-agent",
    "agentgates",
    "usdc",
    "solana",
    "ethereum",
    "polygon",
    "defi"
  ],
  "license": "MIT",
  "homepage": "https://agentgates.ai",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Carlos-Sotop/agentgates-ai-cli.git"
  },
  "author": "Agentgates",
  "type": "module",
  "bin": {
    "agentgates": "bin/agentgates"
  },
  "files": [
    "bin",
    "dist/cli.mjs",
    "scripts/postinstall.mjs",
    "README.md"
  ],
  "scripts": {
    "build": "esbuild src/main.ts --bundle --platform=node --format=esm --outfile=dist/cli.mjs --banner:js=\"import{createRequire}from'module';const require=createRequire(import.meta.url);\"",
    "build:tsc": "tsc -p tsconfig.json",
    "postinstall": "node scripts/postinstall.mjs || exit 0",
    "prepare": "[ -x node_modules/.bin/esbuild ] && npm run build || true",
    "dev": "tsc -w -p tsconfig.json",
    "typecheck": "tsc --noEmit",
    "bounty": "node bin/bounty",
    "sync:bounty-shared": "node scripts/sync-bounty-shared.mjs",
    "clean": "rm -rf dist"
  },
  "engines": {
    "node": ">=20"
  },
  "devDependencies": {
    "@solana/web3.js": "^1.98.4",
    "@types/node": "^22.10.0",
    "commander": "^12.1.0",
    "esbuild": "^0.28.0",
    "open": "^10.1.0",
    "picocolors": "^1.1.1",
    "typescript": "^5.6.3"
  }
}
