-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 1.71 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 1.71 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": "reef-v3",
"version": "1.0.0",
"description": "upcoming version of ReeF Bot",
"main": "index.js",
"scripts": {
"test": "node ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/Drix10/reef-bot.git"
},
"keywords": [
"Music",
"bestbot"
],
"author": "drix10-aryan",
"license": "MIT",
"bugs": {
"url": "https://github.com/Drix10/reef-bot/issues"
},
"homepage": "https://github.com/Drix10/reef-bot#readme",
"dependencies": {
"@top-gg/sdk": "^3.1.3",
"ascii-table": "0.0.9",
"body-parser": "^1.19.0",
"canvafy": "^2.0.2",
"canvas": "^2.10.2",
"chalk": "^4.1.2",
"chartjs-node-canvas": "^4.1.6",
"chartjs-plugin-gradient": "^0.5.0",
"chunk": "0.0.3",
"class-transformer": "^0.5.1",
"colors": "^1.4.0",
"common-tags": "^1.8.2",
"currency-system": "^2.8.6",
"delay": "^5.0.0",
"discord-api-types": "^0.35.0",
"discord-giveaways": "^6.0.1",
"discord.js": "^14.6.0",
"dotenv": "^16.0.1",
"ejs": "^3.1.6",
"enmap": "^5.8.7",
"express": "^4.17.1",
"express-session": "^1.17.2",
"http": "0.0.1-security",
"memorystore": "^1.6.6",
"moment": "^2.29.3",
"moment-duration-format": "^2.3.2",
"mongoose": "^6.4.2",
"ms": "^2.1.3",
"node": "^16.6.1",
"node-cron": "^3.0.2",
"node-os-utils": "^1.3.7",
"node-superfetch": "^0.2.3",
"os-utils": "0.0.14",
"passport": "^0.4.1",
"passport-discord": "^0.1.4",
"path": "^0.12.7",
"poru": "^3.7.3",
"pretty-ms": "^7.0.1",
"qrcode": "^1.5.1",
"quickmongo": "^5.2.0",
"request-promise-native": "^1.0.9",
"spcanvas": "^1.0.0",
"topgg-autoposter": "^2.0.1",
"url": "^0.11.0"
}
}