-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 955 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
{
"dependencies": {
"@discordjs/rest": "^2.4.0",
"discord-api-types": "^0.37.100",
"discord.js": "^14.16.3",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"glob": "^11.0.0",
"lint": "^0.8.19",
"loadash": "^1.0.0",
"mysql": "^2.18.1",
"punycode": "^2.3.1",
"request": "^2.88.2",
"ws": "^8.18.0"
},
"name": "dc-bot",
"version": "1.55.59",
"main": "index.js",
"devDependencies": {
"eslint": "^9.9.0"
},
"_moduleAliases": {
"@functions": "functions"
},
"scripts": {
"Bot1": "node src/Bots/Bot1/index.js",
"Bot2": "node src/Bots/Bot2/index.js",
"testbot": "node src/Bots/testbot/index.js",
"all": "node src/Bots/Bot2/index.js & node src/Bots/Bot1/index.js"
},
"author": "",
"license": "ISC",
"directories": {
"test": "test"
},
"description": ""
}