-
Notifications
You must be signed in to change notification settings - Fork 43
/
package.json
52 lines (52 loc) · 1.22 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": "taelin-ai-scripts",
"version": "0.1.0",
"description": "Handy AI scripts by Taelin",
"type": "module",
"main": "main.js",
"bin": {
"agda-deps": "agda-deps.mjs",
"agda2kind": "agda2kind.mjs",
"agda2ts": "agda2ts.mjs",
"aiemu": "aiemu.mjs",
"aieval": "aieval.mjs",
"chatsh": "chatsh.mjs",
"chatsh2": "chatsh2.mjs",
"codesh": "codesh.mjs",
"aoe": "aoe.mjs",
"csh": "chatsh2.mjs",
"holefill": "holefill.mjs",
"kind-deps": "kind-deps.mjs",
"kindcoder": "kindcoder.mjs",
"koder": "koder.mjs",
"refactor": "refactor.mjs",
"ts-deps": "ts-deps.mjs"
},
"scripts": {},
"keywords": [
"cli",
"openai",
"gpt-4"
],
"author": "",
"license": "MIT",
"dependencies": {
"@anthropic-ai/sdk": "^0.19.1",
"@google/generative-ai": "^0.12.0",
"@openrouter/ai-sdk-provider": "^0.0.5",
"@portkey-ai/gateway": "^1.4.0",
"apify-client": "^2.9.6",
"gateway": "^1.0.0",
"googleapis": "^144.0.0",
"gpt-tokenizer": "^2.1.2",
"groq-sdk": "^0.3.2",
"oauth-1.0a": "^2.2.6",
"openai": "^4.31.0",
"portkey-ai": "^1.3.0",
"punycode": "^2.3.1",
"typescript": "^5.5.4"
},
"devDependencies": {
"tsx": "^4.16.2"
}
}