-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 807 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 807 Bytes
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
{
"name": "gcat",
"version": "1.0.0",
"description": "G Cat in Discord.js",
"main": "bot.js",
"scripts": {
"bot": "clear && node bot.js",
"command": "clear && node deploy-commands.js",
"full": "clear && node deploy-commands.js && node bot.js"
},
"keywords": [
"G Cat",
"Project CSJ Gamers"
],
"author": "友人S & 金桔",
"license": "GPL-3.0",
"dependencies": {
"@discordjs/builders": "^0.11.0",
"@discordjs/rest": "^0.2.0-canary.0",
"@discordjs/voice": "^0.7.5",
"discord-api-types": "^0.26.1",
"discord.js": "^13.5.0",
"dotenv": "^10.0.0",
"mysql": "^2.18.1",
"node-color-log": "^7.0.0"
},
"devDependencies": {
"eslint": "^8.6.0",
"eslint-config-google": "^0.14.0",
"nodemon": "^2.0.15"
},
"os": ["linux"]
}