{
  "name": "genosdb",
  "version": "0.15.5",
  "description": "GenosDB (GDB): distributed graph database in real-time, peer-to-peer, scalable storage - efficient querying of complex relationships.",
  "main": "dist/index.js",
  "type": "module",
  "module": "./dist/index.js",
  "exports": {
    ".": "./dist/index.js",
    "./*": "./dist/*.min.js"
  },
  "types": "./dist/index.d.ts",
  "scripts": {
    "build": "bun esbun.js",
    "dev": "bun run --watch",
    "test": "bash tests/run.sh"
  },
  "files": [
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/estebanrfp/gdb.git"
  },
  "keywords": [
    "GenosDB",
    "gdb",
    "graph",
    "database",
    "real-time",
    "p2p",
    "distributed",
    "decentralized",
    "rbac",
    "decentralized-database",
    "webrtc-mesh",
    "offline-first",
    "zero-trust"
  ],
  "author": {
    "name": "Esteban Fuster Pozzi",
    "email": "estebanrfp@gmail.com",
    "url": "https://github.com/estebanrfp"
  },
  "license": "SEE LICENSE IN LICENSE",
  "bugs": {
    "url": "https://github.com/estebanrfp/gdb/issues"
  },
  "homepage": "https://github.com/estebanrfp/gdb#readme",
  "engines": {
    "node": "23.x",
    "npm": "11.x"
  },
  "devDependencies": {
    "@msgpack/msgpack": "3.1.2",
    "ethers": "6.15.0",
    "pako": "2.1.0",
    "eslint": "9.39.1",
    "eslint-config-standard": "17.1.0",
    "eslint-plugin-import": "2.32.0",
    "eslint-plugin-n": "17.23.1",
    "eslint-plugin-promise": "7.2.1"
  },
  "overrides": {
    "ws": ">=8.20.1 <9"
  },
  "pnpm": {
    "overrides": {
      "ws": ">=8.20.1 <9"
    }
  }
}
