-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.12 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
{
"name": "a-discord-bots-new",
"version": "2.1.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "nodemon",
"start": "node .",
"info": "echo Programmed by !\" ╰‿╯ ᴰʸⁿᵒΔRΨΔΠ†ᶜᵒᵐᵉᵇᵃᶜᵏ#6969"
},
"keywords": [
"music bot",
"spotify music bot",
"music",
"discord bot",
"discord",
"lavalink",
"erela.js"
],
"author": "!\" ╰‿╯ ᴰʸⁿᵒΔRΨΔΠ†ᶜᵒᵐᵉᵇᵃᶜᵏ#6969",
"license": "ISC",
"dependencies": {
"@discordjs/builders": "^0.11.0",
"@discordjs/rest": "^0.2.0-canary.0",
"body-parser": "^1.19.1",
"colors": "^1.4.0",
"discord-api-types": "^0.26.1",
"discord.js": "^13.6.0",
"dotenv": "^14.2.0",
"ejs": "^3.1.6",
"erela.js": "^2.3.3",
"erela.js-filters": "^1.2.6",
"erela.js-spotify": "^1.2.0",
"express": "^4.17.2",
"express-session": "^1.17.2",
"lyrics-finder": "^21.7.0",
"memorystore": "^1.6.6",
"mongoose": "^6.1.7",
"passport": "^0.5.2",
"passport-discord": "^0.1.4",
"path": "^0.12.7",
"url": "^0.11.0",
"winston": "^3.4.0"
}
}