forked from themoonisacheese/2bored2wait
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 791 Bytes
/
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
{
"name": "2bored2wait",
"version": "1.0.0",
"description": "A proxy to wait out 2b2t.org's way too long queue.",
"main": "main.js",
"scripts": {
"test": "node test.js",
"start": "node main.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/themoonisacheese/2bored2wait.git"
},
"author": "",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/themoonisacheese/2bored2wait/issues"
},
"homepage": "https://github.com/themoonisacheese/2bored2wait#readme",
"dependencies": {
"discord.js": "^12.3.1",
"luxon": "^1.25.0",
"minecraft-protocol": "^1.8.3",
"moment": "^2.28.0",
"node-json-minify": "^1.0.0",
"open": "^6.0.0",
"prismarine-tokens-fixed": "^1.1.2",
"particles.js": "^2.0.0"
}
}