-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.69 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
{
"name": "Discord_Bot",
"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 .",
"replit": "npm i --save-dev node@16 && npm config set prefix=$(pwd)/node_modules/node && export PATH=$(pwd)/node_modules/node/bin:$PATH"
},
"engines": {
"node": ">=16.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": {
"axios": "^1.3.5",
"canvacord": "^5.4.8",
"chalk": "^4.1.2",
"cors": "^2.8.5",
"dateformat": "^4.6.3",
"discord.js": "^14.9.0",
"duckduckgo-images-api": "^1.0.5",
"erela.js": "github:menudocs/erela.js#build",
"erela.js-deezer": "^1.0.5",
"erela.js-facebook": "^1.0.2",
"erela.js-spotify": "^1.2.0",
"express": "^4.17.1",
"genius-lyrics-api": "^3.0.6",
"i18next": "^22.4.14",
"i18next-node-fs-backend": "^2.1.3",
"moment": "^2.29.1",
"mongoose": "^7.0.3",
"puppeteer": "^19.8.3",
"r6api.js": "^4.0.0",
"radio-browser": "^2.2.3",
"simple-node-logger": "^21.8.12",
"string-progressbar": "^1.0.3",
"string-similarity": "^4.0.4",
"valid-url": "^1.0.9"
},
"devDependencies": {
"eslint": "^8.37.0"
},
"optionalDependencies": {
"bufferutil": "^4.0.4",
"erlpack": "github:discord/erlpack",
"utf-8-validate": "^6.0.3",
"zlib-sync": "^0.1.8"
}
}