UNPKG

node-opcua-numeric-range

Version:

pure nodejs OPCUA SDK - module numeric-range

46 lines (45 loc) 1.27 kB
{ "name": "node-opcua-numeric-range", "version": "2.155.0", "description": "pure nodejs OPCUA SDK - module numeric-range", "main": "./dist/index.js", "types": "./dist/index.d.ts", "scripts": { "test": "mocha", "lint": "eslint source test", "format": "prettier --write source test", "clean": "npx rimraf -g node_modules dist *.tsbuildinfo", "build": "tsc -b" }, "author": "Etienne Rossignon", "license": "MIT", "dependencies": { "node-opcua-assert": "2.139.0", "node-opcua-basic-types": "2.154.0", "node-opcua-binary-stream": "2.153.0", "node-opcua-factory": "2.155.0", "node-opcua-status-code": "2.153.0" }, "devDependencies": { "node-opcua-packet-analyzer": "2.155.0", "node-opcua-test-helpers": "2.139.0" }, "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": "3fa553a530bc732ad6c658dc41187769f4995b68", "files": [ "dist", "source" ] }