{
  "name": "spareai",
  "version": "0.20.3",
  "description": "Sell your spare AI capacity — the SpareAI provider CLI turns idle Claude / Codex / Gemini subscription quota into per-request income.",
  "type": "module",
  "bin": {
    "spareai": "dist/index.js",
    "clawmoney": "dist/index.js"
  },
  "main": "dist/index.js",
  "files": [
    "dist",
    "scripts",
    "companion"
  ],
  "scripts": {
    "build": "tsc",
    "dev": "tsc --watch",
    "test:grok": "node scripts/test-grok-api.mjs",
    "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",
    "undici": "^6.21.3",
    "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": "git+https://github.com/clawmoney/cli.git"
  },
  "homepage": "https://spareai.org",
  "bugs": {
    "url": "https://github.com/clawmoney/cli/issues"
  },
  "author": "jackleeio",
  "keywords": [
    "spareai",
    "ai",
    "agent",
    "llm",
    "relay",
    "provider",
    "marketplace",
    "claude",
    "codex",
    "gemini",
    "subscription",
    "passive-income",
    "cli"
  ]
}
