{
  "name": "electron-node-ffi",
  "version": "4.0.5",
  "license": "MIT",
  "author": "Ravi Shrestha <rvreturn@gmail.com>",
  "description": "A foreign function interface (FFI) for Electron.js, N-API style",
  "keywords": [
    "foreign",
    "function",
    "interface",
    "ffi",
    "libffi",
    "binding",
    "c",
    "napi",
    "stable"
  ],
  "homepage": "https://github.com/raviSussol/electron-node-ffi",
  "engines": {
    "node": ">=10"
  },
  "main": "./lib/ffi",
  "dependencies": {
    "debug": "^4.1.1",
    "electron-bindings": "^1.0.2",
    "electron-node-ref": "^3.0.4",
    "get-uv-event-loop-napi-h": "^1.0.5",
    "node-addon-api": "^3.0.0",
    "node-gyp-build": "^4.2.1",
    "ref-struct-di": "^1.1.0"
  },
  "devDependencies": {
    "fs-extra": "^9.0.0",
    "mocha": "^7.1.1",
    "np": "^7.5.0",
    "nyc": "^15.0.0",
    "prebuildify": "^4.0.0",
    "prebuildify-ci": "^1.0.5",
    "ref-array-di": "^1.2.1"
  },
  "scripts": {
    "install": "node-gyp-build",
    "prebuild": "prebuildify --napi --tag-armv --tag-uv",
    "prepack": "",
    "test": "echo test",
    "release": "np"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/raviSussol/electron-node-ffi.git"
  },
  "bugs": {
    "url": "https://github.com/raviSussol/electron-node-ffi/issues"
  }
}
