{
  "name": "@the-forge-flow/tff-cc",
  "version": "1.1.3",
  "description": "Autonomous coding agent orchestrator for Claude Code",
  "type": "module",
  "engines": {
    "node": ">=22"
  },
  "keywords": [
    "claude-code",
    "plannotator",
    "orchestration"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/MonsieurBarti/tff-mono.git",
    "directory": "apps/tff-cc"
  },
  "license": "MIT",
  "author": "MonsieurBarti",
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "better-sqlite3": "^12.8.0"
  },
  "devDependencies": {
    "@commitlint/cli": "^19.8.0",
    "@commitlint/config-conventional": "^19.8.0",
    "@types/better-sqlite3": "^7.6.13",
    "@types/js-yaml": "^4.0.9",
    "@types/node": "^25.5.0",
    "@types/proper-lockfile": "^4.1.4",
    "@vitest/coverage-v8": "^4.1.5",
    "esbuild": "^0.27.4",
    "fast-check": "^4.6.0",
    "js-yaml": "^4.1.1",
    "proper-lockfile": "^4.1.2",
    "ts-morph": "^24",
    "typescript": "^5.9.3",
    "vitest": "^4.1.0",
    "yaml": "^2.8.3",
    "zod": "4.3.6",
    "@tff/core": "1.1.3"
  },
  "scripts": {
    "postinstall": "node scripts/sync-content.mjs",
    "sync-content": "node scripts/sync-content.mjs",
    "build": "pnpm run sync-content && node scripts/build.mjs",
    "dev": "tsc -p tsconfig.build.json --watch",
    "test": "vitest run",
    "test:watch": "vitest",
    "test:coverage": "vitest run --coverage && node scripts/check-coverage-thresholds.mjs",
    "typecheck": "tsc --noEmit",
    "lint": "oxlint --config ../../.oxlintrc.json --ignore-path ../../.oxlintignore --deny-warnings .",
    "lint:fix": "oxlint --fix --config ../../.oxlintrc.json --ignore-path ../../.oxlintignore --deny-warnings .",
    "format": "oxfmt --write --config ../../.oxfmtrc.json .",
    "format:check": "oxfmt --check --config ../../.oxfmtrc.json ."
  }
}