node-mbus
Version:
libmbus binding
45 lines (44 loc) • 1.11 kB
JSON
{
"name": "node-mbus",
"version": "2.2.6",
"description": "libmbus binding",
"keywords": [
"mbus"
],
"main": "index.js",
"engines": {
"node": ">=12.0.0"
},
"scripts": {
"prepare": "rm -rf libmbus && git clone -b build-windows --single-branch https://github.com/Apollon77/libmbus.git libmbus && rm libmbus/.gitignore && cp config.h libmbus/config.h",
"build": "node-gyp build",
"install": "node-gyp rebuild",
"test": "nyc --reporter=lcov mocha --exit",
"release": "release-script"
},
"author": {
"name": "Apollon77",
"email": "iobroker@fischer-ka.de"
},
"contributors": [
"Semen Krivosheev <semen.krivosheev@gmail.com>",
"Apollon77"
],
"repository": {
"type": "git",
"url": "https://github.com/Apollon77/node-mbus"
},
"license": "MIT",
"dependencies": {
"bindings": "^1.5.0",
"nan": "^2.23.0",
"xml2js": "^0.6.2"
},
"devDependencies": {
"@alcalzone/release-script": "^3.8.0",
"@alcalzone/release-script-plugin-license": "^3.7.0",
"mocha": "^11.7.1",
"chai": "^4.5.0",
"nyc": "^17.1.0"
}
}