{
  "main": "lib/binding.js",
  "dependencies": {
    "@sergeyfromhell/cmake-js": "^6.1.0",
    "node-addon-api": "^3.0.1"
  },
  "scripts": {
    "test": "node --napi-modules ./test/test_binding.js",
    "build": "node build.js",
    "install": "node build.js"
  },
  "gypfile": true,
  "name": "node-mdbx-dupsort",
  "version": "0.4.4",
  "description": "Node bindings for mdbx.",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/LogvinovLeon/node-mdbx.git"
  },
  "keywords": [
    "mdbx",
    "libmdbx",
    "database",
    "db",
    "kv",
    "bindings",
    "embedded"
  ],
  "author": "LogvinovLeon",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/LogvinovLeon/node-mdbx/issues"
  },
  "homepage": "https://github.com/LogvinovLeon/node-mdbx#readme"
}
