-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 1.03 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
{
"type": "module",
"dependencies": {
"@anthropic-ai/sdk": "^0.17.1",
"@google/generative-ai": "^0.2.1",
"@xenova/transformers": "github:Xenova/transformers.js",
"events": "^3.3.0",
"fs": "^0.0.1-security",
"fs.promises": "^0.1.2",
"minecraft-data": "^3.46.2",
"mineflayer": "^4.20.0",
"mineflayer-armor-manager": "^2.0.1",
"mineflayer-auto-eat": "^3.3.6",
"mineflayer-collectblock": "^1.4.1",
"mineflayer-pathfinder": "^2.4.5",
"mineflayer-pvp": "^1.3.2",
"moment": "^2.30.1",
"openai": "^4.4.0",
"patch-package": "^8.0.0",
"prismarine-item": "^1.14.0",
"prismarine-viewer": "^1.28.0",
"puppeteer": "^23.3.0",
"replicate": "^0.29.4",
"rimraf": "^6.0.1",
"tesseract.js": "^5.1.1",
"three": "^0.168.0",
"vec3": "^0.1.10",
"yargs": "^17.7.2"
},
"scripts": {
"postinstall": "patch-package",
"start": "node main.js"
}
}