-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.02 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
{
"name": "pixd",
"version": "1.0.0",
"description": "A Discord bot for various functions and masti.",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"type": "module",
"keywords": [
"discord",
"bot",
"discord.js"
],
"author": "sea.deep",
"license": "MIT",
"dependencies": {
"@google/generative-ai": "^0.3.0",
"axios": "^1.4.0",
"chalk": "^5.3.0",
"chess.js": "^1.0.0-beta.8",
"discord-api-types": "^0.37.50",
"discord.js": "^14.11.0",
"dotenv": "^16.4.5",
"emoji-regex": "^10.3.0",
"express": "^4.21.0",
"glob": "^9.0.1",
"google-img-scrap": "^1.1.1",
"google-translate-api-x": "^10.6.7",
"googleapis": "^134.0.0",
"groq-sdk": "^0.5.0",
"modern-gif": "^2.0.3",
"mongodb": "^6.1.0",
"openai": "^4.56.0",
"p-queue": "^8.0.1",
"poru": "^5.2.0",
"sharp": "^0.32.4"
},
"repository": {
"type": "git",
"url": "https://github.com/sea-deep/pixd"
},
"devDependencies": {
"prettier": "^3.3.3"
}
}