{
  "name": "@tech-leads-club/harness-toolkit",
  "version": "0.16.2",
  "type": "module",
  "description": "Multi-provider agent steering: gates, follow-up, handoff, policy",
  "keywords": [
    "agent",
    "cursor",
    "claude-code",
    "hooks",
    "policy",
    "governance"
  ],
  "license": "Elastic-2.0",
  "engines": {
    "node": ">=24"
  },
  "bin": {
    "tlc": "bin/tlc.mjs",
    "tlc-exec": "bin/tlc-exec.mjs"
  },
  "scripts": {
    "prepack": "node bin/tlc-build.mjs"
  },
  "files": [
    "bin/",
    "capabilities/",
    "dist/",
    "docs/",
    "skills/",
    "src/",
    "tools/",
    "!src/**/__test__",
    "!tools/__test__",
    "!tools/dev",
    "!tools/test-env*",
    "!docs/decisions",
    "config.example.json",
    "schema.json",
    "NOTICE"
  ],
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tech-leads-club/harness-toolkit.git"
  },
  "bugs": {
    "url": "https://github.com/tech-leads-club/harness-toolkit/issues"
  },
  "homepage": "https://github.com/tech-leads-club/harness-toolkit#readme",
  "devDependencies": {
    "@biomejs/biome": "^2.5.9",
    "@types/node": "^24.13.3",
    "knip": "^6.32.2",
    "typescript": "^7.0.2",
    "typescript-json-schema": "^0.68.0"
  }
}
