node-red-contrib-opcua-multiple
Version:
multiple client <-> multiple server to read based on node-opcua library
50 lines (49 loc) • 1.25 kB
JSON
{
"name": "node-red-contrib-opcua-multiple",
"version": "0.1.19",
"description": "multiple client <-> multiple server to read based on node-opcua library",
"keywords": [
"node-red",
"OPC UA",
"opc-ua",
"opc foundation",
"node-opcua"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bensonzhow/node-red-contrib-opcua-multiple.git"
},
"author": "benson.zhows@gmail.com",
"license": "ISC",
"bugs": {
"url": "https://github.com/bensonzhow/node-red-contrib-opcua-multiple/issues"
},
"directories": {
"example": "examples"
},
"homepage": "https://github.com/bensonzhow/node-red-contrib-opcua-multiple#readme",
"dependencies": {
"async": "^3.2.1",
"chalk": "4.1.2",
"env-paths": "2.2.1",
"flatted": "^3.2.2",
"get-user-locale": "^2.3.0",
"lodash.clonedeep": "^4.5.0",
"node-opcua": "^2.138.1",
"node-opcua-client-crawler": "2.127.1",
"node-opcua-file-transfer": "^2.138.1",
"os-locale": "^6.0.2"
},
"engines": {
"node": ">=15"
},
"node-red": {
"version": ">=1.3",
"nodes": {
"OpcUa-Zclient": "opcua/opcua-zclient.js"
}
}
}