-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 896 Bytes
/
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
{
"name": "emi-indo-cordova-plugin-open-ai",
"version": "0.0.2",
"description": "Cordova Plugin for using OpenAI's GPT apis. Supports GPT-3, ChatGPT, and GPT-4. ( Requires third party services https://openai.com/ that charge money )",
"cordova": {
"id": "emi-indo-cordova-plugin-open-ai",
"platforms": [
"android"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/EMI-INDO/emi-indo-cordova-plugin-open-ai.git"
},
"keywords": [
"ecosystem:cordova",
"cordova-android",
"javascript",
"OpenAI",
"GPT-3",
"ChatGPT",
"GPT-4",
"emi-indo-cordova-plugin-open-ai",
"construct 3"
],
"author": "EMI INDO",
"license": "ISC",
"bugs": {
"url": "https://github.com/EMI-INDO/emi-indo-cordova-plugin-open-ai/issues"
},
"homepage": "https://github.com/EMI-INDO/emi-indo-cordova-plugin-open-ai#readme"
}