-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
74 lines (74 loc) · 1.81 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
{
"name": "wumpusbud",
"version": "0.5.0",
"description": "a bot",
"main": "index.js",
"dependencies": {
"@discordjs/builders": "^0.9.0",
"@discordjs/rest": "^0.1.0-canary.0",
"asynckit": "^0.4.0",
"base64-js": "^1.5.1",
"bson": "^4.6.0",
"buffer": "^5.7.1",
"callsites": "^3.1.0",
"canvas": "^2.8.0",
"chalk": "^4.1.2",
"colors": "^1.4.0",
"combined-stream": "^1.0.8",
"debug": "^4.3.3",
"delayed-stream": "^1.0.0",
"denque": "^2.0.1",
"discord-api-types": "^0.24.0",
"discord.js": "^13.3.1",
"dot-prop": "^6.0.1",
"form-data": "^3.0.1",
"ieee754": "^1.2.1",
"is-obj": "^2.0.0",
"kareem": "^2.3.2",
"lodash.isequal": "^4.5.0",
"memory-pager": "^1.5.0",
"mime-db": "^1.51.0",
"mime-types": "^2.1.34",
"mongodb": "^4.1.4",
"mongodb-connection-string-url": "^2.2.0",
"mongoose": "^6.0.14",
"mpath": "^0.8.4",
"mquery": "^4.0.0",
"ms": "^2.1.2",
"node-fetch": "^2.6.6",
"ow": "^0.27.0",
"punycode": "^2.1.1",
"regexp-clone": "^1.0.0",
"saslprep": "^1.0.3",
"sift": "^13.5.2",
"sliced": "^1.0.1",
"sparse-bitfield": "^3.0.3",
"tr46": "^0.0.3",
"ts-mixer": "^6.0.0",
"tslib": "^2.3.1",
"type-fest": "^1.4.0",
"vali-date": "^1.0.0",
"webidl-conversions": "^3.0.1",
"whatwg-url": "^5.0.0",
"ws": "^8.3.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tonyG433/WumpusBud.git"
},
"keywords": [
"bot",
"discord",
"wumpus"
],
"author": "tonyG",
"license": "MIT",
"bugs": {
"url": "https://github.com/tonyG433/WumpusBud/issues"
},
"homepage": "https://github.com/tonyG433/WumpusBud#readme"
}