{
  "name": "@pinkynrg/crew",
  "version": "1.0.84",
  "description": "Run the slice of your stack you care about — locally, wired to the rest. Start a selected group of projects in parallel, open them as one VSCode workspace, or hand the set to Claude Code. One persistent config, run via npx.",
  "type": "module",
  "bin": {
    "crew": "bin/crew.js"
  },
  "files": [
    "bin/crew.js",
    "bin/graph.js",
    "README.md"
  ],
  "engines": {
    "node": ">=18"
  },
  "scripts": {
    "start": "node bin/crew.js",
    "test": "node tests/graph/run.mjs && sh tests/e2e/run.sh",
    "test:update": "node tests/graph/run.mjs -u && sh tests/e2e/run.sh -u",
    "test:cov": "npx --yes c8 --include=bin/crew.js --include=bin/graph.js --reporter=text --reporter=html npm test"
  },
  "keywords": [
    "cli",
    "monorepo",
    "workspace",
    "vscode",
    "claude",
    "dev",
    "parallel"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/pinkynrg/crew.git"
  },
  "homepage": "https://github.com/pinkynrg/crew#readme",
  "bugs": {
    "url": "https://github.com/pinkynrg/crew/issues"
  }
}
