bt-seneca-msc
Version:
A pure Javascript API for the Seneca Multi Smart Calibrator (MSC) device, using web bluetooth.
49 lines (48 loc) • 1.27 kB
JSON
{
"name": "bt-seneca-msc",
"version": "0.4.4",
"description": "A pure Javascript API for the Seneca Multi Smart Calibrator (MSC) device, using web bluetooth.",
"main": "js/meterApi.js",
"keywords": [
"web-bluetooth",
"seneca",
"multi smart calibrator",
"MSC",
"javascript",
"API",
"bluetooth",
"metering",
"measurements",
"automation",
"testing"
],
"repository": {
"type": "git",
"url": "git+https://github.com/schneiderelectricsystemsitaly/bt-seneca-msc.git"
},
"dependencies": {
"loglevel": "^1.9.2"
},
"devDependencies": {
"browserify": "^17.0.1",
"eslint": "^10.0.0",
"jest": "^30.2.0",
"jest-environment-jsdom": "^30.2.0",
"uglify-js": "^3.19.3"
},
"author": "Pascal Brunot",
"license": "MIT",
"bugs": {
"url": "https://github.com/PBrunot/bt-seneca-msc/issues"
},
"homepage": "https://github.com/PBrunot/bt-seneca-msc#readme",
"overrides": {
"elliptic": "^6.6.1",
"js-yaml": "^4.2.0"
},
"scripts": {
"test": "jest --verbose",
"dist": "browserify meterApi.js --standalone MSC --debug | uglifyjs --source-map -o ./dist/bt-seneca-msc.min.js",
"dev": "browserify meterApi.js --standalone MSC --debug -o ./dist/bt-seneca-msc.js"
}
}