forked from DTel-HQ/dtel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.27 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
{
"name": "dtel",
"version": "3.2.0",
"description": "Discord Telephone",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/austinhuang0131/dtel.git"
},
"keywords": [
"DTEL"
],
"contributors": [
"Mitchell Rademaker <[email protected]> (https://mitchells.work)",
"Austin Huang <[email protected]> (https://austinhuang.me)",
"SunburntRock89 <[email protected]>"
],
"license": "SEE LICENSE IN LICENSE",
"bugs": {
"url": "https://github.com/austinhuang0131/dtel/issues"
},
"homepage": "https://dtel.austinhuang.me",
"engines": { "node": "12" },
"dependencies": {
"@discoin/scambio": "^2.0.3",
"bufferutil": "^4.0.1",
"chainfetch": "^1.2.2",
"clear-module": "^4.0.0",
"discord.js": "github:discordjs/discord.js",
"erlpack": "github:discordapp/erlpack",
"fs-nextra": "^0.4.7",
"kurasuta": "^1.1.7",
"node-schedule": "^1.3.2",
"randomstring": "^1.1.5",
"require-reload": "^0.2.2",
"rethinkdbdash": "^2.3.31",
"utf-8-validate": "^5.0.2",
"uuid": "^3.4.0",
"winston": "^3.2.1",
"winston-daily-rotate-file": "^4.4.2",
"zlib-sync": "^0.1.6",
"zucc": "^0.1.2"
}
}