apexify.js 4.5.7 → 4.5.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +48 -11
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "apexify.js",
|
|
3
|
-
"version": "4.5.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "4.5.9",
|
|
4
|
+
"description": "Unlimited AI models and Canvas library. Supports ts & js (supports front/back end).",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"author": "zenith-79",
|
|
7
7
|
"license": "MIT",
|
|
@@ -17,8 +17,43 @@
|
|
|
17
17
|
"dist"
|
|
18
18
|
],
|
|
19
19
|
"keywords": [
|
|
20
|
-
"
|
|
21
|
-
"
|
|
20
|
+
"chat bot",
|
|
21
|
+
"ai bot",
|
|
22
|
+
"chatbot",
|
|
23
|
+
"chat-bot",
|
|
24
|
+
"ai chat",
|
|
25
|
+
"ai history",
|
|
26
|
+
"chatbot history",
|
|
27
|
+
"chat bot memory",
|
|
28
|
+
"chat bot roleplay",
|
|
29
|
+
"roleplay",
|
|
30
|
+
"custom ai",
|
|
31
|
+
"openai",
|
|
32
|
+
"ai",
|
|
33
|
+
"image-vision",
|
|
34
|
+
"vision",
|
|
35
|
+
"image vision",
|
|
36
|
+
"image analyzer",
|
|
37
|
+
"image-analyzer",
|
|
38
|
+
"image-analysis",
|
|
39
|
+
"gpt",
|
|
40
|
+
"chatgpt",
|
|
41
|
+
"turbo",
|
|
42
|
+
"gpt-4",
|
|
43
|
+
"gpt-4o",
|
|
44
|
+
"chat",
|
|
45
|
+
"assistant",
|
|
46
|
+
"system",
|
|
47
|
+
"role",
|
|
48
|
+
"user",
|
|
49
|
+
"text2image",
|
|
50
|
+
"image2text",
|
|
51
|
+
"smartestchatbot",
|
|
52
|
+
"smartchatbot",
|
|
53
|
+
"bot",
|
|
54
|
+
"gpt4",
|
|
55
|
+
"gpt3",
|
|
56
|
+
"image analysis",
|
|
22
57
|
"manipulation",
|
|
23
58
|
"gemini-pro",
|
|
24
59
|
"gemini",
|
|
@@ -153,16 +188,14 @@
|
|
|
153
188
|
"avif",
|
|
154
189
|
"image converter",
|
|
155
190
|
"converter",
|
|
156
|
-
"canvas-filters"
|
|
191
|
+
"canvas-filters",
|
|
192
|
+
"apexify",
|
|
193
|
+
"apexify.js"
|
|
157
194
|
],
|
|
158
195
|
"dependencies": {
|
|
159
196
|
"@google/generative-ai": "^0.14.1",
|
|
160
197
|
"@iamtraction/google-translate": "^2.0.1",
|
|
161
198
|
"@napi-rs/canvas": "^0.1.53",
|
|
162
|
-
"@types/gifencoder": "^2.0.3",
|
|
163
|
-
"@types/node": "^20.14.10",
|
|
164
|
-
"@types/pdf-parse": "^1.1.4",
|
|
165
|
-
"apexify.js": "^4.2.3",
|
|
166
199
|
"api": "^6.1.2",
|
|
167
200
|
"csv-parse": "^5.5.6",
|
|
168
201
|
"discord.js": "^14.15.3",
|
|
@@ -172,11 +205,15 @@
|
|
|
172
205
|
"imgur": "^1.0.2",
|
|
173
206
|
"jimp": "^0.22.12",
|
|
174
207
|
"pdf-parse": "^1.1.1",
|
|
175
|
-
"rsnchat": "^4.0.1",
|
|
176
208
|
"sharp": "^0.33.4",
|
|
177
209
|
"tesseract.js": "^5.1.0",
|
|
178
210
|
"ts-node": "^10.9.2",
|
|
179
211
|
"typescript": "^5.5.3",
|
|
180
|
-
"verse.db": "^2.
|
|
212
|
+
"verse.db": "^2.2.15"
|
|
213
|
+
},
|
|
214
|
+
"devDependencies": {
|
|
215
|
+
"@types/gifencoder": "^2.0.3",
|
|
216
|
+
"@types/node": "^22.5.4",
|
|
217
|
+
"@types/pdf-parse": "^1.1.4"
|
|
181
218
|
}
|
|
182
219
|
}
|