{
  "name": "@substrat-run/engine-protocol",
  "version": "0.11.4",
  "description": "Substrat engine: protocols, checklists and signed documents with the freeze → immutable invariant — versioned templates, append-only responses, verifiable content hash, counter-signatures on frozen content, and asynchronous multi-party signatures by external (non-principal) signatories",
  "license": "AGPL-3.0-only",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/substrat-run/substrat.git",
    "directory": "engines/protocol"
  },
  "homepage": "https://substrat.net/engines",
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    }
  },
  "files": [
    "dist"
  ],
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@substrat-run/contracts": "^0.88.0",
    "@substrat-run/kernel": "^0.88.0"
  },
  "devDependencies": {
    "typescript": "^7.0.0",
    "vitest": "^3.2.7",
    "zod": "^4.4.3",
    "@substrat-run/contract-tests": "^0.88.0",
    "@substrat-run/adapter-sqlite": "^0.88.0",
    "@substrat-run/engine-test-kit": "^0.3.15",
    "@substrat-run/model-emit": "0.8.0"
  },
  "peerDependencies": {
    "zod": "^4.4.0"
  },
  "substrat": {
    "conformance": "test/conformance.ts"
  },
  "scripts": {
    "build": "tsc -p tsconfig.json",
    "typecheck": "tsc -p tsconfig.json --noEmit && tsc -p tsconfig.test.json --noEmit",
    "test": "vitest run"
  }
}