{
    "name": "node-opcua-service-query",
    "version": "2.176.0",
    "description": "pure nodejs OPCUA SDK - module service-query",
    "scripts": {
        "build": "tsc -b",
        "test": "mocha",
        "clean": "npx rimraf -g node_modules dist *.tsbuildinfo",
        "__qgenerate": "node ./generate"
    },
    "main": "./dist/index.js",
    "types": "./dist/index.d.ts",
    "dependencies": {
        "node-opcua-types": "2.176.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": "a4569830a5a564a7ff3e8cf37c44fd35b3f72ac1",
    "files": [
        "dist",
        "source"
    ]
}
