{
  "name": "@graphprotocol/hypergraph",
  "version": "0.13.6",
  "description": "SDK for building performant, type-safe, local-first dapps on top of The Graph ecosystem knowledge graphs.",
  "repository": {
    "type": "git",
    "url": "https://github.com/graphprotocol/hypergraph.git",
    "directory": "packages/hypergraph"
  },
  "type": "module",
  "license": "MIT",
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "sideEffects": [],
  "exports": {
    ".": "./dist/index.js",
    "./connect": "./dist/connect/index.js",
    "./content-addressing": "./dist/content-addressing/index.js",
    "./crypto": "./dist/crypto/index.js",
    "./entity": "./dist/entity/index.js",
    "./identity": "./dist/identity/index.js",
    "./inboxes": "./dist/inboxes/index.js",
    "./key": "./dist/key/index.js",
    "./mapping": "./dist/mapping/index.js",
    "./messages": "./dist/messages/index.js",
    "./space": "./dist/space/index.js",
    "./space-events": "./dist/space-events/index.js",
    "./space-info": "./dist/space-info/index.js",
    "./store": "./dist/store.js",
    "./store-connect": "./dist/store-connect.js",
    "./types": "./dist/types.js",
    "./typesync": "./dist/cli/services/Model.js"
  },
  "dependencies": {
    "@automerge/automerge": "^3.1.1",
    "@automerge/automerge-repo": "^2.2.0",
    "@effect/cli": "^0.69.2",
    "@effect/experimental": "^0.54.6",
    "@effect/platform": "^0.90.10",
    "@effect/platform-node": "^0.96.1",
    "@effect/printer": "^0.45.0",
    "@effect/printer-ansi": "^0.45.0",
    "@geoprotocol/geo-sdk": "^0.14.0",
    "@noble/ciphers": "^1.3.0",
    "@noble/curves": "^1.9.7",
    "@noble/hashes": "^1.8.0",
    "@noble/secp256k1": "^2.3.0",
    "@rhinestone/module-sdk": "^0.2.8",
    "@serenity-kit/noble-sodium": "^0.2.1",
    "@xstate/store": "^3.9.2",
    "bs58check": "^4.0.0",
    "effect": "^3.17.13",
    "graphql-request": "^7.2.0",
    "open": "^10.2.0",
    "permissionless": "^0.2.47",
    "siwe": "^3.0.0",
    "uuid": "^11.1.0",
    "viem": "^2.34.0"
  },
  "bin": {
    "hypergraph": "./dist/cli/bun.js",
    "hg": "./dist/cli/bun.js"
  },
  "publishConfig": {
    "provenance": false
  }
}