@opcua/for-node-red
Version:
The Node-RED node to communicate via OPC UA, powered NodeOPCUA and developed by Sterfive's team
43 lines (42 loc) • 1.24 kB
JSON
{
"name": "node-opcua-nodeset-ua",
"version": "2.173.0",
"description": "pure nodejs OPCUA SDK - module node-opcua-nodeset-ua",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"clean": "npx rimraf -g dist *.tsbuildinfo",
"build": "tsc -b"
},
"author": "Etienne Rossignon <etienne.rossignon@sterfive.com>",
"license": "MIT",
"dependencies": {
"node-opcua-address-space-base": "2.173.0",
"node-opcua-basic-types": "2.173.0",
"node-opcua-data-access": "2.173.0",
"node-opcua-data-model": "2.173.0",
"node-opcua-data-value": "2.173.0",
"node-opcua-extension-object": "2.173.0",
"node-opcua-nodeid": "2.173.0",
"node-opcua-status-code": "2.173.0",
"node-opcua-variant": "2.173.0"
},
"files": [
"dist",
"source"
],
"repository": {
"type": "git",
"url": "git://github.com/node-opcua/node-opcua.git"
},
"keywords": [
"OPCUA",
"opcua",
"m2m",
"iot",
"opc ua",
"internet of things"
],
"homepage": "http://node-opcua.github.io/",
"gitHead": "4aa6634e2e1e14e223fa46a632438295be12744c"
}