-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.13 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": "bot",
"version": "1.0.0",
"description": "",
"main": "dist/sharding.js",
"type": "module",
"scripts": {
"start": "node .",
"build": "npx tsc",
"watch": "npx tsc -w"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gvobot/bot.git"
},
"keywords": [
"discord",
"discordjs",
"typescript",
"ts",
"bot"
],
"author": "Sapphire Development",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/gvobot/bot/issues"
},
"homepage": "https://github.com/gvobot/bot#readme",
"devDependencies": {
"@types/node": "^20.6.4",
"dotenv": "^16.3.1",
"prisma": "^5.10.2",
"typescript": "^5.2.2"
},
"dependencies": {
"@dbd-soft-ui/logs": "^1.1.2",
"@prisma/client": "^5.10.2",
"captcha-canvas": "^3.2.1",
"discord-hybrid-sharding": "^2.1.3",
"discord.js": "^14.14.1",
"i18next": "^23.5.1",
"i18next-fs-backend": "^2.2.0",
"moment-timezone": "^0.5.45",
"winston": "^3.11.0"
}
}