-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.26 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
{
"name": "lycia",
"version": "0.0.1",
"description": "A robust and intuitive npm package designed for efficiently downloading streaming videos",
"main": "./src/index.js",
"keywords": [
"streaming",
"video-download",
"media",
"video-stream",
"stream-capture",
"download-manager",
"video-content",
"stream-saver",
"video-tools",
"media-streaming",
"digital-content",
"content-download",
"video-utility",
"stream-fetch",
"video-archive"
],
"author": "Think Thread",
"license": "MIT",
"bin": {
"lycia": "./src/index.js"
},
"dependencies": {
"commander": "^11.1.0",
"node-hls-downloader": "^2.2.0"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ThinkThread/lycia.git"
},
"bugs": {
"url": "https://github.com/ThinkThread/lycia/issues"
},
"homepage": "https://github.com/ThinkThread/lycia#readme",
"contributors": [
{
"name": "Harun Sokullu",
"github": "https://github.com/suphero",
"twitter": "https://twitter.com/suphero"
},
{
"name": "Muhtalip Dede",
"github": "https://github.com/muhtalipdede",
"twitter": "https://twitter.com/MuhtalipDede"
}
]
}