-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 1006 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
33
{
"name": "com.cyberkoalastudios.koalagpt",
"version": "0.0.4",
"displayName": "KoalaGPT Unity",
"description": "An official KoalaGPT Unity Package that aims to help you use CyberKoala API directly in Unity Game engine.",
"unity": "2020.3",
"unityRelease": "0f1",
"documentationUrl": "https://github.com/CyberKoalaStudios/KoalaGPT-Unity",
"changelogUrl": "https://github.com/CyberKoalaStudios/KoalaGPT-Unity/changelog.html",
"licensesUrl": "https://github.com/CyberKoalaStudios/KoalaGPT-Unity/licensing.html",
"dependencies": {
"com.unity.nuget.newtonsoft-json": "3.2.1"
},
"keywords": [
"koalagpt",
"cyberkoala",
"cyberkoalastudios",
"cyberkoalaai",
"ai"
],
"author": {
"name": "CyberKoala",
"email": "[email protected]",
"url": "https://cyberkoalastudios.com"
},
"samples": [
{
"displayName": "GPT",
"description": "KoalaGPT example using chat completion API.",
"path": "Samples~/KoalaGPT"
}
]
}