This repository was archived by the owner on Sep 11, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.42 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.42 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
{
"name": "monoxbot",
"version": "3.0.0",
"description": "Source code for MonoxBot, monoxbot.ga",
"main": "bot.js",
"scripts": {
"test": "echo There no Test for MonoxBot LOL :) contact github.com/ghofars302 for test server",
"installtermux": "sh installtermux.sh",
"preparedb": "node shardingManager.js --prepare",
"start": "node shardingManager.js"
},
"repository": {
"type": "git",
"url": "git@github.com:ghofars302/MonoxBot.git"
},
"keywords": [
"monoxbot",
"monox discord",
"monox",
"ghofars302",
"monodoxy"
],
"license": "AGPL-3.0",
"engines": {
"node": "10.x.x"
},
"dependencies": {
"axios": "^0.18.0",
"canvas": "^2.0.0-alpha.12",
"child-process-promise": "^2.2.1",
"common-tags": "^1.8.0",
"discord.js": "discordjs/discord.js",
"dotenv": "^5.0.1",
"express": "^4.16.3",
"gm": "^1.23.1",
"humanize-duration": "^3.14.0",
"js-beautify": "^1.7.5",
"lodash": "^4.17.10",
"moment": "^2.22.2",
"moment-duration-format": "^2.2.2",
"node-fetch": "^2.1.2",
"node-superfetch": "^0.1.2",
"pg": "^7.4.3",
"request": "^2.87.0",
"request-promise": "^4.2.2"
},
"peerDependencies": {
"node-opus": "^0.3.0",
"ytdl-vore": "^0.24.0"
}
}