epub-to-pdf-cli 1.0.5 → 1.0.6

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.
Files changed (2) hide show
  1. package/README.md +6 -1
  2. package/package.json +8 -5
package/README.md CHANGED
@@ -1,4 +1,9 @@
1
- # 📘 epub-to-pdf-cli
1
+ ![npm](https://img.shields.io/npm/v/epub-to-pdf-cli)
2
+ ![npm](https://img.shields.io/npm/dt/epub-to-pdf-cli)
3
+ ![license](https://img.shields.io/npm/l/epub-to-pdf-cli)
4
+ ![node](https://img.shields.io/node/v/epub-to-pdf-cli)
5
+
6
+ # 📘 EPUB to PDF CLI – Convert EPUB files to PDF using Calibre.
2
7
 
3
8
  A simple and reliable **EPUB → PDF converter** using **Calibre**.
4
9
  Works as both a **CLI tool** and a **Node.js library**.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "epub-to-pdf-cli",
3
- "version": "1.0.5",
4
- "description": "Convert EPUB files to PDF using Calibre (CLI tool)",
3
+ "version": "1.0.6",
4
+ "description": "CLI tool to convert EPUB to PDF using Calibre. Works with npx and global install.",
5
5
  "type": "module",
6
6
  "bin": {
7
7
  "epub2pdf": "./bin/cli.js"
@@ -15,11 +15,14 @@
15
15
  ],
16
16
  "keywords": [
17
17
  "epub",
18
+ "epub-to-pdf",
18
19
  "pdf",
19
- "converter",
20
- "calibre",
21
20
  "ebook",
22
- "cli"
21
+ "ebook-converter",
22
+ "calibre",
23
+ "ebook-convert",
24
+ "cli",
25
+ "npx"
23
26
  ],
24
27
  "author": "Suraj Sutar",
25
28
  "license": "MIT",