{
  "name": "sdd-flow-kit",
  "version": "1.7.39",
  "private": false,
  "description": "Cross-agent SDD automated development workflow kit with PRD layered architecture, task splitting, context compression, and pending confirmations.",
  "license": "MIT",
  "engines": {
    "node": ">=14.16.0"
  },
  "type": "commonjs",
  "main": "dist/index.js",
  "files": [
    "dist",
    "src/templates",
    "src/tests/fixtures",
    "scripts",
    "README.md",
    "docs"
  ],
  "bin": {
    "sdd-flow-kit": "dist/cli.js"
  },
  "scripts": {
    "build": "tsc -p tsconfig.json",
    "start": "node dist/cli.js",
    "prepublishOnly": "npm run build",
    "postinstall": "node dist/postinstall.js",
    "test": "npm run build && node dist/tests/acMatrix.test.js && node dist/tests/proposeArtifacts.test.js && node dist/tests/analysisInputScan.test.js && node dist/tests/backendSkillDetector.test.js && node dist/tests/doc03Quality.test.js && node dist/tests/runGuard.test.js && node dist/tests/techDocQuality.test.js && node dist/tests/uiInteractionGate.test.js && node dist/tests/demoProposalConsistency.test.js && node dist/tests/acLayerCoverageGate.test.js && node dist/tests/acSourceTrace.test.js && node dist/tests/acInteractionGapGate.test.js && node dist/tests/prdInventoryGate.test.js && node dist/tests/projectUiStyleScan.test.js && node dist/tests/contextCompression.test.js && node dist/tests/integratedWorkflow.test.js && node dist/tests/disputeClosureGate.test.js && node dist/tests/deliverHardFail.test.js && node dist/tests/acExpectedEvidenceGate.test.js && node dist/tests/e2eAssertionDepth.test.js && node dist/tests/acAssertionBinding.test.js && node dist/tests/pageStateTasks.test.js && node dist/tests/visualRegression.test.js && node dist/tests/prdSemanticDiff.test.js && node dist/tests/apiLiveProbe.test.js && node dist/tests/antiSignalAnchor.test.js && node dist/tests/interactionSignalEvidence.test.js && node dist/tests/componentSubstance.test.js && node dist/tests/resolvePrdRunDir.test.js && node dist/tests/e2eScaffoldGate.test.js && node dist/tests/proposeReviewReportGate.test.js && node dist/tests/demoLayoutContract.test.js && node dist/tests/demoStylesExtract.test.js && node dist/tests/pageContracts.test.js && node dist/tests/demoFidelity.test.js && node dist/tests/crossProjectGuard.test.js && node dist/tests/apiFieldCoverage.test.js && node dist/tests/stepCard.test.js && node dist/tests/validateReviewSubagent.test.js && node scripts/tests/resolve-prd-run-dir.test.mjs && node scripts/tests/resolve-dev-server-url.test.mjs && node dist/tests/installHygiene.test.js && node dist/tests/claudeCodePermissions.test.js"
  },
  "devDependencies": {
    "@mermaid-js/mermaid-cli": "10.9.1",
    "@types/node": "^20.14.10",
    "puppeteer": "19.11.1",
    "typescript": "^5.6.3"
  },
  "pnpm": {
    "onlyBuiltDependencies": [
      "sdd-flow-kit"
    ]
  },
  "keywords": [
    "sdd",
    "software-design-description",
    "workflow",
    "automation",
    "ai-agent",
    "cursor",
    "claude-code",
    "task-splitting",
    "context-compression",
    "subagent",
    "openspec"
  ]
}
