{
  "name": "@realpkuasule/harness-automation",
  "version": "2.8.20",
  "description": "Repository-native policy compiler for consistent AI coding sessions",
  "main": "dist/index.js",
  "type": "module",
  "bin": {
    "harness-automation": "dist/cli.js",
    "harness-automation-mcp": "dist/index.js"
  },
  "files": [
    "dist/",
    "postinstall.cjs",
    "!dist/**/*.test.*",
    "!dist/**/__tests__/",
    "!dist/**/__fixtures__/",
    "!dist/**/*.js.map",
    "!dist/**/*.d.ts.map"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/realpkuasule/harness-automation.git"
  },
  "bugs": {
    "url": "https://github.com/realpkuasule/harness-automation/issues"
  },
  "homepage": "https://github.com/realpkuasule/harness-automation#readme",
  "keywords": [
    "harness",
    "automation",
    "constraint",
    "mcp",
    "claude-code",
    "rules"
  ],
  "license": "MIT",
  "scripts": {
    "build": "tsc && cp src/rules.json dist/rules.json && rm -rf dist/session/templates && cp -R src/session/templates dist/session/templates && rm -rf dist/skill dist/manage-worktree-delivery && mkdir -p dist/skill dist/manage-worktree-delivery dist/docs/api && cp ../skill/SKILL.md dist/skill/SKILL.md && cp -R ../skill/agents ../skill/references ../skill/scripts ../skill/evals dist/skill/ && cp ../skills/manage-worktree-delivery/SKILL.md dist/manage-worktree-delivery/SKILL.md && cp -R ../skills/manage-worktree-delivery/agents ../skills/manage-worktree-delivery/references ../skills/manage-worktree-delivery/scripts dist/manage-worktree-delivery/ && cp ../docs/api/*.schema.json dist/docs/api/ && mkdir -p dist/scripts && cp ../scripts/task.py ../scripts/changelog.py ../scripts/local_tracking.py dist/scripts/ && node dist/repository/artifact.js --write-manifest",
    "start": "node dist/index.js",
    "dev": "tsx watch src/index.ts",
    "lint": "eslint src/",
    "test": "vitest run",
    "test:watch": "vitest",
    "test:coverage": "vitest run --coverage",
    "test:ci": "vitest run --coverage --reporter=verbose --maxWorkers=1",
    "prepare": "husky",
    "postinstall": "node postinstall.cjs",
    "prepublishOnly": "npm run build"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.29.0",
    "@typescript-eslint/parser": "^8.59.0",
    "@typescript-eslint/typescript-estree": "^8.59.0",
    "yaml": "^2.9.0",
    "zod": "^3.24.0",
    "zod-to-json-schema": "^3.25.2"
  },
  "devDependencies": {
    "@types/node": "^22.0.0",
    "@vitest/coverage-v8": "^3.2.7",
    "eslint": "^10.0.0",
    "husky": "^9.1.7",
    "tsx": "^4.19.0",
    "typescript": "^5.7.0",
    "typescript-eslint": "^8.59.0",
    "vitest": "^3.2.7"
  },
  "overrides": {
    "esbuild": "0.28.1"
  },
  "engines": {
    "node": ">=18.0.0"
  }
}
