-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
53 lines (53 loc) · 1.39 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
{
"main": "./src/index.mjs",
"type": "module",
"name": "deezcord-music-bot",
"prisma": {
"schema": "./src/data/prisma/schema.prisma"
},
"description": "Official Repository for the Community Deezer Music Power Bot.",
"version": "1.0.0",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node .",
"init": "npm install && node ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/Tomato6966/deezcord-music-bot.git"
},
"keywords": [
"Discord",
"Music",
"Bot",
"Deezer",
"DeezerMusicPower",
"Deezcord",
"Audio",
"Discordjs"
],
"author": "Tomato6966 & fb-sean",
"license": "MIT",
"bugs": {
"url": "https://github.com/Tomato6966/deezcord-music-bot/issues"
},
"homepage": "https://github.com/Tomato6966/deezcord-music-bot#readme",
"dependencies": {
"@fastify/cookie": "^8.3.0",
"@fastify/passport": "^2.2.0",
"@fastify/session": "^10.0.2",
"@prisma/client": "^4.5.0",
"discord-hybrid-sharding": "github:meister03/discord-hybrid-sharding",
"discord.js": "^14.6.0",
"dotenv": "^16.0.3",
"erela.js": "github:Tomato6966/erela.js",
"fastify": "^4.9.2",
"genius-lyrics": "^4.4.0",
"i18n": "^0.15.1",
"node-fetch": "^3.2.10",
"node-os-utils": "^1.3.7",
"passport-discord": "^0.1.4",
"prisma": "^4.5.0",
"puppeteer": "^19.2.0"
}
}