@stoprocent/bluetooth-hci-socket
Version:
Bluetooth HCI socket binding for Node.js
80 lines (79 loc) • 2.18 kB
JSON
{
"name": "@stoprocent/bluetooth-hci-socket",
"version": "1.4.1",
"description": "Bluetooth HCI socket binding for Node.js",
"main": "index.js",
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/stoprocent/node-bluetooth-hci-socket.git"
},
"keywords": [
"HCI",
"Bluetooth",
"Linux",
"Windows"
],
"author": "Sandeep Mistry <sandeep.mistry@gmail.com>",
"maintainers": [
"Marek Serafin <marek@serafin.email>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/stoprocent/node-bluetooth-hci-socket/issues"
},
"homepage": "https://github.com/stoprocent/node-bluetooth-hci-socket",
"os": [
"linux",
"android",
"freebsd",
"win32",
"darwin"
],
"dependencies": {
"debug": "^4.3.7",
"node-addon-api": "^8.1.0",
"node-gyp-build": "^4.8.1",
"async": "^3.2.6",
"serialport": "^12.0.0",
"patch-package": "^8.0.0"
},
"optionalDependencies": {
"usb": "^2.14.0"
},
"devDependencies": {
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^10.1.1",
"eslint": "^8.57.1",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-n": "^17.10.3",
"eslint-plugin-promise": "^7.1.0",
"mocha": "^10.7.0",
"nyc": "^17.0.0",
"prebuildify": "^6.0.1",
"prebuildify-cross": "^5.1.0",
"semantic-release": "^24.1.1",
"jshint": "^2.13.6"
},
"scripts": {
"install": "node-gyp-build",
"lint": "eslint \"**/*.js\"",
"lint-fix": "eslint \"**/*.js\" --fix",
"prebuildify": "prebuildify --napi --target 17.0.0 --force --strip --verbose",
"prebuildify-cross": "patch-package && prebuildify-cross --napi --target 17.0.0 --force --strip --verbose",
"semantic-release": "semantic-release",
"pretest": "npm run rebuild",
"rebuild": "node-gyp rebuild",
"test": "jshint lib/*.js && node test.js"
},
"jshintConfig": {
"esversion": 6
},
"publishConfig": {
"access": "public"
}
}