{
    "name": "node-opcua-secure-channel",
    "version": "2.170.1",
    "description": "pure nodejs OPCUA SDK - module secure-channel",
    "main": "./dist/source/index.js",
    "types": "./dist/source/index.d.ts",
    "scripts": {
        "build": "tsc -b",
        "lint": "eslint source/**/*.ts",
        "test": "mocha",
        "test:check": "tsc --noEmit -p test/tsconfig.json",
        "clean": "npx rimraf -g node_modules dist *.tsbuildinfo"
    },
    "dependencies": {
        "backoff": "^2.5.0",
        "chalk": "4.1.2",
        "node-opcua-assert": "2.164.0",
        "node-opcua-basic-types": "2.169.0",
        "node-opcua-binary-stream": "2.169.0",
        "node-opcua-certificate-manager": "2.169.0",
        "node-opcua-chunkmanager": "2.169.0",
        "node-opcua-common": "2.170.0",
        "node-opcua-crypto": "5.3.5",
        "node-opcua-debug": "2.168.0",
        "node-opcua-factory": "2.169.0",
        "node-opcua-nodeid": "2.169.0",
        "node-opcua-object-registry": "2.169.0",
        "node-opcua-packet-analyzer": "2.169.0",
        "node-opcua-service-endpoints": "2.170.0",
        "node-opcua-service-secure-channel": "2.170.0",
        "node-opcua-status-code": "2.169.0",
        "node-opcua-transport": "2.170.0",
        "node-opcua-types": "2.170.0",
        "node-opcua-utils": "2.169.0"
    },
    "devDependencies": {
        "diagnostics_channel": "1.1.0",
        "node-opcua-buffer-utils": "2.169.0",
        "node-opcua-leak-detector": "2.169.0",
        "node-opcua-service-read": "2.170.0",
        "node-opcua-service-session": "2.170.0",
        "node-opcua-test-fixtures": "2.157.0",
        "node-opcua-test-helpers": "2.168.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": "40629feaff284ba70596149e58b3cc2a7a0e8f68",
    "files": [
        "dist",
        "source"
    ]
}
