{
  "name": "@harperfast/rocksdb-js-darwin-x64",
  "version": "2.3.0",
  "description": "darwin-x64 binding for rocksdb-js",
  "license": "Apache-2.0",
  "homepage": "https://github.com/HarperFast/rocksdb-js",
  "bugs": [
    {
      "type": "link",
      "url": "https://github.com/HarperFast/rocksdb-js/issues"
    }
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/HarperFast/rocksdb-js"
  },
  "main": "./rocksdb-js.node",
  "exports": {
    ".": "./rocksdb-js.node"
  },
  "files": [
    "rocksdb-js.node"
  ],
  "preferUnplugged": true,
  "engines": {
    "node": "^22.18.0 || >=24.0.0"
  },
  "os": [
    "darwin"
  ],
  "cpu": [
    "x64"
  ]
}