-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
42 lines (42 loc) · 1.02 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
{
"name": "littlecow",
"description": "哞!我是一個多功能的Discord機器人!",
"version": "0.3.9",
"scripts": {
"start": "node ."
},
"repository": {
"type": "git",
"url": "https://github.com/LittleCow-moo/Discord.git"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/LittleCow-moo/Discord/issues"
},
"dependencies": {
"@discordjs/builders": "latest",
"@discordjs/opus": "^0.9.0",
"@discordjs/voice": "latest",
"@hizollo/games": "latest",
"cbmc-js": "latest",
"chalk": "4.x",
"discord-player": "^6.6.2",
"discord-screenshot": "latest",
"discord.js": "14.x",
"dotenv": "latest",
"google-translate-api-x": "^10.7.1",
"koa": "latest",
"lyrics-finder": "latest",
"mcsrv": "latest",
"moment": "latest",
"os-utils": "latest",
"play-dl": "latest",
"qrcode": "latest",
"request": "latest",
"serverline": "latest",
"shortlib": "latest",
"tweetnacl": "latest",
"uuid": "latest",
"xml-js": "latest"
}
}