{
  "author": "Sandeep Mistry",
  "maintainers": [
    "Jacob Rosenthal",
    "Luis Montes"
  ],
  "license": "MIT",
  "name": "@jefflloyd/noble",
  "description": "A Node.js BLE (Bluetooth Low Energy) central library.",
  "version": "1.9.4",
  "repository": {
    "type": "git",
    "url": "https://github.com/abandonware/noble.git"
  },
  "bugs": {
    "url": "https://github.com/abandonware/noble/issues"
  },
  "keywords": [
    "bluetooth",
    "BLE",
    "bluetooth low energy",
    "bluetooth smart",
    "central"
  ],
  "main": "./index.js",
  "types": "./index.d.ts",
  "engines": {
    "node": ">=6"
  },
  "os": [
    "darwin",
    "linux",
    "freebsd",
    "win32"
  ],
  "dependencies": {
    "debug": "^4.3.1",
    "node-addon-api": "^3.2.0"
  },
  "optionalDependencies": {
    "@abandonware/bluetooth-hci-socket": "^0.5.3-8"
  },
  "devDependencies": {
    "async": "^3.2.0",
    "eslint": "^7.27.0",
    "eslint-config-semistandard": "^16.0.0",
    "eslint-config-standard": "^16.0.3",
    "eslint-plugin-import": "^2.23.3",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-promise": "^5.1.0",
    "install": "^0.13.0",
    "mocha": "^8.4.0",
    "@mapbox/node-pre-gyp": "^1.0.5",
    "prettier": "^2.3.0",
    "proxyquire": "^2.1.3",
    "should": "~13.2.3",
    "sinon": "~11.1.1",
    "ws": "^7.4.6"
  },
  "scripts": {
    "lint": "eslint \"**/*.js\"",
    "lint-fix": "eslint \"**/*.js\" --fix",
    "test": "mocha -R spec test/*.js"
  },
  "browser": {
    "./lib/resolve-bindings.js": "./lib/resolve-bindings-web.js"
  }
}
