UNPKG

node-opcua-variant

Version:

pure nodejs OPCUA SDK - module variant

56 lines (55 loc) 1.66 kB
{ "name": "node-opcua-variant", "version": "2.150.0", "description": "pure nodejs OPCUA SDK - module variant", "main": "./dist/index.js", "types": "./dist/index.d.ts", "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-enum": "2.139.0", "node-opcua-factory": "2.139.0", "node-opcua-nodeid": "2.139.0", "node-opcua-utils": "2.139.0" }, "devDependencies": { "@types/lodash": "4.17.16", "@types/underscore": "^1.13.0", "lodash": "4.17.21", "node-opcua-benchmarker": "2.139.0", "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", "node-opcua-status-code": "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" ] }