{
  "name": "prooflane-receipts",
  "version": "0.1.2",
  "description": "Validate create-cmp evidence receipts: inputs-hash recompute, receipt-vs-tree binding, freshness, and execution-plausibility. Dependency-free ESM \u2014 the single source of truth vendored into every generated project's qa/lib/ and consumed by the hosted receipt check.",
  "type": "module",
  "main": "src/index.mjs",
  "exports": {
    ".": "./src/index.mjs",
    "./package.json": "./package.json",
    "./inputs-hash": "./src/inputs-hash.mjs",
    "./receipt-validate": "./src/receipt-validate.mjs"
  },
  "files": [
    "src",
    "README.md"
  ],
  "scripts": {
    "test": "node --test",
    "prepublishOnly": "npm test"
  },
  "engines": {
    "node": ">=18"
  },
  "keywords": [
    "create-cmp",
    "evidence",
    "receipt",
    "verification",
    "content-hash"
  ],
  "license": "MIT",
  "author": "Karel van der Merwe",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kvdm-co-pilot/create-cmp.git",
    "directory": "packages/receipts"
  },
  "homepage": "https://github.com/kvdm-co-pilot/create-cmp/tree/main/packages/receipts#readme",
  "bugs": {
    "url": "https://github.com/kvdm-co-pilot/create-cmp/issues"
  },
  "publishConfig": {
    "access": "public"
  }
}
