{
  "name": "@napi-ffi/ref-napi",
  "description": "Turn Buffer instances into \"pointers\"",
  "engines": {
    "node": ">= 20.0"
  },
  "keywords": [
    "native",
    "buffer",
    "extensions",
    "c++",
    "pointer",
    "reference",
    "dereference",
    "type",
    "int",
    "long",
    "float",
    "double",
    "byte",
    "64",
    "napi"
  ],
  "version": "3.0.8",
  "license": "MIT",
  "author": "Anna Henningsen <anna@addaleax.net>",
  "maintainers": [
    "Gilson Urbano <hello@gilsonurbano.com>"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/napi-ffi/ref-napi.git"
  },
  "main": "./lib/ref.js",
  "scripts": {
    "docs": "node docs/compile",
    "test": "nyc mocha --expose-gc",
    "build": "node-gyp rebuild",
    "install": "node-gyp-build",
    "prebuild": "node scripts/prebuild.js",
    "prepack": "([ $(ls prebuilds | wc -l) > '0' ] || (echo 'Some prebuilds are missing'; exit 1))"
  },
  "dependencies": {
    "debug": "^4.3.7",
    "@napi-ffi/get-symbol-from-current-process-h": "^1.0.4",
    "node-addon-api": "^8.2.1",
    "node-gyp-build": "^4.8.2"
  },
  "devDependencies": {
    "dox": "0.9.0",
    "highlight.js": "^10.0.0",
    "jade": "^1.11.0",
    "marked": "^1.0.0",
    "mocha": "^7.1.1",
    "nyc": "^17.1.0",
    "prebuildify": "^6.0.1",
    "@napi-ffi/weak-napi": "^2.0.2"
  }
}
