forked from Spiderjockey02/Discord-Bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.68 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "Discord_BotV12",
"version": "1.0.0",
"description": "This is my first Discord bot made using [discord.js](https://github.com/discordjs/discord.js)",
"main": "src/index.js",
"scripts": {
"start": "node ."
},
"engines": {
"node": ">=14.x",
"npm": "*"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Spiderjockey02/Discord-Bot.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Spiderjockey02/Discord-Bot/issues"
},
"homepage": "https://github.com/Spiderjockey02/Discord-Bot#readme",
"dependencies": {
"@ksoft/api": "^3.1.9",
"axios": "^0.21.1",
"canvacord": "^5.2.1",
"chalk": "^4.1.0",
"cors": "^2.8.5",
"dateformat": "^4.5.1",
"deepmerge": "^4.2.2",
"discord.js": "github:discordjs/discord.js",
"duckduckgo-images-api": "^1.0.5",
"erela.js": "^2.3.2",
"erela.js-deezer": "^1.0.5",
"erela.js-facebook": "^1.0.2",
"erela.js-spotify": "^1.2.0",
"express": "^4.17.1",
"fortnite": "^4.3.2",
"genius-lyrics-api": "^3.0.6",
"i18next": "^20.2.4",
"i18next-node-fs-backend": "^2.1.3",
"marked": "^2.0.0",
"minecraft-server-util": "^3.4.2",
"moment": "^2.29.1",
"mongoose": "^5.11.15",
"nekos.life": "^2.0.7",
"node-os-utils": "^1.3.5",
"puppeteer": "^7.1.0",
"r6api.js": "^1.6.0",
"radio-browser": "^2.1.6",
"simple-node-logger": "^18.12.24",
"string-progressbar": "^1.0.3",
"string-similarity": "^4.0.4",
"tinyurl": "^1.1.7",
"urban-dictionary": "^3.0.0",
"valid-url": "^1.0.9",
"weather-js": "^2.0.0"
},
"devDependencies": {
"eslint": "^7.29.0"
}
}