{
  "name": "the-grid-cc",
  "version": "1.7.40",
  "description": "Ship faster. Stay sane. Multi-agent orchestration for Claude Code that keeps your context clean.",
  "main": "index.js",
  "bin": {
    "the-grid-cc": "./bin/install.js",
    "grid": "./bin/install.js"
  },
  "scripts": {
    "start": "python3 cli/main.py",
    "test": "python3 -c \"from core import Grid; print('OK')\""
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/JamesWeatherhead/grid.git"
  },
  "keywords": [
    "claude",
    "claude-code",
    "ai",
    "agent",
    "multi-agent",
    "orchestration",
    "context-management",
    "subagent",
    "automation",
    "developer-tools",
    "productivity",
    "ai-coding",
    "llm",
    "anthropic"
  ],
  "author": "James Weatherhead & Claude",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/JamesWeatherhead/grid/issues"
  },
  "homepage": "https://github.com/JamesWeatherhead/grid#readme",
  "engines": {
    "node": ">=16.0.0"
  }
}
