{
    "name": "node-red-opcua-x",
    "version": "0.9.2",
    "license": "MIT",
    "author": {
        "name": "Teo230",
        "email": "mfantin230@gmail.com"
    },
    "homepage": "https://github.com/Teo230/node-red-opcua-x",
    "repository": {
        "type": "git",
        "url": "https://github.com/Teo230/node-red-opcua-x.git"
    },
    "engines": {
        "node": ">=20.14.0"
    },
    "node-red": {
        "version": ">=2.0.0",
        "nodes": {
            "opcua-client": "opcua-client.js",
            "opcua-client-state": "opcua-client-state.js",
            "opcua-read": "opcua-read.js",
            "opcua-browse": "opcua-browse.js",
            "opcua-subscription": "opcua-subscription.js",
            "opcua-write": "opcua-write.js",
            "opcua-method": "opcua-method.js",
            "opcua-server": "opcua-server.js"
        }
    },
    "keywords": [
        "node-red",
        "opcua",
        "opc-ua",
        "javascript",
        "js",
        "npm",
        "opc-ua-client",
        "opcua-client",
        "node-opcua"
    ],
    "bugs": {
        "url": "https://github.com/Teo230/node-red-opcua-x/issues"
    },
    "dependencies": {
        "events": "^3.3.0",
        "node-opcua": "^2.149.0"
    }
}