-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.21 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.21 KB
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
53
{
"name": "kernelbot",
"version": "1.0.40",
"description": "KernelBot — AI engineering agent with full OS control",
"type": "module",
"author": "Abdullah Al-Taheri <abdullah@altaheri.me>",
"bin": {
"kernelbot": "./bin/kernel.js"
},
"scripts": {
"start": "node bin/kernel.js start"
},
"keywords": [
"ai",
"agent",
"telegram",
"anthropic",
"openai",
"gemini",
"groq",
"tools"
],
"repository": {
"type": "git",
"url": "git+https://github.com/KernelCode/KernelBot.git"
},
"bugs": {
"url": "https://github.com/KernelCode/KernelBot/issues"
},
"homepage": "https://kernelbot.io",
"license": "MIT",
"dependencies": {
"@anthropic-ai/sdk": "^0.39.0",
"@clack/prompts": "^0.10.0",
"@google/genai": "^1.42.0",
"@octokit/rest": "^22.0.1",
"axios": "^1.13.5",
"boxen": "^8.0.1",
"chalk": "^5.4.1",
"commander": "^13.1.0",
"dotenv": "^16.4.7",
"gradient-string": "^3.0.0",
"js-yaml": "^4.1.0",
"node-telegram-bot-api": "^0.66.0",
"oauth-1.0a": "^2.2.6",
"openai": "^4.82.0",
"ora": "^8.1.1",
"puppeteer": "^24.37.3",
"simple-git": "^3.31.1",
"uuid": "^11.1.0",
"winston": "^3.17.0"
}
}