-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 996 Bytes
/
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
{
"name": "chii",
"version": "2.6.0",
"description": "SoulWorker Chii at your service-nya!",
"main": "chii.js",
"dependencies": {
"@discordjs/opus": "^0.9.0",
"booru": "^2.6.3",
"canvas": "^2.11.2",
"cheerio": "^1.0.0-rc.10",
"discord.js": "^12.5.3",
"discord.js-commando": "git+https://github.com/discordjs/Commando.git",
"ffmpeg-static": "^4.4.0",
"node-fetch": "^2.6.7",
"request": "^2.88.2",
"yt-search": "^2.10.2",
"ytdl-core": "^4.11.2",
"ytdl-core-discord": "^1.3.1"
},
"devDependencies": {
"node": "^16.19.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Mnemos-Parasynthima/Chii.git"
},
"keywords": [],
"author": "Mnemos-Parasynthima",
"license": "MIT",
"bugs": {
"url": "https://github.com/Mnemos-Parasynthima/Chii/issues"
},
"homepage": "https://github.com/Mnemos-Parasynthima/Chii#readme"
}