forked from Dude-Perfect-Discord-Bot/Dude-Perfect
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
58 lines (58 loc) · 1.48 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
56
57
58
{
"name": "dude-perfect",
"version": "2.4.0",
"description": "Dude Perfect is a bot that can do most of the things that everything you require for making a better and better Discord Server",
"main": "src/index.js",
"repository": "https://github.com/Dude-Perfect-Discord-Bot/Dude-Perfect",
"author": "workforxynox@gmail.com",
"license": "Apache-2.0",
"engines": {
"node": ">=14.x.x"
},
"scripts": {
"test": "eslint src .",
"start": "node src/index.js"
},
"dependencies": {
"@anishshobith/deeptype": "^1.1.0",
"canvas": "^2.8.0",
"canvas-constructor": "^4.1.0",
"colorette": "^1.4.0",
"common-tags": "^1.8.0",
"discord-akairo": "^8.1.0",
"discord.js": "^12.5.3",
"dotenv": "^9.0.2",
"figlet": "^1.5.2",
"fuse-djs": "Anish-Shobith/fuse-djs#build",
"got": "^11.8.2",
"moment": "^2.29.1",
"ms": "^2.1.3",
"node-fetch": "^2.6.2",
"os": "^0.1.1",
"pluralize": "^8.0.0",
"statcord.js": "^3.3.0",
"superagent": "^6.1.0",
"topgg-autoposter": "^2.0.0",
"twemoji-parser": "^13.0.0",
"util": "^0.12.3"
},
"devDependencies": {
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-tesseract": "^0.2.1",
"eslint-plugin-prettier": "^3.4.1",
"prettier": "^2.4.1"
},
"eslintConfig": {
"extends": [
"tesseract",
"tesseract/prettier"
],
"parserOptions": {
"ecmaVersion": 2020
},
"rules": {
"no-process-env": "off"
}
}
}