{
    "name": "node-opcua-transport",
    "version": "2.139.0",
    "description": "pure nodejs OPCUA SDK - module transport",
    "main": "./dist/source/index.js",
    "types": "./dist/source/index.d.ts",
    "scripts": {
        "build": "tsc -b",
        "test": "mocha",
        "lint": "eslint source test test_helpers test-fixtures",
        "format": "prettier --write source test test_helpers test-fixtures",
        "clean": "npx rimraf -g node_modules dist *.tsbuildinfo"
    },
    "dependencies": {
        "chalk": "4.1.2",
        "node-opcua-assert": "2.139.0",
        "node-opcua-basic-types": "2.139.0",
        "node-opcua-binary-stream": "2.139.0",
        "node-opcua-buffer-utils": "2.139.0",
        "node-opcua-chunkmanager": "2.139.0",
        "node-opcua-debug": "2.139.0",
        "node-opcua-factory": "2.139.0",
        "node-opcua-object-registry": "2.139.0",
        "node-opcua-packet-assembler": "2.139.0",
        "node-opcua-status-code": "2.139.0",
        "node-opcua-utils": "2.139.0"
    },
    "devDependencies": {
        "node-opcua-leak-detector": "2.139.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": "b7a01d31c7602d323e60a5f4a54428199a266f29",
    "files": [
        "dist",
        "source"
    ]
}
