@kadaliao/geektime-downloader 1.0.3 → 1.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@kadaliao/geektime-downloader",
3
- "version": "1.0.3",
4
- "description": "极客时间专栏文章批量下载工具 - 支持一键下载整个专栏为PDF",
3
+ "version": "1.1.1",
4
+ "description": "极客时间专栏文章批量下载工具 - 支持一键下载整个专栏为PDF或EPUB",
5
5
  "type": "module",
6
6
  "main": "download.js",
7
7
  "bin": {
@@ -16,6 +16,8 @@
16
16
  "geektime",
17
17
  "downloader",
18
18
  "pdf",
19
+ "epub",
20
+ "ebook",
19
21
  "crawler",
20
22
  "极客时间"
21
23
  ],
@@ -32,6 +34,7 @@
32
34
  "@lillallol/outline-pdf": "^4.0.0",
33
35
  "chalk": "^5.3.0",
34
36
  "commander": "^11.1.0",
37
+ "epub-gen-memory": "^1.1.2",
35
38
  "ora": "^8.0.1",
36
39
  "pdf-lib": "^1.17.1",
37
40
  "playwright": "^1.40.0"