{
  "name": "@clipboard-health/groundcrew",
  "version": "4.50.13",
  "description": "Linear-driven orchestrator that launches AI coding agents in git worktrees, with workspace lifecycle and usage tracking.",
  "keywords": [
    "agent",
    "ai",
    "claude",
    "codex",
    "linear",
    "orchestrator",
    "worktree"
  ],
  "bugs": "https://github.com/ClipboardHealth/groundcrew/issues",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ClipboardHealth/groundcrew.git"
  },
  "bin": {
    "crew": "./bin/run.js",
    "crew-clearance-ensure": "./bin/crewClearanceEnsure.js"
  },
  "files": [
    "README.md",
    "bin",
    "clearance-allow-hosts",
    "crew.config.example.ts",
    "dist",
    "docs",
    "static",
    "task-sources"
  ],
  "type": "module",
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "typings": "./dist/index.d.ts",
  "exports": {
    "./package.json": "./package.json",
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "default": "./dist/index.js"
    }
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "architecture:check": "depcruise --config config/dependencyCruiser.cjs src bin crew.config.example.ts vitest.config.ts",
    "build": "tsgo --build --force tsconfig.lib.json",
    "build:dev": "tsgo --build tsconfig.lib.json",
    "cpd": "jscpd --config config/jscpd.json .",
    "crew": "node --run build:dev && node ./bin/run.js",
    "crew:op": "node --run build:dev && op run --env-file \"${XDG_CONFIG_HOME:-$HOME/.config}/groundcrew/op.env\" -- node ./bin/run.js",
    "format": "oxfmt --config config/oxfmt.json",
    "format:check": "oxfmt --config config/oxfmt.json --check",
    "hook:pre-commit": "lint-staged --config config/lintStaged.config.js",
    "hook:pre-push": "node --run verify",
    "knip": "knip --config config/knip.json",
    "lint": "oxlint --config config/oxlint.config.ts --deny-warnings --ignore-pattern 'v2/**'",
    "markdown:lint": "markdownlint-cli2 --config config/markdownlint-cli2.jsonc",
    "prepack": "node --run build",
    "prepare": "husky",
    "sync-ai-rules": "node ./node_modules/@clipboard-health/ai-rules/scripts/sync.js common",
    "syncpack:lint": "syncpack lint --config config/syncpack.config.ts",
    "test": "vitest run --coverage",
    "verify": "node scripts/verifyAll.mts"
  },
  "dependencies": {
    "@clipboard-health/clearance": "1.8.3",
    "@linear/sdk": "95.0.0",
    "agent-trust": "1.0.0",
    "cosmiconfig": "10.0.1",
    "tslib": "2.8.1",
    "zod": "4.5.4"
  },
  "devDependencies": {
    "@clipboard-health/ai-rules": "2.46.2",
    "@clipboard-health/oxlint-config": "1.14.3",
    "@nx/js": "23.1.0",
    "@tsconfig/node24": "24.0.5",
    "@tsconfig/strictest": "2.0.8",
    "@types/node": "26.5.1",
    "@typescript/native-preview": "7.0.0-dev.20260707.2",
    "@vitest/coverage-v8": "5.0.0",
    "dependency-cruiser": "18.2.0",
    "husky": "9.1.7",
    "jscpd": "5.1.2",
    "knip": "6.34.0",
    "lint-staged": "17.5.0",
    "markdownlint-cli2": "0.23.2",
    "nx": "23.1.0",
    "oxfmt": "0.63.0",
    "oxlint": "1.78.0",
    "oxlint-tsgolint": "7.0.2001",
    "syncpack": "15.3.3",
    "vite": "8.2.2",
    "vitest": "5.0.0"
  },
  "engines": {
    "node": "24.14.1",
    "npm": "~11.11.0"
  },
  "nx": {
    "name": "groundcrew"
  }
}
