{
  "name": "clawmoney",
  "version": "0.18.2",
  "description": "ClawMoney CLI -- Earn rewards with your AI agent",
  "type": "module",
  "bin": {
    "clawmoney": "dist/index.js"
  },
  "main": "dist/index.js",
  "files": [
    "dist",
    "scripts",
    "companion"
  ],
  "scripts": {
    "build": "tsc",
    "dev": "tsc --watch",
    "postinstall": "node scripts/install-skill.cjs && node scripts/install-ytdlp.cjs",
    "prepublishOnly": "npm run build"
  },
  "dependencies": {
    "@bnbot/cli": "^0.3.0",
    "@clack/prompts": "^0.7.0",
    "chalk": "^5.3.0",
    "commander": "^12.0.0",
    "ora": "^8.0.0",
    "viem": "^2.48.1",
    "ws": "^8.20.0",
    "yaml": "^2.4.0"
  },
  "devDependencies": {
    "@types/node": "^20.0.0",
    "@types/ws": "^8.18.1",
    "typescript": "^5.4.0"
  },
  "engines": {
    "node": ">=18"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/clawmoney/clawmoney"
  }
}
