{
    "name": "node-opcua-server-discovery",
    "version": "2.170.1",
    "description": "pure nodejs OPCUA SDK - module server-discovery",
    "scripts": {
        "build": "tsc -b",
        "clean": "npx rimraf -g node_modules dist *.tsbuildinfo",
        "test": "echo no test here  : see node-opcua-end-to-end",
        "test:check": "tsc --noEmit -p test/tsconfig.json"
    },
    "main": "./dist/index.js",
    "types": "./dist/index.d.ts",
    "dependencies": {
        "chalk": "4.1.2",
        "env-paths": "2.2.1",
        "node-opcua-assert": "2.164.0",
        "node-opcua-basic-types": "2.169.0",
        "node-opcua-certificate-manager": "2.169.0",
        "node-opcua-common": "2.170.0",
        "node-opcua-debug": "2.168.0",
        "node-opcua-object-registry": "2.169.0",
        "node-opcua-secure-channel": "2.170.1",
        "node-opcua-server": "2.170.1",
        "node-opcua-service-discovery": "2.170.0",
        "node-opcua-service-endpoints": "2.170.0",
        "node-opcua-status-code": "2.169.0",
        "sterfive-bonjour-service": "1.1.4",
        "thenify-ex": "4.4.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"
    ],
    "devDependencies": {
        "node-opcua-pki": "6.13.0"
    }
}
