forked from Samsung/SamsungAutomationStudio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (67 loc) · 2.18 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "node-red-contrib-samsung-automation-studio-nodes",
"version": "1.1.17",
"description": "Samsung Automation Studio Nodes for Node-RED",
"keywords": [
"SmartThings",
"Bixby",
"node-red",
"Samsung Automation Studio",
"AWS"
],
"license": "Apache 2.0",
"repository": {
"type": "git",
"url": "https://github.com/Samsung/SamsungAutomationStudio"
},
"node-red": {
"nodes": {
"SmartThings": "101-SmartThings.js",
"Bixby": "102-Bixby.js",
"Auth": "201-Basicauth.js",
"AWS": "301-AWS.js",
"DB": "302-DB.js",
"SlackNotification": "303-SlackNotification.js",
"DataExtractor": "401-DataExtractor.js",
"module": "GBL_SASM_Alert/101-module.js",
"config": "GBL_SASM_Alert/201-config.js",
"submodule": "GBL_SASM_Alert/301-submodule.js",
"module-manage-tool": "GBL_SASM_Alert/401-module-manage-tool.js",
"global-module-manage-tool": "GBL_SASM_Alert/501-global-module-manage-tool.js",
"GoodObjectDetection": "GOOD-I-DEER/nodes/object-detection-node/object-detection.js",
"GoodFaceDetection": "GOOD-I-DEER/nodes/face-detection-node/face-detection.js",
"GoodWebcamObjectDetection": "GOOD-I-DEER/nodes/webcam-object-detection-node/webcam-object-detection.js",
"ChromaDB": "GOOD-I-DEER/nodes/chroma-db-node/chroma-db.js",
"FaceVectorization": "GOOD-I-DEER/nodes/face-vectorization-node/face-vectorization.js",
"CalculateCosine": "GOOD-I-DEER/nodes/cosine-similarity-node/calculate-cosine.js"
}
},
"dependencies": {
"aws-sdk": "^2.732.0",
"axios": "^0.24.0",
"body-parser": "^1.19.0",
"chromadb": "^1.5.9",
"cookie-parser": "^1.4.4",
"cors": "^2.8.5",
"fs-extra": "^11.1.1",
"http-signature": "^1.3.2",
"is-utf8": "^0.2.1",
"jsonwebtoken": "^8.5.1",
"mustache": "^4.0.0",
"mysql": "~2.18.1",
"on-headers": "^1.0.2",
"onnxruntime-node": "^1.14.0",
"path": "^0.12.7",
"pg": "^8.3.0",
"proxy-agent": "^5.0",
"when": "3.7.8",
"xml2js": "^0.6.2",
"express": "^4.18.2",
"serve-static": "^1.15.0",
"sharp": "^0.32.6",
"socket.io": "^4.7.2"
},
"devDependencies": {
"grunt": "^1.6.1"
}
}