-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
52 lines (52 loc) · 1.03 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
{
"name": "node-red-contrib-openai-ubos",
"version": "1.0.8",
"description": "",
"main": "subflow.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/UBOS-tech/node-red-contrib-openai-ubos.git"
},
"keywords": [
"node-red",
"chatgpt",
"nodejs",
"javascript",
"api",
"flow",
"npm",
"machine-learning",
"node",
"example",
"text-generation",
"openai",
"code-generation",
"conversational-ai",
"gpt-3",
"gpt-4",
"dall-e",
"ai"
],
"author": "vovajr11",
"license": "MIT",
"node-red": {
"version": ">=2.0.0",
"nodes": {
"openai-ubos": "subflow.js"
},
"dependencies": []
},
"dependencies": {
"crypto-js": "^4.0.0"
},
"engines": {
"node": ">=12.0.0"
},
"bugs": {
"url": "https://github.com/UBOS-tech/node-red-contrib-openai-ubos/issues"
},
"homepage": "https://github.com/UBOS-tech/node-red-contrib-openai-ubos#readme"
}