-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
38 lines (38 loc) · 870 Bytes
/
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
{
"name": "ytcog",
"version": "2.5.5",
"description": "YouTube innertube class library for node-js; session, player, searches, channels, playlists, videos and downloads.",
"main": "./lib/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/gatecrasher777/ytcog.git"
},
"dependencies": {
"ffmpeg-static": "^4.2.7",
"miniget": "^4.2.0",
"proxy-agent": "^5.0.0",
"sanitize-filename": "^1.6.3",
"vm2": "^3.9.5"
},
"keywords": [
"youtube",
"search",
"channel",
"playlist",
"video",
"innertube",
"innertubeapi",
"player",
"session",
"download",
"library",
"comments",
"subtitles"
],
"author": "gatecrasher777",
"license": "MIT",
"bugs": {
"url": "https://github.com/gatecrasher777/ytcog/issues"
},
"homepage": "https://github.com/gatecrasher777/ytcog#readme"
}