{
    "name": "node-opcua-schemas",
    "version": "2.164.0",
    "description": "pure nodejs OPCUA SDK - module schemas",
    "main": "dist/source/index.js",
    "types": "dist/source/index.d.ts",
    "scripts": {
        "build": "tsc -b",
        "lint": "eslint source test",
        "format": "prettier --write source test",
        "clean": "npx rimraf -g node_modules dist *.tsbuildinfo",
        "test": "echo no test"
    },
    "dependencies": {
        "chalk": "4.1.2",
        "node-opcua-assert": "2.164.0",
        "node-opcua-binary-stream": "2.164.0",
        "node-opcua-debug": "2.164.0",
        "node-opcua-extension-object": "2.164.0",
        "node-opcua-factory": "2.164.0",
        "node-opcua-nodeid": "2.164.0",
        "node-opcua-variant": "2.164.0",
        "node-opcua-xml2json": "2.164.0"
    },
    "devDependencies": {
        "node-opcua-data-model": "2.164.0",
        "node-opcua-packet-analyzer": "2.164.0",
        "node-opcua-utils": "2.164.0"
    },
    "devPeerDependencies": {
        "node-opcua": "2.156.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": "eb76d34b885c7584785d8eff69ada66f95b55c2e",
    "files": [
        "dist",
        "source"
    ]
}
