{
  "$schema": "http://json.schemastore.org/package.json",
  "name": "@xyo-network/xl1-driver-lmdb",
  "version": "5.4.1",
  "description": "XYO Layer One SDK Protocol LMDB Driver",
  "homepage": "https://xylabs.com",
  "bugs": {
    "url": "https://github.com/XYOracleNetwork/xl1-protocol/issues",
    "email": "support@xylabs.com"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/XYOracleNetwork/xl1-protocol.git"
  },
  "license": "LGPL-3.0-only",
  "author": {
    "name": "XY Labs Development Team",
    "email": "support@xylabs.com",
    "url": "https://xylabs.com"
  },
  "sideEffects": false,
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/node/index.d.ts",
      "default": "./dist/node/index.mjs"
    },
    "./package.json": "./package.json"
  },
  "files": [
    "dist",
    "!**/*.bench.*",
    "!**/*.spec.*",
    "!**/*.test.*",
    "README.md"
  ],
  "dependencies": {
    "@ariestools/sdk": "~8.2.0",
    "@xyo-network/xl1-protocol": "~5.4.1",
    "lmdb": "~3.5.6"
  },
  "devDependencies": {
    "@ariestools/toolchain": "~9.1.2",
    "@ariestools/tsconfig": "~9.1.2",
    "@opentelemetry/api": "~1.9.1",
    "@xyo-network/sdk": "~7.4.0",
    "@xyo-network/sdk-protocol": "~7.4.2",
    "ajv": "~8.20.0",
    "eslint": "~10.9.1",
    "tslib": "~2.8.1",
    "typescript": "~6.0.3",
    "zod": "~4.4.3"
  },
  "peerDependencies": {
    "@ariestools/sdk": "^8.1"
  },
  "engines": {
    "node": ">=22.3"
  },
  "engineStrict": true,
  "publishConfig": {
    "access": "public"
  }
}