UNPKG

node-opcua-data-value

Version:

pure nodejs OPCUA SDK - module data-value

52 lines (51 loc) 1.52 kB
{ "name": "node-opcua-data-value", "main": "./dist/index.js", "types": "./dist/index.d.ts", "version": "2.150.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.139.0", "node-opcua-basic-types": "2.139.0", "node-opcua-binary-stream": "2.139.0", "node-opcua-data-model": "2.139.0", "node-opcua-date-time": "2.139.0", "node-opcua-enum": "2.139.0", "node-opcua-factory": "2.139.0", "node-opcua-status-code": "2.139.0", "node-opcua-variant": "2.150.0" }, "devDependencies": { "node-opcua-debug": "2.139.0", "node-opcua-extension-object": "2.139.0", "node-opcua-numeric-range": "2.139.0", "node-opcua-packet-analyzer": "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": "a8ef78e0901a4bbbd23efe198bfda26614a889e7", "files": [ "dist", "source" ] }