UNPKG

node-red-contrib-victron-ble

Version:

node-red node to parse Instant Readout advertisement data from Victron BLE devices

58 lines (57 loc) 1.44 kB
{ "name": "node-red-contrib-victron-ble", "version": "1.2.3", "description": "node-red node to parse Instant Readout advertisement data from Victron BLE devices", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc && cp -r src/nodered/icons dist/nodered && cp src/devices/products.txt dist/devices/products.txt && node tools/buildhtml.js src/nodered dist/nodered", "start": "node dist/cli.js" }, "bin": { "victron-ble": "./dist/cli.js" }, "keywords": [ "node-red", "victron", "ble" ], "node-red": { "version": ">=3.1.0", "nodes": { "victron-ble": "dist/nodered/victron-ble.js" } }, "author": "konne", "contributors": [ { "name": "keshavdv", "url": "https://github.com/keshavdv/victron-ble" }, { "name": "Konrad Mattheis", "url": "https://github.com/konne" } ], "license": "MIT", "repository": { "type": "git", "url": "https://github.com/node-red-contrib/node-red-contrib-victron-ble" }, "dependencies": { "@abandonware/noble": "1.9.2-26", "commander": "12.1.0", "reflect-metadata": "^0.2.2" }, "devDependencies": { "@types/node": "24.0.13", "@types/node-red": "1.3.5", "@typescript-eslint/eslint-plugin": "8.36.0", "@typescript-eslint/parser": "8.36.0", "eslint": "9.31.0", "typescript": "5.3.3" }, "engines": { "node": ">=16.0.0" } }