{
  "name": "xxyy-skill",
  "version": "1.3.1",
  "description": "CLI for on-chain token trading and data queries via XXYY Open API. Supports Solana, Ethereum, BSC, and Base.",
  "type": "module",
  "bin": {
    "xxyy-skill": "dist/cli/index.js"
  },
  "main": "dist/cli/index.js",
  "files": [
    "dist/",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "tsc",
    "start": "node dist/cli/index.js",
    "dev": "tsc --watch"
  },
  "keywords": [
    "xxyy",
    "cli",
    "trading",
    "swap",
    "solana",
    "ethereum",
    "bsc",
    "base",
    "defi",
    "meme-token",
    "crypto",
    "on-chain",
    "ai-agent",
    "web3",
    "dex",
    "token-trading",
    "smart-money",
    "kol"
  ],
  "author": "XXYY",
  "license": "MIT",
  "dependencies": {
    "commander": "^12.0.0"
  },
  "devDependencies": {
    "@types/node": "^22.0.0",
    "typescript": "^5.7.0"
  },
  "engines": {
    "node": ">=18.0.0"
  }
}
