-
-
Notifications
You must be signed in to change notification settings - Fork 557
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 2.14 KB
/
Copy pathpackage.json
File metadata and controls
69 lines (69 loc) · 2.14 KB
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "atlantabot",
"version": "5.0.0",
"description": "A very complete Discord bot that uses the Discord.js API!",
"type": "module",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"start": "node dist/index.js",
"dev": "tsx watch src/index.ts",
"lint": "eslint src/ --ext .ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Androz2091/AtlantaBot.git"
},
"author": "Androz2091",
"license": "ISC",
"bugs": {
"url": "https://github.com/Androz2091/AtlantaBot/issues"
},
"homepage": "https://github.com/Androz2091/AtlantaBot#readme",
"dependencies": {
"@discord-player/extractor": "^7.2.0",
"@discordjs/opus": "^0.10.0",
"@dotenvx/dotenvx": "^1.34.0",
"@sentry/node": "^9.0.0",
"@sindresorhus/slugify": "^3.0.0",
"@top-gg/sdk": "^3.1.6",
"@vitalets/google-translate-api": "^9.2.0",
"ascii-table": "0.0.9",
"canvas": "^3.1.0",
"chalk": "^5.6.2",
"colors-generator": "^0.3.4",
"cron": "^3.1.0",
"dayjs": "^1.11.13",
"discord-backup": "^3.4.0",
"discord-giveaways": "^6.0.1",
"discord-player": "^7.2.0",
"discord-sync-commands": "^0.5.2",
"discord.js": "^14.18.0",
"ejs": "^5.0.2",
"express": "^5.2.1",
"express-session": "^1.18.1",
"figlet": "^1.8.0",
"gamedig": "^5.1.4",
"i18next": "^26.2.0",
"i18next-fs-backend": "^2.6.0",
"lyrics-finder": "^21.7.0",
"markdown-table": "^3.0.4",
"mathjs": "^15.2.0",
"md5": "^2.3.0",
"mongoose": "^9.6.2",
"ms": "^2.1.3",
"string-sanitizer": "^2.0.2"
},
"devDependencies": {
"@types/ejs": "^3.1.5",
"@types/express": "^5.0.0",
"@types/express-session": "^1.18.1",
"@types/ms": "^2.1.0",
"@types/node": "^22.13.0",
"@typescript-eslint/eslint-plugin": "^8.60.0",
"@typescript-eslint/parser": "^8.60.0",
"eslint": "^8.57.0",
"tsx": "^4.19.0",
"typescript": "^6.0.3"
}
}