{
  "name": "prooflane-harness",
  "version": "0.22.0",
  "description": "The prooflane verify lane: a stack-agnostic evidence harness that derives done from evidence rather than an agent's word. Profile loader, lane runner, receipts, hash-locked region, Stop hook, spec-to-citation binding and the Rule 0/1/2 instruments. Dependency-free ESM, vendored into each project so a receipt is checkable offline from the repo alone, and content-hashed so a receipt names the exact lane that issued it. NOTE: this release still carries the `cmp` (Compose Multiplatform) stack profile as its source of truth; it moves to prooflane-profile-cmp in the package split.",
  "type": "module",
  "main": "src/verify.mjs",
  "exports": {
    ".": "./src/verify.mjs",
    "./package.json": "./package.json",
    "./harness-region": "./src/lib/harness-region.mjs",
    "./lib/*.mjs": "./src/lib/*.mjs",
    "./lib/*": "./src/lib/*.mjs",
    "./console": "./src/console/preview-service.mjs",
    "./console/*.mjs": "./src/console/*.mjs",
    "./console/*": "./src/console/*.mjs"
  },
  "bin": {
    "prooflane": "bin/prooflane.mjs"
  },
  "files": [
    "src",
    "install",
    "bin",
    "evidence",
    "README.md"
  ],
  "scripts": {
    "test": "node --test"
  },
  "engines": {
    "node": ">=20.19.0"
  },
  "keywords": [
    "prooflane",
    "verify",
    "evidence",
    "receipt",
    "harness",
    "stack-agnostic",
    "ci",
    "agents"
  ],
  "license": "MIT",
  "author": "Karel van der Merwe",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kvdm-co-pilot/create-cmp.git",
    "directory": "packages/harness"
  },
  "homepage": "https://github.com/kvdm-co-pilot/create-cmp/tree/main/packages/harness#readme",
  "bugs": {
    "url": "https://github.com/kvdm-co-pilot/create-cmp/issues"
  },
  "publishConfig": {
    "access": "public"
  }
}
