{
  "name": "@veewo/claw",
  "version": "0.2.28",
  "type": "module",
  "description": "CLI for running the .claw workflow: project planning, recall, truth ingestion, and closeout.",
  "keywords": [
    "claw",
    ".claw",
    "agent-workflow",
    "knowledge-capture",
    "project-memory",
    "truth",
    "adr",
    "cli"
  ],
  "homepage": "https://github.com/chanyuenpang/claw-kit",
  "repository": {
    "type": "git",
    "url": "https://github.com/chanyuenpang/claw-kit.git",
    "directory": "packages/cli"
  },
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "dist",
    "README.md"
  ],
  "bin": {
    "claw": "./dist/bin.js"
  },
  "dependencies": {
    "@veewo/claw-client": "0.2.28",
    "@veewo/claw-core": "0.2.28"
  },
  "exports": {
    "./session-daemon": "./dist/session-daemon-entry.js"
  },
  "scripts": {
    "build": "node ./scripts/clean-dist.mjs && tsc -p tsconfig.json",
    "check": "tsc -p tsconfig.json --noEmit && tsc -p tsconfig.test.json --noEmit",
    "test": "tsc -p tsconfig.test.json && node --test dist-test/**/*.test.js"
  }
}
