{
  "name": "@abandonware/bluetooth-hci-socket",
  "version": "0.5.3-12",
  "description": "Bluetooth HCI socket binding for Node.js",
  "main": "index.js",
  "types": "index.d.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/abandonware/node-bluetooth-hci-socket.git"
  },
  "keywords": [
    "HCI",
    "Bluetooth",
    "Linux",
    "Windows"
  ],
  "author": "Sandeep Mistry <sandeep.mistry@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/abandonware/node-bluetooth-hci-socket/issues"
  },
  "homepage": "https://github.com/abandonware/node-bluetooth-hci-socket",
  "os": [
    "linux",
    "android",
    "freebsd",
    "win32"
  ],
  "dependencies": {
    "@mapbox/node-pre-gyp": "^1.0.11",
    "debug": "^4.3.4",
    "nan": "^2.18.0",
    "node-gyp": "^10.0.1"
  },
  "optionalDependencies": {
    "usb": "^2.11.0"
  },
  "devDependencies": {
    "jshint": "^2.13.6"
  },
  "engines": {
    "node": ">=10.0.0"
  },
  "scripts": {
    "install": "node-pre-gyp install --build-from-source",
    "test": "jshint lib/*.js && node test.js"
  },
  "binary": {
    "module_name": "bluetooth_hci_socket",
    "module_path": "./lib/binding/",
    "host": "https://github.com/abandonware/node-bluetooth-hci-socket/releases/download/",
    "package_name": "{module_name}-{version}-{node_abi}-{platform}-{arch}.tar.gz",
    "remote_path": "{version}"
  },
  "jshintConfig": {
    "esversion": 6
  }
}
