{
  "name": "node-opcua-pki",
  "version": "4.8.1",
  "description": "PKI management for node-opcua",
  "main": "./dist/lib/index.js",
  "types": "./dist/lib/index.d.ts",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "build": "npx tsc -b -f",
    "clean": "npx rimraf node_modules .nyc_output tmp private_key.pem certificates",
    "test": "mocha -r ./node_modules/source-map-support/register -t 700000 test/**/*.ts",
    "cover": "npx nyc -x  bin -x tmp -x lib/misc/install* mocha",
    "cost-of-modules": "npx cost-of-modules --no-install",
    "release-it": "npx release-it",
    "ncu": "npx npm-check-updates -u -x rimraf,env-paths,chalk,yargs,update-notifier",
    "ncu2": "npx npm-check-updates -u -f rimraf,env-paths,chalk,yargs,update-notifier -t minor",
    "pkg": "npx pkg -o pkg/pki bin/crypto_create_CA.js",
    "tslint": "npx tslint -c tslint.json lib/**/*.ts",
    "postinstall2": "opencollective-postinstall",
    "postinstall3": "github-sponsors"
  },
  "pkg": {
    "scripts": "build/**/*.js",
    "assets": "./bin/crypto_create_CA_config.example.js"
  },
  "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": "^2.0.0",
    "async": "^3.2.5",
    "byline": "^5.0.0",
    "chalk": "4.1.2",
    "chokidar": "^3.5.3",
    "cli-table": "^0.3.11",
    "node-opcua-crypto": "4.6.2",
    "progress": "^2.0.3",
    "rimraf": "3.0.2",
    "thenify": "^3.3.1",
    "wget-improved-2": "^3.3.0",
    "yargs": "17.7.2",
    "yauzl": "^2.10.0"
  },
  "devDependencies": {
    "@types/async": "^3.2.23",
    "@types/byline": "^4.2.36",
    "@types/cli-table": "^0.3.4",
    "@types/mocha": "^10.0.4",
    "@types/node": "^20.9.2",
    "@types/node-dir": "0.0.37",
    "@types/progress": "^2.0.7",
    "@types/rimraf": "^3.0.2",
    "@types/sinon": "^17.0.1",
    "@types/yargs": "^17.0.31",
    "@types/yauzl": "^2.10.3",
    "@typescript-eslint/eslint-plugin": "^6.11.0",
    "@typescript-eslint/parser": "^6.11.0",
    "eslint": "^8.54.0",
    "mocha": "^10.2.0",
    "node-dir": "^0.1.17",
    "should": "^13.2.3",
    "sinon": "^17.0.1",
    "source-map-support": "^0.5.21",
    "ts-node": "^10.9.1",
    "typescript": "^5.2.2"
  },
  "bin": {
    "pki": "./bin/crypto_create_CA.js"
  }
}
