{
  "name": "udev",
  "version": "1.0.1",
  "description": "Bindings to libudev",
  "main": "udev.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "node-gyp rebuild",
    "clean": "node-gyp clean",
    "install": "node-pre-gyp install --fallback-to-build"
  },
  "binary": {
    "module_name": "udev",
    "module_path": "./build/{node_abi}-{platform}-{arch}",
    "package_name": "{node_abi}-{platform}-{arch}.tar.gz",
    "host": "https:///"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/cheery/node-udev"
  },
  "engines": {
    "node": ">=10.0.0"
  },
  "keywords": [
    "udev",
    "linux"
  ],
  "os": [
    "linux"
  ],
  "author": "Henri Tuhola <henri.tuhola@gmail.com>",
  "license": "BSD-2-Clause",
  "gypfile": true,
  "readmeFilename": "README.md",
  "devDependencies": {
    "node-gyp": "^8.1.0"
  },
  "dependencies": {
    "@mapbox/node-pre-gyp": "^1.0.5",
    "bindings": "^1.5.0",
    "node-addon-api": "^4.0.0"
  }
}
