-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (60 loc) · 2.45 KB
/
package.json
File metadata and controls
62 lines (60 loc) · 2.45 KB
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "node-red-nodes",
"version": "0.4.1",
"description": "Custom Node-RED nodes for Oracle Database, Advanced Queues (AQ), Oracle Fusion Cloud SCM, OCI Notifications, OCI Logging, OCI Logging Analytics, and the OCI IoT Platform",
"license": "UPL-1.0",
"engines": {
"node": ">=18.0.0"
},
"dependencies": {
"oracledb": "^6.10.0",
"axios": "1.15.0",
"https-proxy-agent": "^7.0.6",
"oci-sdk": "^2.129.0",
"mqtt": "^5.10.0"
},
"keywords": [
"node-red",
"oracle",
"oci",
"oracle-db",
"oracle-aq",
"oracle-fusion",
"iot-platform",
"mqtt",
"oci-notifications"
],
"node-red": {
"version": ">=2.0.0",
"nodes": {
"db-connection": "db-nodes/nodes/db-connection.js",
"dequeue": "db-nodes/nodes/dequeue.js",
"enqueue": "db-nodes/nodes/enqueue.js",
"sql": "db-nodes/nodes/sql.js",
"begin-transaction": "db-nodes/nodes/begin-transaction.js",
"end-transaction": "db-nodes/nodes/end-transaction.js",
"scm-server": "fusion-scm-nodes/nodes/scm-server.js",
"create-meter-reading": "fusion-scm-nodes/nodes/create-meter-reading.js",
"create-asset": "fusion-scm-nodes/nodes/create-asset.js",
"misc-transaction": "fusion-scm-nodes/nodes/misc-transaction.js",
"subinventory-quantity-transfer": "fusion-scm-nodes/nodes/subinventory-quantity-transfer.js",
"get-meter-reading": "fusion-scm-nodes/nodes/get-meter-reading.js",
"get-organization-id": "fusion-scm-nodes/nodes/get-organization-id.js",
"get-ib-asset": "fusion-scm-nodes/nodes/get-ib-asset.js",
"delete-transaction": "fusion-scm-nodes/nodes/delete-transaction.js",
"fusion-request": "fusion-scm-nodes/nodes/fusion-request.js",
"smo-transformer": "fusion-scm-nodes/nodes/smo-transformer.js",
"scm-lookup": "fusion-scm-nodes/nodes/scm-lookup.js",
"oci-config": "oci-nodes/nodes/oci-config.js",
"oci-notification": "oci-nodes/nodes/oci-notification.js",
"oci-log-analytics": "oci-nodes/nodes/oci-log-analytics.js",
"oci-logging": "oci-nodes/nodes/oci-logging.js",
"oci-object-storage": "oci-nodes/nodes/oci-object-storage.js",
"iot-config": "oci-nodes/nodes/iot-config.js",
"iot-send-command": "oci-nodes/nodes/iot-send-command.js",
"iot-update-relationship": "oci-nodes/nodes/iot-update-relationship.js",
"iot-command": "oci-nodes/nodes/iot-command.js",
"iot-telemetry": "oci-nodes/nodes/iot-telemetry.js"
}
}
}