-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
100 lines (100 loc) · 2.5 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
88
89
90
91
92
93
94
95
96
97
98
99
100
{
"name": "xiao",
"version": "152.4.8",
"description": "Your personal server companion.",
"main": "Xiao.js",
"scripts": {
"test": "npm run lint",
"lint": "eslint .",
"start": "node Xiao.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lilyissillyyy/xiao.git"
},
"keywords": [
"bot",
"discord",
"discord-api",
"discord-bot",
"discord-js"
],
"author": "lilyissillyyy <lilyodendahl@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/lilyissillyyy/xiao/issues"
},
"homepage": "https://github.com/lilyissillyyy/xiao#readme",
"engines": {
"node": ">=15"
},
"dependencies": {
"@discordjs/opus": "^0.9.0",
"@discordjs/voice": "^0.18.0",
"@mediapipe/face_detection": "^0.4.1646425229",
"@napi-rs/canvas": "^0.1.65",
"@tensorflow-models/face-detection": "^1.0.3",
"@tensorflow/tfjs-node": "^4.22.0",
"@twemoji/parser": "^15.1.1",
"bombsweeper.js": "^1.0.1",
"cheerio": "^1.0.0",
"city-timezones": "^1.3.0",
"cloc": "^2.2.0-cloc",
"common-tags": "^1.8.2",
"connect4-ai": "^0.1.3",
"custom-translate": "^2.2.8",
"didyoumean2": "^7.0.4",
"discord.js": "^14.16.3",
"dotenv": "^16.4.7",
"emoji-regex": "^10.4.0",
"fen-validator": "^2.0.1",
"font-finder": "^1.1.0",
"gifencoder": "^2.0.1",
"gm": "^1.25.0",
"googlethis": "github:CROSP/google-this",
"html-entities": "^2.5.2",
"image-to-ascii": "^3.2.1",
"ioredis": "^5.4.1",
"js-chess-engine": "^1.0.2",
"jszip": "^3.10.1",
"kuroshiro": "^1.2.0",
"kuroshiro-analyzer-kuromoji": "^1.1.0",
"mathjs": "^14.0.1",
"minimist": "^1.2.8",
"moment": "^2.30.1",
"moment-duration-format": "^2.3.2",
"moment-timezone": "^0.5.46",
"node-superfetch": "^0.3.4",
"nsfwjs": "^4.2.1",
"ntcjs": "^1.1.3",
"parse-domain": "^8.2.2",
"pokersolver": "^2.1.4",
"random-js": "^2.1.0",
"sagiri": "^4.2.3",
"semver": "^7.6.3",
"sherlockjs": "^1.4.2",
"stackblur-canvas": "^2.7.0",
"text-diff": "^1.0.1",
"tictactoe-minimax-ai": "github:marianoheller/tic-tac-toe-minimax",
"twitter-openapi-typescript": "^0.0.45",
"valid-url": "^1.0.9",
"wavefile": "^11.0.0",
"winston": "^3.17.0",
"wuzzy": "^0.1.8",
"ytdl-core": "^4.11.5",
"zip-to-timezone": "^1.2.1"
},
"optionalDependencies": {
"bufferutil": "^4.0.8",
"sodium-native": "^4.3.1",
"utf-8-validate": "^6.0.5",
"zlib-sync": "^0.1.9"
},
"devDependencies": {
"@eslint/js": "^9.16.0",
"eslint": "^9.16.0",
"eslint-config-amber": "^2.0.4",
"eslint-plugin-jsonc": "^2.18.2",
"globals": "^15.13.0"
}
}