-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
49 lines (49 loc) · 988 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "gpti",
"version": "2.1.8",
"description": "This package simplifies your interaction with various GPT models, removing the need for tokens or other methods to access GPT",
"main": "index.js",
"types": "main.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "ts-node main.ts"
},
"exports": {
".": {
"import": "./main.ts",
"require": "./main.js"
}
},
"keywords": [
"gpt",
"gpt-3",
"gpt-3.5",
"gpt-4",
"gpti",
"gpt-free",
"ai",
"blackbox",
"prodia",
"bing",
"chat",
"stream",
"dalle",
"generate-image",
"llama-3.1",
"gpt-4o"
],
"author": "yandricr",
"license": "MIT",
"devDependencies": {
"ts-node": "^10.9.1",
"typescript": "^5.5.2"
},
"repository": {
"type": "git",
"url": "https://github.com/yandricr/gpti-js"
},
"homepage": "https://nexra.aryahcr.cc/",
"dependencies": {
"axios": "^1.7.2"
}
}