{
  "name": "@hegemonart/get-design-done",
  "version": "1.60.2",
  "description": "A design-quality pipeline for AI coding agents: brief, explore, plan, design, and verify UI work against your design system.",
  "author": "Hegemon",
  "homepage": "https://github.com/hegemonart/get-design-done",
  "repository": {
    "type": "git",
    "url": "https://github.com/hegemonart/get-design-done.git"
  },
  "license": "MIT",
  "engines": {
    "node": ">=22.6.0"
  },
  "files": [
    ".claude-plugin/",
    "agents/",
    "skills/",
    "hooks/",
    "connections/",
    "reference/",
    "bin/",
    "sdk/",
    "recipes/",
    "docs/i18n/",
    "scripts/lib/",
    "scripts/cli/",
    "scripts/skill-templates/",
    "scripts/install.cjs",
    "scripts/injection-patterns.cjs",
    "scripts/bootstrap.cjs",
    "scripts/build-skills.cjs",
    "scripts/generate-skill-frontmatter.cjs",
    "figma-plugin/",
    "SKILL.md",
    "README.md",
    "CHANGELOG.md",
    "LICENSE",
    "NOTICE"
  ],
  "bin": {
    "gdd-dashboard": "./bin/gdd-dashboard",
    "gdd-detect": "./bin/gdd-detect",
    "gdd-events": "./scripts/cli/gdd-events.mjs",
    "gdd-graph": "./bin/gdd-graph",
    "gdd-mcp": "./bin/gdd-mcp",
    "gdd-sdk": "./bin/gdd-sdk",
    "gdd-state-mcp": "./bin/gdd-state-mcp",
    "get-design-done": "./scripts/install.cjs"
  },
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "scripts": {
    "build:bundles": "node scripts/build-distribution-bundles.cjs",
    "build:skills": "node scripts/build-skills.cjs",
    "build:skills:check": "node scripts/build-skills.cjs --check",
    "generate:skill-frontmatter": "node scripts/generate-skill-frontmatter.cjs",
    "generate:skill-frontmatter:check": "node scripts/generate-skill-frontmatter.cjs --check",
    "build:sdk": "node scripts/build-sdk-bins.cjs",
    "prepare": "node scripts/build-skills.cjs",
    "prepack": "npm run build:sdk && npm run build:skills",
    "postpack": "node scripts/build-sdk-bins.cjs --clean",
    "test": "node --test --experimental-strip-types \"test/suite/**/*.test.cjs\" \"test/suite/**/*.test.ts\"",
    "test:behavior": "node scripts/run-behavior-tests.cjs",
    "typecheck": "tsc --noEmit",
    "codegen:schemas": "node --experimental-strip-types scripts/codegen-schema-types.ts",
    "codegen:schemas:check": "node --experimental-strip-types scripts/codegen-schema-types.ts --check",
    "lint:md": "npx --yes markdownlint-cli2 \"**/*.md\" \"#**/node_modules\" \"#.planning\" \"#.claude\" \"#test/fixtures/baselines\"",
    "lint:links": "npx --yes lychee --no-progress --accept 200,206,403,429 \"**/*.md\" || true",
    "lint:agentskills": "node scripts/lint-agentskills-spec.cjs",
    "lint:changelog": "node scripts/lint-changelog.cjs",
    "lint:prose": "node scripts/lint-prose.cjs",
    "lint:design": "node bin/gdd-detect test/fixtures/detect/negative --json",
    "build:style": "node scripts/generate-style-md.cjs",
    "build:style:check": "node scripts/generate-style-md.cjs --check",
    "build:harnesses": "node scripts/generate-harnesses-md.cjs",
    "build:harnesses:check": "node scripts/generate-harnesses-md.cjs --check",
    "check:harness-freshness": "node scripts/check-harness-freshness.cjs",
    "verify:harness": "node scripts/verify-harness.cjs",
    "check:domain-links": "node scripts/check-domain-cross-links.cjs",
    "check:no-duplication": "node scripts/check-no-duplication.cjs",
    "validate:composition-graph": "node scripts/validate-composition-graph.cjs",
    "validate:design-context": "node scripts/validate-design-context.cjs",
    "validate:skill-frontmatter": "node scripts/validate-skill-frontmatter.cjs",
    "validate:catalog": "node scripts/validate-catalog-integrity.cjs",
    "build:skill-graph": "node scripts/generate-skill-graph.cjs",
    "build:skill-graph:check": "node scripts/generate-skill-graph.cjs --check",
    "sync:rule-catalogue": "node scripts/sync-rule-catalogue.cjs --check",
    "validate:manifest": "node scripts/validate-manifest.cjs --check",
    "validate:schemas": "node --experimental-strip-types scripts/validate-schemas.ts",
    "validate:frontmatter": "node --experimental-strip-types scripts/validate-frontmatter.ts agents/",
    "detect:stale-refs": "node scripts/detect-stale-refs.cjs",
    "validate:feature-counts": "node scripts/check-feature-counts.cjs",
    "validate:registry-tiers": "node scripts/validate-registry-tiers.cjs",
    "validate:no-internal-refs": "node scripts/validate-no-internal-refs.cjs",
    "validate:cache-tiers": "node scripts/check-cache-tiers.cjs",
    "scan:injection": "node scripts/run-injection-scanner-ci.cjs",
    "scan:outbound": "node scripts/scan-outbound-network.cjs",
    "scan:ws-bind": "node scripts/scan-ws-bind.cjs",
    "test:size-budget": "node --test test/suite/agent-size-budget.test.cjs",
    "release:extract-changelog": "node scripts/extract-changelog-section.cjs",
    "verify:version-sync": "node scripts/verify-version-sync.cjs",
    "gdd-sdk": "node bin/gdd-sdk"
  },
  "devDependencies": {
    "@types/node": "^25.6.0",
    "ajv-cli": "^5.0.0",
    "ajv-formats": "^3.0.1",
    "esbuild": "^0.28.0",
    "json-schema-to-typescript": "^15.0.0",
    "typescript": "^6.0.3"
  },
  "keywords": [
    "claude",
    "claude-code",
    "claude-code-plugin",
    "plugin",
    "design",
    "design-system",
    "self-improvement",
    "reflection",
    "tested",
    "ci",
    "headless",
    "cli",
    "codex",
    "gemini",
    "mcp",
    "parallel-agents",
    "agent-sdk",
    "figma",
    "extractor",
    "design-system-sync",
    "worktree-safe",
    "anti-slop",
    "confidence-gate",
    "anti-slop-rubric",
    "skill-composition",
    "skill-graph"
  ],
  "skills": [
    "SKILL.md"
  ],
  "hooks": "hooks/hooks.json",
  "dependencies": {
    "@anthropic-ai/claude-agent-sdk": "^0.3.143",
    "@clack/prompts": "^1.2.0",
    "@modelcontextprotocol/sdk": "^1.0.0",
    "ajv": "^8.18.0"
  },
  "optionalDependencies": {
    "pngjs": "^7.0.0",
    "ws": "^8.20.0"
  },
  "overrides": {
    "fast-json-patch": "^3.1.1",
    "hono": ">=4.12.23",
    "qs": ">=6.15.2"
  }
}
