node-opcua-enum
Version:
pure nodejs OPCUA SDK - module enum
38 lines (37 loc) • 932 B
JSON
{
"name": "node-opcua-enum",
"version": "2.139.0",
"description": "pure nodejs OPCUA SDK - module enum",
"scripts": {
"build": "tsc -b",
"lint": "eslint source/**/*.ts",
"clean": "npx rimraf -g node_modules dist *.tsbuildinfo",
"test": "mocha"
},
"main": "./dist/index.js",
"@types": "./dist/index.d.ts",
"devDependencies": {
"enum": "3.0.4",
"node-opcua-benchmarker": "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": "b7a01d31c7602d323e60a5f4a54428199a266f29",
"files": [
"dist",
"source"
]
}