UNPKG

node-opcua-variant

Version:

pure nodejs OPCUA SDK - module variant

54 lines (53 loc) 1.61 kB
{ "name": "node-opcua-variant", "version": "2.173.0", "description": "pure nodejs OPCUA SDK - module variant", "main": "./dist/index.js", "types": "./dist/index.d.ts", "scripts": { "build": "tsc -b", "test": "mocha", "test:check": "tsc --noEmit -p test/tsconfig.json", "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-debug": "2.172.0", "node-opcua-enum": "2.173.0", "node-opcua-factory": "2.173.0", "node-opcua-nodeid": "2.173.0", "node-opcua-utils": "2.173.0" }, "devDependencies": { "node-opcua-benchmarker": "2.173.0", "node-opcua-extension-object": "2.173.0", "node-opcua-numeric-range": "2.173.0", "node-opcua-packet-analyzer": "2.173.0", "node-opcua-status-code": "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" ] }