forked from adiologydev/PenguBot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.63 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
{
"name": "pengubot",
"version": "2.0.6",
"description": "PenguBot Rewrite for Performance and Stability.",
"main": "start.js",
"scripts": {
"test": "eslint .",
"lint": "eslint --fix ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/AdityaTD/PenguBot.git"
},
"keywords": [
"pengubot",
"pengu",
"bot",
"discord",
"bot",
"discord"
],
"author": "Aditya Nath Tripathi",
"license": "MIT",
"bugs": {
"url": "https://github.com/AdityaTD/PenguBot/issues"
},
"homepage": "https://github.com/AdityaTD/PenguBot#readme",
"dependencies": {
"@discordjs/uws": "^11.149.1",
"breadtags": "^1.0.2",
"canvas": "github:Automattic/node-canvas#92b192447e9b9ae98da0f801e4e34afdd1dc1ef8",
"canvas-constructor": "github:kyranet/canvasConstructor",
"cheerio": "^1.0.0-rc.2",
"discord.js": "github:discordjs/discord.js#60ad9053a3f7d0cfcfe9871bc5aa6eca791caf02",
"discord.js-lavalink": "github:MrJacz/discord.js-lavalink",
"erlpack": "github:discordapp/erlpack",
"google-translate-api": "^2.3.0",
"hot-shots": "^5.9.1",
"idiotic-api": "github:YorkAARGH/Idiotic-Wrapper",
"klasa": "github:dirigeants/klasa",
"klasa-dashboard-hooks": "github:PenguBot/klasa-dashboard-hooks",
"klasa-functions": "github:QuantumPlugin/klasa-functions-plugin",
"klasa-member-gateway": "github:dirigeants/klasa-member-gateway",
"raven": "^2.6.4",
"rethinkdbdash": "^2.3.31",
"twemoji": "^11.0.1",
"zlib-sync": "^0.1.4"
},
"devDependencies": {
"eslint": "5.8.0",
"eslint-plugin-node": "^8.0.0",
"eslint-plugin-promise": "^4.0.1"
}
}