{
    "name": "node-opcua-xml2json",
    "version": "2.118.0",
    "description": "pure nodejs OPCUA SDK - module xml2json",
    "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 node_modules dist *.tsbuildinfo",
        "test": "mocha"
    },
    "dependencies": {
        "ltx": "^3.0.0",
        "node-opcua-assert": "2.105.0",
        "node-opcua-utils": "2.117.0",
        "thenify": "^3.3.1",
        "xml-writer": "^1.7.0"
    },
    "author": "Etienne Rossignon",
    "license": "MIT",
    "devDependencies": {
        "mocha": "^10.2.0",
        "node-opcua-debug": "2.118.0",
        "node-opcua-nodesets": "2.118.0",
        "should": "^13.2.3"
    },
    "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": "6210aaa97b43554e3982113041963b2720e50a95",
    "files": [
        "dist",
        "source"
    ]
}
