forked from tobycm/Graffity
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 827 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 827 Bytes
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
{
"name": "graffity",
"version": "1.0.7",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"@discordjs/opus": "^0.7.0",
"@discordjs/voice": "^0.8.0",
"@distube/spotify": "^1.2.1",
"@distube/yt-dlp": "^0.0.2",
"@distube/ytdl-core": "^4.11.5",
"ascii-table": "^0.0.9",
"captcha-canvas": "^3.0.4",
"colors": "^1.4.0",
"common-tags": "^1.8.2",
"cpu-stat": "^2.0.1",
"discord.js": "^13.6.0",
"distube": "^3.3.1",
"eslint-config-prettier": "^8.3.0",
"ffmpeg-static": "^4.2.7",
"libsodium-wrappers": "^0.7.9",
"ms": "^2.1.3",
"os": "^0.1.2",
"quick.db": "^7.1.3",
"twemoji-parser": "^12.1.3",
"weather-js": "^2.0.0"
}
}