{
  "name": "@lambdacurry/arbor",
  "version": "0.23.4",
  "description": "The Arbor CLI — a shared workspace for people and agents. The human + headless-agent write path over Arbor's guarded operation surface.",
  "keywords": [
    "agents",
    "arbor",
    "cli",
    "collaboration",
    "mcp"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lambda-curry/arbor.git",
    "directory": "packages/cli"
  },
  "bin": {
    "arbor": "./dist/arbor.js"
  },
  "files": [
    "dist",
    "README.md"
  ],
  "type": "module",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "arbor": "tsx src/bin.ts",
    "build": "bun build ./src/bin.ts --target=node --outfile=dist/arbor.js",
    "test": "vitest run --passWithNoTests",
    "typecheck": "tsc -b",
    "prepublishOnly": "bun run build"
  },
  "devDependencies": {
    "@arbor/actions": "workspace:*",
    "@arbor/core": "workspace:*",
    "@types/node": "^26.2.0",
    "just-bash": "3.4.2",
    "tsx": "^4.20.6",
    "typescript": "^5.8.0",
    "vitest": "^4.1.10",
    "zod": "^4.4.3"
  },
  "engines": {
    "node": ">=18"
  }
}
