{
  "name": "drupal-claude-collective",
  "version": "2.4.0",
  "description": "Drupal-focused sub-agent collective framework for Claude Code with specialized Drupal development agents, quality gates, and TaskMaster coordination",
  "main": "lib/index.js",
  "bin": {
    "drupal-claude-collective": "bin/claude-code-collective.js"
  },
  "scripts": {
    "test": "vitest run",
    "test:watch": "vitest",
    "test:jest": "jest",
    "test:jest:watch": "jest --watch",
    "test:coverage": "jest --coverage",
    "test:contracts": "jest --testPathPattern=contracts",
    "test:handoffs": "jest --testPathPattern=handoffs",
    "test:agents": "jest --testPathPattern=agents",
    "metrics:report": "node lib/metrics/index.js",
    "install-collective": "node lib/installer.js",
    "validate": "node lib/validator.js"
  },
  "keywords": [
    "claude-code",
    "drupal",
    "sub-agent",
    "collective",
    "drupal-10",
    "drupal-11",
    "automation",
    "ai-agents",
    "cms",
    "web-development"
  ],
  "author": "Drupal Claude Collective",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gkastanis/drupal-claude-code-sub-agent-collective.git"
  },
  "engines": {
    "node": ">=16.0.0"
  },
  "devDependencies": {
    "jest": "^29.7.0",
    "jest-junit": "^16.0.0",
    "vitest": "^3.2.4",
    "@vitest/ui": "^3.2.4"
  },
  "dependencies": {
    "fs-extra": "^11.3.1",
    "chalk": "^4.1.2",
    "inquirer": "^8.2.0",
    "enquirer": "^2.3.6",
    "handlebars": "^4.7.7",
    "commander": "^11.0.0",
    "deepmerge": "^4.3.1"
  }
}
