-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
61 lines (61 loc) · 1.66 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
61
{
"name": "xurumin",
"version": "1.9.4",
"description": "A simple discord bot that plays music, playlists, radio, podcasts and memes!",
"main": "./src/bot.js",
"scripts": {
"start": "node ./src/shard.js",
"dev": "nodemon ./src/shard.js",
"heroku-postbuild": "npm install && npm run build",
"lint": "npx eslint src/"
},
"engines": {
"node": "16.6.0"
},
"author": "jônatas araujo <jonatasaraujofx@gmail.com>",
"license": "ISC",
"dependencies": {
"@discordjs/opus": "^0.7.0",
"@discordjs/voice": "^0.8.0",
"@sentry/node": "^6.17.4",
"@sentry/tracing": "^6.17.4",
"@top-gg/sdk": "^3.1.3",
"axios": "^0.25.0",
"canvas": "^2.9.0",
"cheerio": "^1.0.0-rc.10",
"colors": "^1.4.0",
"cross-blob": "^3.0.1",
"dblapi.js": "^2.4.1",
"discord.js": "^13.6.0",
"dotenv": "^16.0.0",
"ffmpeg-static": "^4.4.1",
"ffprobe-static": "^3.0.0",
"firebase-admin": "^10.0.2",
"fluent-ffmpeg": "^2.1.2",
"fs-extra": "^10.0.0",
"libsodium-wrappers": "^0.7.9",
"m3u8stream": "^0.8.6",
"ms": "^2.1.3",
"newrelic": "^8.7.1",
"node-fetch": "^3.2.0",
"nodemon": "^2.0.15",
"opusscript": "^0.0.8",
"pidusage": "^3.0.0",
"prism-media": "^1.3.2",
"solenolyrics": "^5.0.0",
"spotify-web-api-node": "^5.0.2",
"tar": ">=6.1.11",
"twitch-m3u8": "^1.1.5",
"twitter": "^1.7.1",
"xml2js": "^0.4.23",
"ytdl-core": "^4.10.1",
"ytpl": "^2.2.3",
"ytsr": "^3.6.0"
},
"devDependencies": {
"css-what": ">=6.0.1",
"eslint": "^8.8.0",
"normalize-url": ">=7.0.3",
"ws": ">=8.4.2"
}
}