UNPKG

@stoprocent/bleno

Version:

A Node.js module for implementing BLE (Bluetooth Low Energy) peripherals

81 lines (80 loc) 2.36 kB
{ "name": "@stoprocent/bleno", "version": "0.12.5", "description": "A Node.js module for implementing BLE (Bluetooth Low Energy) peripherals", "main": "./index.js", "types": "./index.d.ts", "engines": { "node": ">=14" }, "os": [ "darwin", "linux", "android", "freebsd", "win32" ], "scripts": { "install": "node-gyp-build", "lint": "eslint \"**/*.js\"", "lint-fix": "eslint \"**/*.js\" --fix", "prebuildify": "prebuildify --napi --name node.napi --target 14.0.0 --force --strip --verbose", "prebuildify-cross": "patch-package && prebuildify-cross --napi --name node.napi --target 14.0.0 --force --strip --verbose", "semantic-release": "semantic-release", "pretest": "npm run rebuild", "rebuild": "node-gyp rebuild", "coverage": "nyc npm test && nyc report --reporter=text-lcov > .nyc_output/lcov.info", "test": "cross-env NODE_ENV=test mocha --recursive \"test/*.test.js\" \"test/**/*.test.js\" --exit" }, "repository": { "type": "git", "url": "https://github.com/stoprocent/bleno" }, "keywords": [ "BLE", "Bluetooth", "Bluetooth Low Energy", "Bluetooth Smart", "peripheral" ], "author": "Sandeep Mistry <sandeep.mistry@gmail.com>", "maintainers": [ "Marek Serafin <marek@serafin.email>" ], "license": "MIT", "readmeFilename": "README.md", "devDependencies": { "@commitlint/cli": "^19.3.0", "@commitlint/config-conventional": "^19.2.2", "@semantic-release/changelog": "^6.0.3", "@semantic-release/exec": "^6.0.3", "@semantic-release/git": "^10.0.1", "@semantic-release/github": "^12.0.6", "@semantic-release/npm": "^13.1.5", "semantic-release": "^25.0.3", "jshint": "^2.13.6", "cross-env": "^7.0.3", "eslint": "^8.57.1", "eslint-plugin-import": "^2.30.0", "eslint-plugin-n": "^17.10.3", "eslint-plugin-promise": "^7.1.0", "node-blink1": "^0.5.1", "mocha": "^10.7.0", "nyc": "^17.0.0", "prebuildify": "^6.0.1", "prebuildify-cross": "^5.1.1", "should": "^13.2.3" }, "dependencies": { "debug": "^4.4.0", "patch-package": "^8.0.0", "node-addon-api": "^8.3.1", "node-gyp-build": "^4.8.4" }, "optionalDependencies": { "@stoprocent/bluetooth-hci-socket": "^2.2.6" }, "publishConfig": { "access": "public" } }