{
  "name": "@handsealed/facts",
  "version": "0.25.0",
  "description": "The Handsealed facts contract: the repository questions the engine asks, plus an in-memory double.",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/handsealed/handsealed.git",
    "directory": "packages/facts"
  },
  "files": [
    "dist",
    "!dist/**/*.test.*",
    "!dist/**/*.fixtures.*"
  ],
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    },
    "./memory": {
      "types": "./dist/memory.d.ts",
      "default": "./dist/memory.js"
    }
  },
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "engines": {
    "node": ">=22"
  }
}
