@opcua/for-node-red
Version:
The Node-RED node to communicate via OPC UA, powered NodeOPCUA and developed by Sterfive's team
35 lines (34 loc) • 862 B
JSON
{
"name": "node-opcua-nodesets",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"browser": "./dist/index_web.js",
"version": "2.163.1",
"description": "pure nodejs OPCUA SDK - module nodesets",
"scripts": {
"build": "tsc -b",
"clean": "npx rimraf -g node_modules dist *.tsbuildinfo",
"test": "echo no test"
},
"author": "Etienne Rossignon",
"license": "MIT",
"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": "ab3bd98e69a7d365a40094d35122c4e879d04460",
"files": [
"dist",
"source",
"nodesets"
]
}