{
    "name": "node-opcua-data-model",
    "version": "2.169.0",
    "description": "pure nodejs OPCUA SDK - module data-model",
    "scripts": {
        "build": "tsc -b",
        "test": "mocha",
        "test:check": "tsc --noEmit -p test/tsconfig.json",
        "lint": "eslint source test",
        "format": "prettier --write source test",
        "clean": "npx rimraf -g _generated_ dist *.tsbuildinfo",
        "coverage": "npx nyc node ../../node_modules/mocha/bin/mocha"
    },
    "main": "./dist/index.js",
    "types": "./dist/index.d.ts",
    "dependencies": {
        "node-opcua-assert": "2.164.0",
        "node-opcua-basic-types": "2.169.0",
        "node-opcua-binary-stream": "2.169.0",
        "node-opcua-enum": "2.169.0",
        "node-opcua-factory": "2.169.0",
        "node-opcua-nodeid": "2.169.0",
        "node-opcua-status-code": "2.169.0"
    },
    "devDependencies": {
        "node-opcua-packet-analyzer": "2.169.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": "82d570d3e95bea689cbbe30096279885c5282245",
    "files": [
        "dist",
        "source"
    ]
}
