UNPKG

node-opcua-constants

Version:

pure nodejs OPCUA SDK - module constants

34 lines (33 loc) 835 B
{ "name": "node-opcua-constants", "version": "2.139.0", "description": "pure nodejs OPCUA SDK - module constants", "scripts": { "clean": "npx rimraf -g node_modules dist *.tsbuildinfo", "build": "tsc -b", "lint": "eslint source/**/*.ts", "test": "" }, "main": "./dist/index.js", "types": "./dist/index.d.ts", "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": "b7a01d31c7602d323e60a5f4a54428199a266f29", "files": [ "dist", "source" ] }