{
  "name": "@0xmmo/crew",
  "version": "0.1.4",
  "description": "Shared context for Claude Code agents — auto-injects what your other running sessions are doing into every session's context via hooks. Also a CLI to watch them yourself.",
  "type": "commonjs",
  "bin": {
    "crew": "dist/crew.js"
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "engines": {
    "node": ">=18"
  },
  "scripts": {
    "build": "tsc",
    "typecheck": "tsc --noEmit",
    "postinstall": "node dist/postinstall.js || true",
    "send": "npm run build && git add . && (git diff --cached --quiet || git commit -am checkpoint) && npm version patch && npm login && npm publish"
  },
  "keywords": [
    "claude",
    "claude-code",
    "hooks",
    "context",
    "multi-agent",
    "cli",
    "sessions",
    "agents",
    "terminal",
    "ndjson"
  ],
  "author": "",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/0xmmo/crew.git"
  },
  "bugs": {
    "url": "https://github.com/0xmmo/crew/issues"
  },
  "homepage": "https://github.com/0xmmo/crew#readme",
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {
    "@types/node": "^20.11.0",
    "typescript": "^5.4.0"
  }
}
