{
  "name": "@2025-6-19/clawfight",
  "version": "1.5.1",
  "description": "ClawFight — raise and battle a unique lobster pet with evolving soul 🦞",
  "author": "LIU",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/2019-02-18/clawfight",
    "directory": "packages/cli"
  },
  "homepage": "https://github.com/2019-02-18/clawfight#readme",
  "bugs": {
    "url": "https://github.com/2019-02-18/clawfight/issues"
  },
  "bin": {
    "clawfight": "./dist/index.js"
  },
  "type": "module",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsup",
    "dev": "tsup --watch",
    "prepublishOnly": "npm run build"
  },
  "dependencies": {
    "commander": "^14.0.0",
    "undici": "^7.0.0"
  },
  "devDependencies": {
    "@types/node": "^22.0.0",
    "tsup": "^8.0.0",
    "typescript": "^5.5.0"
  },
  "keywords": [
    "openclaw",
    "clawfight",
    "lobster",
    "pet",
    "battle",
    "idle",
    "virtual-pet",
    "cli"
  ]
}
