node-opcua-data-value
Version:
pure nodejs OPCUA SDK - module data-value
52 lines (51 loc) • 1.52 kB
JSON
{
"name": "node-opcua-data-value",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"version": "2.173.0",
"description": "pure nodejs OPCUA SDK - module data-value",
"scripts": {
"build": "tsc -b",
"test": "mocha",
"lint": "eslint source test",
"format": "prettier --write source test",
"clean": "npx rimraf -g node_modules dist *.tsbuildinfo"
},
"dependencies": {
"node-opcua-assert": "2.164.0",
"node-opcua-basic-types": "2.173.0",
"node-opcua-binary-stream": "2.173.0",
"node-opcua-data-model": "2.173.0",
"node-opcua-date-time": "2.173.0",
"node-opcua-debug": "2.172.0",
"node-opcua-enum": "2.173.0",
"node-opcua-factory": "2.173.0",
"node-opcua-status-code": "2.173.0",
"node-opcua-variant": "2.173.0"
},
"devDependencies": {
"node-opcua-extension-object": "2.173.0",
"node-opcua-numeric-range": "2.173.0",
"node-opcua-packet-analyzer": "2.173.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": "4aa6634e2e1e14e223fa46a632438295be12744c",
"files": [
"dist",
"source"
]
}