{
    "name": "node-opcua-debug",
    "version": "2.164.0",
    "description": "pure nodejs OPCUA SDK - module debug",
    "scripts": {
        "build": "tsc -b",
        "clean": "npx rimraf -g node_modules dist *.tsbuildinfo",
        "test": "mocha"
    },
    "dependencies": {
        "chalk": "4.1.2",
        "hexy": "0.4.0",
        "node-opcua-assert": "2.164.0"
    },
    "main": "./dist/index.js",
    "types": "./dist/index.d.ts",
    "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": "eb76d34b885c7584785d8eff69ada66f95b55c2e",
    "files": [
        "dist",
        "distNodeJS",
        "source",
        "nodeJS.d.ts",
        "nodeJS.js",
        "source_nodejs"
    ]
}
