{
  "name": "cfn-compilation-error-fixer",
  "version": "2.0.0",
  "description": "Cerebras LLM-powered compilation error fixer with gated validation (Rust & TypeScript)",
  "type": "module",
  "scripts": {
    "fix": "npx tsx cerebras-gated-fixer-v2.ts",
    "fix:dry-run": "npx tsx cerebras-gated-fixer-v2.ts --dry-run",
    "fix:verbose": "npx tsx cerebras-gated-fixer-v2.ts --verbose",
    "fix:ts": "npx tsx typescript-gated-fixer-v2.ts",
    "fix:ts:dry-run": "npx tsx typescript-gated-fixer-v2.ts --dry-run",
    "fix:ts:verbose": "npx tsx typescript-gated-fixer-v2.ts --verbose"
  },
  "dependencies": {
    "@cerebras/cerebras_cloud_sdk": "^1.0.0"
  },
  "devDependencies": {
    "tsx": "^4.7.0"
  },
  "engines": {
    "node": ">=18.0.0"
  }
}