mqtt4apcaccess
Version:
Publish values from apcaccess to MQTT
47 lines (46 loc) • 1.14 kB
JSON
{
"name": "mqtt4apcaccess",
"version": "1.0.2",
"description": "Publish values from apcaccess to MQTT",
"main": "index.js",
"scripts": {
"lint": "eslint .",
"test": "jest",
"cover": "jest --coverage",
"coveralls": "jest --coverage && cat ./coverage/lcov.info | coveralls"
},
"repository": {
"type": "git",
"url": "git+https://github.com/WoCha-FR/mqtt4apcaccess.git"
},
"keywords": [
"apcaccess",
"apcupsd",
"mqtt",
"node"
],
"author": "WoCha",
"license": "MIT",
"bugs": {
"url": "https://github.com/WoCha-FR/mqtt4apcaccess/issues"
},
"homepage": "https://github.com/WoCha-FR/mqtt4apcaccess#readme",
"dependencies": {
"async-mqtt": "^2.6.3",
"deep-equal": "^2.1.0",
"lodash": "^4.17.21",
"yalm": "^4.1.0",
"yargs": "^17.6.2"
},
"devDependencies": {
"aedes": "^0.48.0",
"coveralls": "^3.1.1",
"eslint": "^8.27.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest": "^27.1.5",
"eslint-plugin-n": "^15.5.1",
"eslint-plugin-promise": "^6.1.1",
"jest": "^29.3.1"
}
}