-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) Β· 1.44 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
{
"name": "youtify",
"version": "10.1.4Sb",
"description": " π§YouTifyβ’ πͺπ΄ ππͺπ΄π€π°π³π₯ YouTube+SoundCloud+Spotify ππΆπ΄πͺπ€ ππ°π΅ π£πΆπͺππ΅ πΈπͺπ΅π© ππͺπ΄π€π°π³π₯.π«π΄ π’π―π₯ π©π’π΄ Cool Audio Filters Pre-Built.ββππ±π°π΅πͺπ§πΊ πͺπ΄ πͺπ― π©π¦π’π·πΊ π£π¦π΅π’ π΄π΅π’π¨π¦ββ ",
"author": "Krakinz",
"private": true,
"homepage": "https://github.com/Krakinz/YouTify",
"repository": {
"type": "git",
"url": "git+https://github.com/Krakinz/YouTify.git"
},
"bugs": {
"url": "https://github.com/Krakinz/YouTify/issues"
},
"engines": {
"node": "14.x"
},
"dependencies": {
"@discordjs/collection": "^0.1.6",
"@discordjs/form-data": "^3.0.1",
"@discordjs/opus": "*",
"abort-controller": "^3.0.0",
"chalk": "*",
"dotenv": "^10.0.0",
"ffmpeg-static": "*",
"lyrics-finder": "^21.7.0",
"node-fetch": "^2.6.1",
"nodemon": "^2.0.13",
"pretty-ms": "^7.0.1",
"prism-media": "^1.2.9",
"setimmediate": "^1.0.5",
"soundcloud-scraper": "^4.0.3",
"spotify-url-info": "^2.2.0",
"tweetnacl": "^1.0.3",
"ws": "^7.4.4",
"youtube-sr": "^3.0.0",
"ytdl-core": "^4.4.5"
}
}