This repository has been archived by the owner on Oct 7, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
107 lines (107 loc) · 2.74 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
{
"name": "discord_bot_pbot",
"version": "1.0.0",
"description": "",
"main": "bot.js",
"dependencies": {
"abbrev": "^1.1.1",
"agent-base": "^5.1.1",
"anymatch": "^3.1.3",
"asynckit": "^0.4.0",
"balanced-match": "^1.0.0",
"base64-js": "^1.3.1",
"binary-extensions": "^2.2.0",
"bl": "^4.1.0",
"brace-expansion": "^1.1.11",
"braces": "^3.0.3",
"buffer": "^5.6.0",
"buffer-crc32": "^0.2.13",
"chokidar": "^3.5.3",
"chownr": "^1.1.4",
"combined-stream": "^1.0.8",
"concat-map": "^0.0.1",
"debug": "^4.3.7",
"delayed-stream": "^1.0.0",
"devtools-protocol": "^0.0.818844",
"discord-api-types": "^0.33.5",
"discord.js": "^13.14.0",
"dotenv": "^16.0.3",
"end-of-stream": "^1.4.4",
"extract-zip": "^2.0.1",
"fast-deep-equal": "^3.1.3",
"fd-slicer": "^1.1.0",
"fill-range": "^7.0.1",
"find-up": "^4.1.0",
"form-data": "^4.0.0",
"fs-constants": "^1.0.0",
"fs.realpath": "^1.0.0",
"get-stream": "^5.2.0",
"glob": "^7.1.6",
"glob-parent": "^5.1.2",
"has-flag": "^3.0.0",
"https-proxy-agent": "^4.0.0",
"ieee754": "^1.1.13",
"ignore-by-default": "^1.0.1",
"inflight": "^1.0.6",
"inherits": "^2.0.4",
"is-binary-path": "^2.1.0",
"is-extglob": "^2.1.1",
"is-glob": "^4.0.3",
"is-number": "^7.0.0",
"locate-path": "^5.0.0",
"lodash": "^4.17.21",
"mime-db": "^1.52.0",
"mime-types": "^2.1.35",
"minimatch": "^3.1.2",
"mkdirp-classic": "^0.5.3",
"ms": "^2.1.2",
"node-fetch": "^2.6.9",
"nodemon": "^2.0.21",
"nopt": "^1.0.10",
"normalize-path": "^3.0.0",
"once": "^1.4.0",
"p-limit": "^2.3.0",
"p-locate": "^4.1.0",
"p-try": "^2.2.0",
"path-exists": "^4.0.0",
"path-is-absolute": "^1.0.1",
"pend": "^1.2.0",
"picomatch": "^2.3.1",
"pkg-dir": "^4.2.0",
"progress": "^2.0.3",
"proxy-from-env": "^1.1.0",
"pstree.remy": "^1.1.8",
"pump": "^3.0.0",
"puppeteer": "^5.5.0",
"readable-stream": "^3.6.0",
"readdirp": "^3.6.0",
"rimraf": "^3.0.2",
"safe-buffer": "^5.2.1",
"semver": "^5.7.2",
"simple-update-notifier": "^1.1.0",
"string_decoder": "^1.3.0",
"supports-color": "^5.5.0",
"tar-fs": "^2.1.0",
"tar-stream": "^2.1.3",
"through": "^2.3.8",
"to-regex-range": "^5.0.1",
"touch": "^3.1.0",
"tr46": "^0.0.3",
"ts-mixer": "^6.0.3",
"tslib": "^2.5.0",
"unbzip2-stream": "^1.4.3",
"undefsafe": "^2.0.5",
"util-deprecate": "^1.0.2",
"webidl-conversions": "^3.0.1",
"whatwg-url": "^5.0.0",
"wrappy": "^1.0.2",
"ws": "^7.5.10",
"yauzl": "^2.10.0"
},
"scripts": {
"bot": "nodemon bot.js"
},
"keywords": [],
"author": "",
"license": ""
}