-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.16 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "node-red-opcua-x",
"version": "0.7.0",
"license": "MIT",
"author": {
"name": "Teo230",
"email": "m.f.tim@live.it"
},
"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-status": "opcua-status.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"
}
},
"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.127.1"
}
}