{
  "name": "@lemonbeijing/lemonclaw-cli",
  "version": "1.0.4",
  "description": "Portable LemonClaw CLI launcher for WorkBuddy.",
  "license": "UNLICENSED",
  "engines": {
    "node": ">=18"
  },
  "bin": {
    "lemonclaw-cli": "dist/lemonclaw-cli.cjs"
  },
  "scripts": {
    "build": "node scripts/build.js",
    "prepack": "npm run build",
    "pretest": "npm run build",
    "postinstall": "node dist/postinstall.cjs",
    "test": "node --test tests/*.test.js"
  },
  "devDependencies": {
    "esbuild": "0.28.1",
    "tar": "7.5.21"
  },
  "files": [
    "dist/",
    "runtime-manifest.json",
    "README.md"
  ],
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  }
}
