-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.13 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
{
"name": "webmanagebot",
"version": "1.2.1",
"description": "another discordjs bot",
"main": "index.ts",
"scripts": {
"start": "node index.ts",
"lint": "eslint .",
"lintf": "eslint . --fix"
},
"keywords": [
"discord-bot",
"discordjs",
"WebManageBot"
],
"author": "VenomousSteam81",
"license": "ISC",
"dependencies": {
"@discordjs/builders": "0.13.0",
"@discordjs/rest": "0.4.1",
"@iamtraction/google-translate": "^1.1.2",
"@keyv/mongo": "^2.1.6",
"ascii-table": "^0.0.9",
"child_process": "^1.0.2",
"colors": "^1.4.0",
"common-tags": "^1.8.0",
"discord-api-types": "0.33.0",
"discord-error-handler": "VenomousSteam81/discord-error-handler-new",
"discord.js": "^13.15.1",
"dotenv": "^16.0.0",
"eslint": "^8.0.1",
"express": "^4.17.1",
"figlet": "^1.5.2",
"form-data": "^4.0.0",
"glob": "^7.1.7",
"moment": "^2.29.1",
"ms": "^2.1.3",
"node-os-utils": "^1.3.5",
"simply-djs": "3.0.2",
"twemoji-parser": "^13.1.0",
"undici": "^5.11.0"
},
"devDependencies": {
"libcurl.js": "^0.1.2",
"typescript": "^5.2.2"
}
}