node-opcua-extension-object
Version:
pure nodejs OPCUA SDK - module extension-object
43 lines (42 loc) • 1.16 kB
JSON
{
"name": "node-opcua-extension-object",
"version": "2.139.0",
"description": "pure nodejs OPCUA SDK - module extension-object",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"build": "tsc -b",
"lint": "eslint source",
"format": "prettier --write source",
"clean": "npx rimraf -g node_modules dist *.tsbuildinfo",
"test": "echo no test"
},
"dependencies": {
"chalk": "4.1.2",
"node-opcua-basic-types": "2.139.0",
"node-opcua-binary-stream": "2.139.0",
"node-opcua-debug": "2.139.0",
"node-opcua-factory": "2.139.0",
"node-opcua-nodeid": "2.139.0"
},
"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": "b7a01d31c7602d323e60a5f4a54428199a266f29",
"files": [
"dist",
"source"
]
}