forked from OriginalCpp/Would-You-Bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.26 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
{
"name": "would-you",
"version": "3.0.0",
"description": "Would you rather die or use this bot. You got the choice",
"main": "src/cluster.js",
"scripts": {
"start": "node src/cluster.js",
"test": "nodemon src/cluster.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Developer-Dungeon-Studio/Would-You.git"
},
"keywords": [
"Discordjs",
"discord-bot",
"discord-js",
"discord",
"javascript"
],
"author": "Mezo, ForGetFulSkyBro, fb_sean",
"license": "MIT",
"bugs": {
"url": "https://github.com/Developer-Dungeon-Studio/Would-You/issues"
},
"homepage": "https://github.com/Developer-Dungeon-Studio/Would-You#readme",
"dependencies": {
"@discordjs/rest": "^1.2.0",
"@napi-rs/canvas": "^0.1.34",
"@top-gg/sdk": "^3.1.3",
"axios": "^1.3.4",
"chalk-advanced": "^1.0.3",
"cron": "^2.1.0",
"discord-api-types": "^0.37.11",
"discord-hybrid-sharding": "^2.1.0",
"discord.js": "^14.9.0",
"dotenv": "^16.0.3",
"express": "^4.18.1",
"moment-timezone": "^0.5.37",
"mongoose": "^6.6.3",
"profanity-check": "^0.0.3",
"quickchart-js": "^3.1.2",
"topgg-autoposter": "^2.0.1",
"uuid": "^9.0.0"
},
"devDependencies": {
"nodemon": "2.0.20"
}
}