node-opcua-certificate-manager
Version:
pure nodejs OPCUA SDK - module certificate-manager
59 lines (58 loc) • 1.55 kB
JSON
{
"name": "node-opcua-certificate-manager",
"version": "2.164.2",
"description": "pure nodejs OPCUA SDK - module certificate-manager",
"scripts": {
"clean": "npx rimraf -g node_modules dist *.tsbuildinfo certificates",
"test": "mocha",
"build": "tsc -b",
"lint": "eslint source/**/*.ts",
"doc": "npx typedoc@0.21 --options typedoc.js"
},
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
},
"dependencies": {
"env-paths": "2.2.1",
"node-opcua-assert": "2.164.0",
"node-opcua-crypto": "5.3.0",
"node-opcua-debug": "2.164.0",
"node-opcua-object-registry": "2.164.0",
"node-opcua-pki": "6.8.2",
"node-opcua-status-code": "2.164.0",
"thenify-ex": "4.4.0"
},
"devDependencies": {
"node-opcua-leak-detector": "2.164.0"
},
"eslintConfig": {
"env": {
"node": true
}
},
"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": "eb76d34b885c7584785d8eff69ada66f95b55c2e",
"files": [
"dist",
"source"
]
}