-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1015 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 1015 Bytes
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
{
"name": "hackpackhelpbot",
"version": "1.0.0",
"main": "src/index.js",
"scripts": {
"gemini": "gemini",
"start": "node ."
},
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@ai-sdk/groq": "^2.0.33",
"@google/generative-ai": "^0.24.1",
"ai": "^5.0.113",
"crypto-js": "^4.2.0",
"discord-api-types": "^0.38.11",
"discord.js": "^14.14.1",
"esbuild-register": "^3.6.0",
"fastest-levenshtein": "^1.0.16",
"fs-extra": "^11.3.0",
"fuse.js": "^7.1.0",
"hackpackhelpbot": "file:",
"js-levenshtein": "^1.1.6",
"lru-cache": "^11.1.0",
"mathjs": "^14.4.0",
"mongoose": "^8.14.2",
"mongoose-lean-defaults": "^2.2.1",
"mongoose-lean-virtuals": "^1.1.0",
"ms": "^2.1.3",
"node-cache": "^5.1.2",
"node-fetch": "^3.3.2",
"puppeteer": "^24.8.2",
"simple-git": "^3.28.0",
"socket.io-client": "^4.8.1",
"uuid": "^11.1.0"
},
"devDependencies": {
"@google/gemini-cli": "^0.1.9"
}
}