{
  "name": "keri-ts",
  "version": "0.10.0",
  "description": "KERI TypeScript protocol and runtime library",
  "homepage": "https://github.com/kentbull/keri-ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kentbull/keri-ts.git",
    "directory": "packages/keri"
  },
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/kentbull/keri-ts/issues"
  },
  "main": "./esm/keri/npm/src/keri/src/npm/index.js",
  "module": "./esm/keri/npm/src/keri/src/npm/index.js",
  "types": "./types/keri/src/npm/index.d.ts",
  "exports": {
    ".": {
      "import": "./esm/keri/npm/src/keri/src/npm/index.js",
      "types": "./types/keri/src/npm/index.d.ts"
    },
    "./cli": {
      "import": "./esm/keri/npm/src/keri/src/npm/cli.js",
      "types": "./types/keri/src/npm/cli.d.ts"
    },
    "./runtime": {
      "import": "./esm/keri/npm/src/keri/src/npm/runtime.js",
      "types": "./types/keri/src/npm/runtime.d.ts"
    },
    "./db": {
      "import": "./esm/keri/npm/src/keri/src/npm/db.js",
      "types": "./types/keri/src/npm/db.d.ts"
    }
  },
  "scripts": {
    "prepublishOnly": "npm run test",
    "test": "node --version"
  },
  "type": "module",
  "sideEffects": false,
  "files": [
    "esm",
    "types",
    "README.md",
    "LICENSE"
  ],
  "engines": {
    "node": ">=18"
  },
  "dependencies": {
    "@noble/curves": "1.9.7",
    "@noble/hashes": "1.8.0",
    "ajv": "8.17.1",
    "cesr-ts": ">=0.9.0 <0.10.0",
    "effection": "^3.6.0",
    "libsodium-wrappers": "0.8.4",
    "lmdb": "3.5.3",
    "@deno/shim-deno": "~0.18.0",
    "@msgpack/msgpack": "^3.1.2",
    "cbor-x": "^1.6.0"
  },
  "devDependencies": {
    "@types/node": "^20.9.0"
  },
  "_generatedBy": "dnt@dev"
}
