This repository was archived by the owner on Oct 28, 2022. It is now read-only.
forked from Prodigy-Hacking/Reviewer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.31 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.31 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
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "reviewer",
"version": "1.0.0",
"description": "Reviewer - A Helpful Discord Bot from the Reviewer Development Team",
"main": "bot.js",
"dependencies": {
"array-sort": "^1.0.0",
"axios": "^0.21.2",
"bufferutil": "^4.0.0",
"color": "^3.1.0",
"colornames": "^1.1.1",
"deep-extend": "^0.6.0",
"discord.js": "^12.3.1",
"enmap": "^4.0.0",
"erlpack": "^0.1.3",
"fs": "0.0.2",
"hoek": "^6.0.0",
"idiotic-api": "^0.2.11",
"lodash": "^4.17.21",
"m3u8stream": "^0.6.5",
"matchdep": "^2.0.0",
"mathjs": "^7.5.1",
"minimatch": "^3.0.2",
"moment": "^2.22.2",
"moment-duration-format": "^2.2.2",
"ms": "^2.1.1",
"node-fetch": "^2.6.7",
"node-notifier": "^8.0.1",
"node-opus": "^0.3.0",
"node-superfetch": "^0.1.6",
"snekfetch": "^4.0.4",
"sshpk": "^1.14.2",
"strict-uri-encode": "^2.0.0",
"table": "^5.0.2",
"urban-dictionary": "^2.2.1",
"ytdl-core": "^2.1.1"
},
"devDependencies": {
"eslint": "^7.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node bot.js",
"dev": "nodemon bot.js"
},
"keywords": [
"ReviewerBot",
"Reviewer",
"Discord",
"ReviewerDiscord"
],
"author": "The Reviewer Development Team",
"license": "GPL-3.0"
}