This repository was archived by the owner on Mar 12, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.33 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.33 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
{
"name": "danbotadvertising",
"version": "1.0.0",
"description": "A discord bot for my DanBot Advertising server, This bot can do Moderation, Invite link checking in channels, Captcha for new users, message logger (to txt file and can download using the logs command) and a lot more",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"main": "node index.js",
"bump": "node bump/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/danbot-devs/DanBot-Advertising.git"
},
"author": "danielpmc",
"license": "MIT",
"bugs": {
"url": "https://github.com/danbot-devs/DanBot-Advertising/issues"
},
"homepage": "https://github.com/danbot-devs/DanBot-Advertising#readme",
"dependencies": {
"array-sort": "^1.0.0",
"canvas": "^2.6.0",
"chart-constructor": "^0.7.4",
"child_process": "^1.0.2",
"delay": "^4.3.0",
"discord.js": "^11.5.1",
"fs": "0.0.2",
"get-folder-size": "^2.0.1",
"moment": "^2.24.0",
"moment-duration-format": "^2.3.2",
"nedb": "^1.8.0",
"os": "^0.1.1",
"prettysize": "^2.0.0",
"speedtest-net": "^1.6.0",
"svg-captcha": "^1.4.0",
"svg2png": "^4.1.1",
"systeminformation": "^4.14.17",
"table": "^5.4.6",
"twit": "^2.2.11"
}
}