UNPKG

@energyweb/node-red-contrib-energywebx

Version:

Turn your flows to become SmartFlows in-order to be able to have your node-red flows being installed and executed on thousands of decentralised worker nodes around the world (Powered by Energy Web X)

57 lines (56 loc) 1.41 kB
{ "name": "@energyweb/node-red-contrib-energywebx", "version": "0.5.0", "engines": { "node": ">=18.19" }, "engineStrict": true, "description": "Turn your flows to become SmartFlows in-order to be able to have your node-red flows being installed and executed on thousands of decentralised worker nodes around the world (Powered by Energy Web X)", "node-red": { "nodes": { "submit-solution": "./submit-solution.js", "energywebx-config": "./energywebx-config.js", "is-nominated": "./is-nominated.js", "consensus": "./consensus.js" } }, "scripts": {}, "keywords": [ "SmartFlow", "Energy", "Web", "Worker", "Nodes", "Decentralised", "Decentralized", "Energy Web X", "Blockchain", "EWT", "node-red" ], "author": "EnergyWebX", "license": "ISC", "dependencies": { "node-red": "^3.1.9", "request": "^2.88.2", "request-promise": "^4.2.6" }, "peerDependencies": { "@polkadot/api": "^14.0.1" }, "devDependencies": { "@rollup/plugin-typescript": "^11.1.6", "@types/jest": "^29.5.12", "@types/node-red": "^1.3.5", "concurrently": "^8.2.2", "copyfiles": "^2.4.1", "jest": "^29.7.0", "onchange": "^7.1.0", "rollup": "^4.16.4", "ts-jest": "^29.1.4", "typescript": "^5.4.5" }, "optionalDependencies": { "@rollup/rollup-linux-x64-gnu": "^4.18.0" } }