node-opcua-basic-types
Version:
pure nodejs OPCUA SDK - module basic-types
47 lines (46 loc) • 1.28 kB
JSON
{
"name": "node-opcua-basic-types",
"version": "2.154.0",
"description": "pure nodejs OPCUA SDK - module basic-types",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"build": "tsc -b",
"test": "mocha",
"clean": "npx rimraf -g node_modules dist *.tsbuildinfo",
"lint": "eslint source/*.ts"
},
"dependencies": {
"node-opcua-assert": "2.139.0",
"node-opcua-binary-stream": "2.153.0",
"node-opcua-buffer-utils": "2.153.0",
"node-opcua-date-time": "2.153.0",
"node-opcua-guid": "2.139.0",
"node-opcua-nodeid": "2.153.0",
"node-opcua-status-code": "2.153.0"
},
"devDependencies": {
"node-opcua-benchmarker": "2.153.0",
"node-opcua-debug": "2.153.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": "134c73195f93f46c0101b2837bed22754156c916",
"files": [
"dist",
"source"
]
}