{
  "name": "yubikey-chalresp",
  "version": "0.3.0",
  "description": "YubiKey OTP implementation for node.js",
  "main": "build/Release/yubikey-chalresp.node",
  "scripts": {
    "preinstall": "npm i node-addon-api",
    "install": "node-gyp rebuild",
    "test": "node test",
    "rebuild": "node-gyp clean configure build && node test",
    "clean": "node-gyp clean",
    "build": "node-gyp build",
    "build-test": "node-gyp build && node test"
  },
  "author": "Antelle",
  "license": "MIT",
  "dependencies": {
    "node-addon-api": "^3.0.0"
  }
}
