-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
52 lines (52 loc) · 1.05 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": "@mgalacyber/universeapi",
"version": "3.4.8",
"description": "UniverseAPI Wrapper package endpoint",
"main": "index.js",
"typings": "./typings/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/UniverseBot/UniverseAPI-Wrapper.git"
},
"keywords": [
"Universe",
"endpoints",
"OpenAPI",
"scraper",
"api",
"apis",
"rest-api",
"api-scaper",
"maker",
"downloader",
"ai",
"gpt",
"gpt-3",
"gpt-3.5",
"gpt-4",
"bing",
"dalle",
"gemma",
"text2img",
"stable-diffusion",
"gpt4free",
"gpt-free",
"free-gpt",
"completion",
"chat completion"
],
"author": "MGalaCyber",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/UniverseBot/UniverseAPI-Wrapper/issues"
},
"homepage": "https://api.universebot.space",
"dependencies": {
"@mgalacyber/package-notifier": "^1.0.1",
"axios": "^1.6.5",
"form-data": "^4.0.0"
}
}