-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·40 lines (40 loc) · 929 Bytes
/
Copy pathpackage.json
File metadata and controls
executable file
·40 lines (40 loc) · 929 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
34
35
36
37
38
39
40
{
"name": "bk",
"version": "1.1.27",
"description": "Download bilibili videos;B站视频下载;支持新版BV号;支持分P及一键多P下载;支持多质量选择;",
"main": "app.js",
"scripts": {
"test": "echo \"no test.\""
},
"preferGlobal": "true",
"bin": {
"bk": "app.js"
},
"author": "Keel",
"license": "MIT",
"keywords": [
"bilibili",
"bili",
"video",
"download"
],
"repository": {
"type": "git",
"url": "git+https://github.com/keel/bk.git"
},
"bugs": {
"url": "https://github.com/keel/bk/issues"
},
"homepage": "https://github.com/keel/bk#readme",
"dependencies": {
"bc-dlp": "^2.0.0",
"fluent-ffmpeg": "^2.1.2",
"ktool": "^1.0.107",
"progress-estimator": "^0.3.1",
"progress-stream": "^2.0.0",
"readline-sync": "^1.4.10",
"single-line-log": "^1.1.2",
"youtube-dl": "^3.5.0",
"youtube-dl-exec": "^2.5.8"
}
}