-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.53 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
{
"name": "topebot",
"version": "1.2.0",
"description": "C'est la vie, mon ami, agora no github",
"main": "bot.js",
"scripts": {
"start": "node bot.js",
"upload": "node deploy-commands.js",
"dev": "nodemon bot.js",
"lint": "npx eslint .",
"lint:fix": "npm run lint -- --fix",
"format": "npm run lint:fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GocasPT/TopeBot-Discord.js.git"
},
"keywords": [
"Tope",
"DiscordBot",
"TopeBot"
],
"author": "Guilherme Camacho",
"license": "ISC",
"bugs": {
"url": "https://github.com/GocasPT/TopeBot-Discord.js/issues"
},
"homepage": "https://github.com/GocasPT/TopeBot-Discord.js#readme",
"dependencies": {
"@discordjs/builders": "^1.4.0",
"@discordjs/opus": "^0.9.0",
"@discordjs/rest": "^1.1.0",
"@discordjs/voice": "^0.14.0",
"@distube/soundcloud": "^1.2.2",
"@distube/spotify": "^1.4.2",
"@distube/yt-dlp": "^1.1.3",
"@napi-rs/canvas": "^0.1.34",
"@sapphire/time-utilities": "^1.7.6",
"colorette": "^2.0.19",
"discord-api-types": "^0.37.10",
"discord.js": "^14.3.0",
"distube": "^4.0.3",
"ffmpeg-static": "^5.1.0",
"humanize-duration": "^3.28.0",
"libsodium-wrappers": "^0.7.10",
"mysql": "^2.18.1",
"node-os-utils": "^1.3.7",
"nodemon": "^2.0.19",
"string-progressbar": "^1.0.4"
},
"devDependencies": {
"eslint": "^8.33.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-prettier": "^4.2.1",
"prettier": "2.8.3"
}
}