{
  "name": "@cfn/loop-output-processing",
  "version": "1.0.0",
  "description": "Type-safe, consolidated output processing for CFN Loop agents (Loop 2 validators and Loop 3 implementers)",
  "main": "dist/src/output-processor.js",
  "types": "dist/src/output-processor.d.ts",
  "bin": {
    "process-loop3": "dist/src/cli/process-loop3.js",
    "process-loop2": "dist/src/cli/process-loop2.js"
  },
  "scripts": {
    "build": "tsc --project tsconfig.json",
    "test": "jest --coverage --coverageThreshold='{\"lines\": 90, \"functions\": 90, \"branches\": 85, \"statements\": 90}'",
    "test:watch": "jest --watch",
    "test:unit": "jest --testPathPattern=output-processor",
    "lint": "eslint src tests --ext .ts",
    "type-check": "tsc --noEmit",
    "clean": "rm -rf dist coverage .jest"
  },
  "keywords": [
    "cfn-loop",
    "output-processing",
    "validators",
    "implementers",
    "confidence-extraction",
    "feedback-parsing",
    "consensus-calculation"
  ],
  "author": "CFN Team",
  "license": "MIT",
  "devDependencies": {
    "@types/jest": "^29.5.0",
    "@types/node": "^20.0.0",
    "@typescript-eslint/eslint-plugin": "^6.0.0",
    "@typescript-eslint/parser": "^6.0.0",
    "eslint": "^8.0.0",
    "jest": "^29.5.0",
    "ts-jest": "^29.1.0",
    "ts-node": "^10.9.0",
    "typescript": "^5.0.0"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/your-org/claude-flow-novice.git",
    "directory": ".claude/skills/cfn-loop-output-processing"
  }
}
