UNPKG

node-opcua-certificate-manager

Version:

pure nodejs OPCUA SDK - module certificate-manager

55 lines (54 loc) 1.49 kB
{ "name": "node-opcua-certificate-manager", "version": "2.154.0", "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", "dependencies": { "@types/mkdirp": "1.0.2", "env-paths": "2.2.1", "mkdirp": "1.0.4", "node-opcua-assert": "2.139.0", "node-opcua-crypto": "4.16.0", "node-opcua-debug": "2.153.0", "node-opcua-object-registry": "2.153.0", "node-opcua-pki": "5.3.0", "node-opcua-status-code": "2.153.0", "thenify-ex": "4.4.0" }, "devDependencies": { "node-opcua-leak-detector": "2.154.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": "134c73195f93f46c0101b2837bed22754156c916", "files": [ "dist", "source" ] }