{
    "name": "node-opcua-nodesets",
    "main": "./dist/index.js",
    "types": "./dist/index.d.ts",
    "browser": "./dist/index_web.js",
    "version": "2.163.1",
    "description": "pure nodejs OPCUA SDK - module nodesets",
    "scripts": {
        "build": "tsc -b",
        "clean": "npx rimraf -g node_modules dist *.tsbuildinfo",
        "test": "echo no test"
    },
    "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": "ab3bd98e69a7d365a40094d35122c4e879d04460",
    "files": [
        "dist",
        "source",
        "nodesets"
    ]
}
