node-red-contrib-kolibri
Version:
Node-RED nodes for connecting to a Kolibri Broker (e.g. HMS Hub)
70 lines (69 loc) • 2.31 kB
JSON
{
"name": "node-red-contrib-kolibri",
"version": "1.0.3",
"description": "Node-RED nodes for connecting to a Kolibri Broker (e.g. HMS Hub)",
"author": "HMS Networks (https://www.hms-networks.com)",
"license": "Apache-2.0",
"homepage": "https://github.com/hms-networks/node-red-contrib-kolibri#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/hms-networks/node-red-contrib-kolibri.git"
},
"bugs": {
"url": "https://github.com/hms-networks/node-red-contrib-kolibri/issues"
},
"keywords": [
"node-red",
"kolibri",
"iot",
"iiot",
"internet of things",
"broker",
"messaging",
"hms",
"hub"
],
"main": "none",
"scripts": {
"build:editor": "rollup -c rollup.config.editor.js",
"build:runtime": "tsc -p tsconfig.runtime.json",
"build": "rm -rf dist && npm run build:runtime && npm run build:editor",
"test": "jest --coverage --verbose --forceExit --detectOpenHandles --colors",
"test:watch": "jest --forceExit --detectOpenHandles --watchAll",
"lint": "prettier --ignore-path .eslintignore --check '**/*.{js,ts,md}'; eslint --ext .js,.ts .",
"lint:fix": "prettier --ignore-path .eslintignore --write '**/*.{js,ts,md}'; eslint --ext .js,.ts . --fix"
},
"node-red": {
"nodes": {
"kolibri-broker": "./dist/nodes/kolibri-broker/kolibri-broker.js",
"kolibri-out": "./dist/nodes/kolibri-out/kolibri-out.js",
"kolibri-in": "./dist/nodes/kolibri-in/kolibri-in.js"
}
},
"dependencies": {
"@hms-networks/kolibri-js-client": "^2.0.3"
},
"devDependencies": {
"@rollup/plugin-typescript": "^8.5.0",
"@types/jest": "^29.0.2",
"@types/node": "^14.18.29",
"@types/node-red": "^1.2.1",
"@types/node-red-node-test-helper": "^0.2.2",
"@typescript-eslint/eslint-plugin": "^5.37.0",
"@typescript-eslint/parser": "^5.37.0",
"copyfiles": "^2.4.1",
"eslint": "^8.23.1",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-jest": "^27.0.4",
"eslint-plugin-prettier": "^4.2.1",
"glob": "^8.0.3",
"jest": "^29.0.3",
"mustache": "^4.2.0",
"node-red": "^3.0.2",
"node-red-node-test-helper": "^0.3.0",
"prettier": "^2.7.1",
"rollup": "^2.79.0",
"ts-jest": "^29.0.1",
"typescript": "^4.8.3"
}
}