-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
46 lines (46 loc) · 1.42 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
{
"name": "paradise-bot",
"version": "1.0.0",
"description": "<img width=\"200\" height=\"200\" align=\"left\" style=\"float: left; margin: 0 10px 0 0;\" alt=\"Pogy\" src=\"https://cdn.discordapp.com/avatars/870778492999061524/6da3d6e2b9ad80463fb18ae399599d8d.png?size=256\">",
"main": "src/index.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon src/index.ts"
},
"keywords": [],
"authors": "LoopyChimp and Chopkeys",
"license": "ISC",
"dependencies": {
"@discordjs/opus": "^0.7.0",
"@discordjs/voice": "^0.8.0",
"@koenie06/discord.js-music": "^1.3.0",
"axios": "^0.26.1",
"canvas": "^2.9.0",
"discord-blackjack": "^4.0.0",
"discord-together": "^1.3.3",
"discord.js": "^13.6.0",
"events": "^3.3.0",
"ffmpeg-static": "^5.0.0",
"humanize-duration": "^3.27.1",
"libsodium-wrappers": "^0.7.10",
"mongoose": "^6.2.6",
"node-schedule": "^2.1.0",
"nodemon": "^2.0.15",
"ts-node": "^10.7.0",
"wokcommands": "^1.5.3",
"yt-search": "^2.10.3",
"ytdl-core": "^4.11.0"
},
"devDependencies": {
"@types/node-schedule": "^1.3.2",
"typescript": "^4.4.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ParadiseB0t/Paradise-Bot.git"
},
"bugs": {
"url": "https://github.com/ParadiseB0t/Paradise-Bot/issues"
},
"homepage": "https://github.com/ParadiseB0t/Paradise-Bot#readme"
}