{
  "name": "@contractspec/lib.harness",
  "version": "0.3.5",
  "description": "Harness orchestration, policy, evidence, and evaluation runtime.",
  "type": "module",
  "types": "./dist/index.d.ts",
  "files": [
    "dist",
    "README.md"
  ],
  "scripts": {
    "publish:pkg": "bun publish --tolerate-republish --ignore-scripts --verbose",
    "publish:pkg:canary": "bun publish:pkg --tag canary",
    "build": "bun run build:bundle && bun run build:types",
    "build:bundle": "contractspec-bun-build transpile",
    "build:types": "contractspec-bun-build types",
    "dev": "contractspec-bun-build dev",
    "clean": "rimraf dist .turbo",
    "lint": "bun run lint:fix",
    "lint:fix": "node ../../../scripts/biome.cjs check --write --unsafe --only=nursery/useSortedClasses . && node ../../../scripts/biome.cjs check --write .",
    "lint:check": "node ../../../scripts/biome.cjs check .",
    "test": "bun test --pass-with-no-tests",
    "prebuild": "contractspec-bun-build prebuild",
    "typecheck": "tsc --noEmit"
  },
  "dependencies": {
    "@contractspec/lib.contracts-spec": "6.4.0"
  },
  "devDependencies": {
    "@contractspec/tool.bun": "3.7.18",
    "@contractspec/tool.typescript": "3.7.13",
    "typescript": "^5.9.3"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "bun": "./dist/index.js",
      "node": "./dist/node/index.js",
      "default": "./dist/index.js"
    },
    "./assertions/engine": {
      "types": "./dist/assertions/engine.d.ts",
      "bun": "./dist/assertions/engine.js",
      "node": "./dist/node/assertions/engine.js",
      "default": "./dist/assertions/engine.js"
    },
    "./evidence/normalizer": {
      "types": "./dist/evidence/normalizer.d.ts",
      "bun": "./dist/evidence/normalizer.js",
      "node": "./dist/node/evidence/normalizer.js",
      "default": "./dist/evidence/normalizer.js"
    },
    "./harness.feature": {
      "types": "./dist/harness.feature.d.ts",
      "bun": "./dist/harness.feature.js",
      "node": "./dist/node/harness.feature.js",
      "default": "./dist/harness.feature.js"
    },
    "./orchestration/evaluation-runner": {
      "types": "./dist/orchestration/evaluation-runner.d.ts",
      "bun": "./dist/orchestration/evaluation-runner.js",
      "node": "./dist/node/orchestration/evaluation-runner.js",
      "default": "./dist/orchestration/evaluation-runner.js"
    },
    "./orchestration/runner": {
      "types": "./dist/orchestration/runner.d.ts",
      "bun": "./dist/orchestration/runner.js",
      "node": "./dist/node/orchestration/runner.js",
      "default": "./dist/orchestration/runner.js"
    },
    "./policy/classifier": {
      "types": "./dist/policy/classifier.d.ts",
      "bun": "./dist/policy/classifier.js",
      "node": "./dist/node/policy/classifier.js",
      "default": "./dist/policy/classifier.js"
    },
    "./replay/bundle": {
      "types": "./dist/replay/bundle.d.ts",
      "bun": "./dist/replay/bundle.js",
      "node": "./dist/node/replay/bundle.js",
      "default": "./dist/replay/bundle.js"
    },
    "./types": {
      "types": "./dist/types.d.ts",
      "bun": "./dist/types.js",
      "node": "./dist/node/types.js",
      "default": "./dist/types.js"
    }
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/",
    "exports": {
      ".": {
        "types": "./dist/index.d.ts",
        "bun": "./dist/index.js",
        "node": "./dist/node/index.js",
        "default": "./dist/index.js"
      },
      "./assertions/engine": {
        "types": "./dist/assertions/engine.d.ts",
        "bun": "./dist/assertions/engine.js",
        "node": "./dist/node/assertions/engine.js",
        "default": "./dist/assertions/engine.js"
      },
      "./evidence/normalizer": {
        "types": "./dist/evidence/normalizer.d.ts",
        "bun": "./dist/evidence/normalizer.js",
        "node": "./dist/node/evidence/normalizer.js",
        "default": "./dist/evidence/normalizer.js"
      },
      "./harness.feature": {
        "types": "./dist/harness.feature.d.ts",
        "bun": "./dist/harness.feature.js",
        "node": "./dist/node/harness.feature.js",
        "default": "./dist/harness.feature.js"
      },
      "./orchestration/evaluation-runner": {
        "types": "./dist/orchestration/evaluation-runner.d.ts",
        "bun": "./dist/orchestration/evaluation-runner.js",
        "node": "./dist/node/orchestration/evaluation-runner.js",
        "default": "./dist/orchestration/evaluation-runner.js"
      },
      "./orchestration/runner": {
        "types": "./dist/orchestration/runner.d.ts",
        "bun": "./dist/orchestration/runner.js",
        "node": "./dist/node/orchestration/runner.js",
        "default": "./dist/orchestration/runner.js"
      },
      "./policy/classifier": {
        "types": "./dist/policy/classifier.d.ts",
        "bun": "./dist/policy/classifier.js",
        "node": "./dist/node/policy/classifier.js",
        "default": "./dist/policy/classifier.js"
      },
      "./replay/bundle": {
        "types": "./dist/replay/bundle.d.ts",
        "bun": "./dist/replay/bundle.js",
        "node": "./dist/node/replay/bundle.js",
        "default": "./dist/replay/bundle.js"
      },
      "./types": {
        "types": "./dist/types.d.ts",
        "bun": "./dist/types.js",
        "node": "./dist/node/types.js",
        "default": "./dist/types.js"
      }
    }
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/lssm-tech/contractspec.git",
    "directory": "packages/libs/harness"
  },
  "license": "MIT",
  "homepage": "https://contractspec.io"
}
