This repository has been archived by the owner on Apr 24, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 46
/
package.json
55 lines (55 loc) · 1.44 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
55
{
"name": "pengubot",
"version": "2.0.8",
"description": "PenguBot Rewrite for Performance and Stability.",
"main": "src/main.js",
"scripts": {
"start": "node src/main",
"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": {
"@k3rn31p4nic/google-translate-api": "^1.1.1",
"@kcp/functions": "github:pengubot/functions#build",
"@lavacord/discord.js": "^0.0.7",
"@pengubot/music": "github:pengubot/music#build",
"breadtags": "github:PenguBot/bread-tags",
"bufferutil": "^4.0.3",
"canvas": "^2.6.0",
"canvas-constructor": "3.0.3",
"discord.js": "^12.5.1",
"hot-shots": "^8.3.0",
"klasa": "github:pengubot/klasa#stable",
"klasa-api": "github:PenguBot/klasa-api#v1-alpha",
"kurasuta": "^2.2.0",
"node-fetch": "^2.6.0",
"node-html-parser": "^2.0.2",
"raven": "^2.6.4",
"rethinkdbdash": "^2.3.31",
"utf-8-validate": "^5.0.4",
"zlib-sync": "^0.1.6"
},
"devDependencies": {
"eslint": "7.17.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1"
}
}