UNPKG

@ngreatorex/homie-device

Version:
69 lines (68 loc) 1.84 kB
{ "name": "@ngreatorex/homie-device", "description": "Homie Device for NodeJS", "version": "0.2.1-pre", "author": { "name": "Chris Carlson", "url": "https://github.com/chrispyduck" }, "main": "dist/index", "typings": "dist/index", "license": "MIT", "repository": { "type": "git", "url": "http://github.com/chrispyduck/homie-device.git" }, "engines": { "node": "~15.5" }, "keywords": [ "Homie", "MQTT", "IoT", "RaspberryPi", "Mosquitto", "HiveMQ", "WebSphereMQ", "ActiveMQ", "RabbitMQ" ], "devDependencies": { "@bazel/typescript": "^1.2.4", "@istanbuljs/nyc-config-typescript": "^1.0.1", "@types/chai": "^4.2.11", "@types/faker": "^4.1.12", "@types/mocha": "^7.0.2", "@types/node": "^13.13.34", "@types/sinon": "^9.0.4", "@types/ws": "^8.2.0", "@typescript-eslint/eslint-plugin": "^4.9.0", "@typescript-eslint/parser": "^4.9.0", "chai": "^4.2.0", "coveralls": "^3.1.0", "eslint": "^7.15.0", "faker": "^4.1.0", "mocha": "^9.1.3", "nyc": "^15.1.0", "shx": "^0.3.2", "sinon": "^9.0.2", "ts-node": "^8.10.2", "typescript": "^3.9.3", "watch": "^0.13.0" }, "dependencies": { "@types/lodash": "^4.14.154", "lodash": "^4.17.19", "mqtt": "^4.2.8", "winston": "^3.3.3" }, "scripts": { "watch": "watch 'npm run test' .", "clean": "shx rm -rf node_modules/ dist/ docs/ tsconfig.tsbuildinfo", "build": "npx tsc --build src", "rebuild": "npm run clean && npm install && npm run build", "test": "npx nyc --source-map --include 'src/**/*.ts' mocha --exit -r ts-node/register --grep '#Integration' --invert test/**/*.ts", "coverage": "npx nyc report --reporter=text-lcov | coveralls", "lint": "npx eslint 'src/**/*.ts' 'test/**/*.ts'" } }