{
    "name": "node-opcua-pki",
    "version": "6.13.0",
    "description": "PKI management for node-opcua",
    "type": "commonjs",
    "main": "./dist/index.js",
    "types": "./dist/index.d.ts",
    "exports": {
        ".": {
            "types": "./dist/index.d.ts",
            "import": "./dist/index.mjs",
            "require": "./dist/index.js"
        }
    },
    "bin": {
        "pki": "./dist/bin/pki.mjs",
        "node-opcua-pki": "./dist/bin/pki.mjs"
    },
    "files": [
        "dist",
        "bin",
        "LICENSE",
        "readme.md"
    ],
    "repository": {
        "type": "git",
        "url": "https://github.com/node-opcua/node-opcua-pki.git"
    },
    "bugs": {
        "url": "https://github.com/node-opcua/node-opcua-pki/issues"
    },
    "keywords": [
        "PKI",
        "node-opcua"
    ],
    "collective": {
        "url": "https://opencollective.com/node-opcua"
    },
    "author": "Etienne Rossignon",
    "license": "MIT",
    "dependencies": {
        "@ster5/global-mutex": "^3.3.0",
        "byline": "^5.0.0",
        "chalk": "4.1.2",
        "chokidar": "4.0.3",
        "command-line-args": "^6.0.2",
        "command-line-usage": "^7.0.4",
        "node-opcua-crypto": "5.3.5",
        "progress": "^2.0.3",
        "wget-improved-2": "^3.3.0",
        "yauzl": "^3.3.0"
    },
    "gitHead": "ca0555169a0b5ff2d829f1a464ee49ecf80032b3"
}
