generated from mezotv/Discord-Bot-Template
-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
70 lines (70 loc) · 2.15 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "would-you",
"version": "2.0.3",
"description": "Would You is a popular Discord bot that allows you to play the classic game of Would You Rather with your friends!",
"main": "dist/cluster.js",
"scripts": {
"start": "node --enable-source-maps --max-old-space-size=6000 dist/cluster.js",
"dev": "tsc && pnpm run copy-files && node --enable-source-maps dist/cluster.js",
"build": "tsc && pnpm run copy-files",
"copy-files": "copyfiles -u 1 src/**/*.ttf src/**/*.png src/**/*.psd dist/",
"format": "prettier --write \"src/**/*.ts\"",
"docker:build": "docker build -t dominikdoesdev/wy-bot .",
"sentry:sourcemaps": "sentry-cli sourcemaps inject --org would-you --project would-you ./dist && sentry-cli sourcemaps upload --org would-you --project would-you ./dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Would-You-Bot/client.git"
},
"keywords": [
"Discordjs",
"discord-bot",
"discord-js",
"discord",
"javascript"
],
"author": "Dominik, ForGetFulSkyBro, and the Would You Team",
"license": "MIT",
"bugs": {
"url": "https://github.com/Would-You-Bot/client/issues"
},
"homepage": "https://wouldyoubot.gg",
"dependencies": {
"@discordjs/rest": "^2.4.0",
"@napi-rs/canvas": "^0.1.56",
"@rivo-gg/cloudflare-r2": "^1.1.1",
"@sentry/cli": "^2.33.0",
"@sentry/node": "^8.30.0",
"@sentry/profiling-node": "^8.30.0",
"@top-gg/sdk": "^3.1.6",
"@upstash/redis": "^1.34.0",
"amqplib": "^0.10.4",
"axios": "^1.7.4",
"canvabase": "^1.1.1",
"chalk-advanced": "^1.0.7",
"cron": "^3.1.7",
"cryptr": "^6.3.0",
"discord-api-types": "^0.37.100",
"discord-hybrid-sharding": "^2.2.0",
"discord.js": "14.16.3",
"dotenv": "^16.4.5",
"express": "^4.21.0",
"moment-timezone": "^0.5.45",
"mongoose": "^8.5.3",
"prettier-plugin-organize-imports": "^4.0.0",
"profanity-check": "^0.0.3",
"quickchart-js": "^3.1.3",
"stripe": "^17.2.0",
"tslib": "^2.6.3",
"uuid": "^10.0.0"
},
"devDependencies": {
"@biomejs/biome": "1.9.3",
"@types/amqplib": "^0.10.5",
"@types/express": "^4.17.21",
"@types/uuid": "^10.0.0",
"copyfiles": "^2.4.1",
"prettier": "^3.3.3",
"typescript": "^5.4.5"
}
}