{
  "name": "kuzu-wasm",
  "version": "0.11.3",
  "description": "Official WebAssembly build of Kuzu in-process property graph database management system.",
  "main": "index.js",
  "homepage": "https://kuzudb.com/",
  "repository": {
    "type": "git",
    "url": "https://github.com/kuzudb/kuzu.git"
  },
  "exports": {
    ".": {
      "import": "./index.js",
      "require": "./index.js"
    },
    "./sync": {
      "import": "./sync/index.js",
      "require": "./sync/index.js"
    },
    "./multithreaded": {
      "import": "./multithreaded/index.js",
      "require": "./multithreaded/index.js"
    },
    "./multithreaded/sync": {
      "import": "./multithreaded/sync/index.js",
      "require": "./multithreaded/sync/index.js"
    },
    "./nodejs": {
      "require": "./nodejs/index.js"
    },
    "./nodejs/sync": {
      "require": "./nodejs/sync/index.js"
    }
  },
  "author": "Kùzu Team",
  "license": "MIT",
  "dependencies": {
    "threads": "^1.7.0",
    "tiny-worker": "^2.3.0",
    "uuid": "^11.0.3"
  }
}