-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
46 lines (46 loc) · 1.2 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": "crowbot",
"version": "2.0.2",
"description": "Crow, Discord botlarınız ve sunucularınız için kullanabileceğiniz basit ve gelişmiş bir bottur.",
"main": "shard.js",
"scripts": {
"start": "node shard.js",
"dev": "nodemon index.js"
},
"nodemonConfig": {
"ignore": [
"./dashboard/public/**/*.js"
]
},
"dependencies": {
"@huggingface/inference": "^2.7.0",
"axios": "^1.7.2",
"bluebird": "^3.7.2",
"body-parser": "^1.20.2",
"canvas": "^2.11.2",
"color-thief-node": "^1.0.4",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"discord-tictactoe": "^4.2.0",
"discord.js": "^14.14.1",
"ejs": "^3.1.10",
"erenaydb": "^0.0.10",
"express": "^4.19.2",
"express-session": "^1.18.0",
"free-google-translate": "^1.0.8",
"hercai": "^12.3.2",
"jsonwebtoken": "^9.0.2",
"languagedetect": "^2.0.0",
"memorystore": "^1.6.7",
"moment": "^2.30.1",
"moment-duration-format": "^2.3.2",
"mongoose": "^8.4.0",
"nekosapi": "^0.6.3",
"node-fetch": "^3.3.2",
"nodemailer": "^6.9.13",
"os-utils": "^0.0.14",
"passport": "^0.7.0",
"passport-discord": "^0.1.4",
"web-push": "^3.6.7"
}
}