forked from Fuseteam/xiaobot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
87 lines (87 loc) · 2 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"name": "xiao",
"version": "126.0.0",
"description": "Your personal server companion.",
"main": "Xiao.js",
"scripts": {
"test": "npm run lint",
"lint": "eslint . --ext .js --ext .json",
"start": "node Xiao.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dragonfire535/xiao.git"
},
"keywords": [
"bot",
"commando",
"discord",
"discord-api",
"discord-bot",
"discord-js",
"discord-js-commando"
],
"author": "dragonfire535 <[email protected]>",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/dragonfire535/xiao/issues"
},
"homepage": "https://github.com/dragonfire535/xiao#readme",
"engines": {
"node": ">=15"
},
"dependencies": {
"@discordjs/collection": "^0.1.6",
"@discordjs/opus": "^0.3.3",
"@vitalets/google-translate-api": "^4.0.0",
"aki-api": "^5.2.1",
"canvas": "^2.6.1",
"cheerio": "^1.0.0-rc.5",
"cloc": "^2.7.0",
"common-tags": "^1.8.0",
"connect4-ai": "^0.1.3",
"custom-translate": "^2.2.8",
"didyoumean2": "^4.1.0",
"discord.js": "^12.5.1",
"discord.js-commando": "github:discordjs/Commando",
"dotenv": "^8.2.0",
"eslint": "^7.17.0",
"expr-eval": "^2.0.2",
"gifencoder": "^2.0.1",
"gm": "^1.23.1",
"html-entities": "^2.0.2",
"ioredis": "^4.19.4",
"js-beautify": "^1.13.2",
"mathjs": "^8.1.1",
"moment": "^2.29.1",
"moment-duration-format": "^2.3.2",
"moment-timezone": "^0.5.32",
"node-superfetch": "^0.1.10",
"pokersolver": "^2.1.4",
"random-js": "^2.1.0",
"rss-parser": "^3.10.0",
"semver": "^7.3.4",
"sherlockjs": "^1.4.0",
"stackblur-canvas": "^2.4.0",
"tesseract.js": "^2.1.4",
"tictactoe-minimax-ai": "^1.2.1",
"winston": "^3.3.3"
},
"optionalDependencies": {
"bufferutil": "^4.0.3",
"erlpack": "github:discord/erlpack",
"sodium": "^3.0.2",
"utf-8-validate": "^5.0.4",
"zlib-sync": "^0.1.7"
},
"devDependencies": {
"eslint-config-amber": "^2.0.3",
"eslint-plugin-json": "^2.1.2"
},
"eslintConfig": {
"extends": "amber",
"plugins": [
"json"
]
}
}