{
  "name": "@substrat-run/connector-scrive",
  "version": "0.14.21",
  "description": "Substrat connector: Scrive eSign (Swedish BankID). Turns a protocol.signatures-requested event into a Scrive signing flow (create → set file → parties → start) and records the completed signature back into the scope through the #97 authority seam. Host code — registered on a ScopeHost, never module code.",
  "license": "AGPL-3.0-only",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/substrat-run/substrat.git",
    "directory": "connectors/scrive"
  },
  "homepage": "https://substrat.net/connectors/scrive",
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "dist"
  ],
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    }
  },
  "dependencies": {
    "@substrat-run/contracts": "^0.116.0",
    "@substrat-run/kernel": "^0.116.0"
  },
  "devDependencies": {
    "typescript": "^7.0.0",
    "vitest": "^3.2.7",
    "zod": "^4.4.3",
    "@substrat-run/adapter-sqlite": "^0.116.0",
    "@substrat-run/engine-protocol": "^0.13.0"
  },
  "peerDependencies": {
    "zod": "^4.4.0"
  },
  "scripts": {
    "build": "tsc -p tsconfig.json",
    "typecheck": "tsc -p tsconfig.json --noEmit && tsc -p tsconfig.test.json --noEmit",
    "test": "vitest run"
  }
}