{
  "name": "epub-to-pdf-cli",
  "version": "1.1.24",
  "description": "CLI tool to convert EPUB to PDF using Calibre. Works with npx and global install.",
  "type": "module",
  "bin": {
    "epub2pdf": "./bin/cli.js"
  },
  "main": "src/index.js",
  "files": [
    "bin",
    "src",
    "scripts",
    "README.md"
  ],
  "keywords": [
    "epub",
    "epub-to-pdf",
    "pdf",
    "ebook",
    "ebook-converter",
    "calibre",
    "ebook-convert",
    "cli",
    "npx",
    "epub to pdf",
    "epub pdf converter",
    "epub to pdf cli",
    "node epub to pdf",
    "calibre epub",
    "ebook converter",
    "ebook epub pdf",
    "epub pdf linux",
    "epub pdf mac",
    "epub pdf windows",
    "epub cli tool"
  ],
  "author": "Suraj Sutar",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/surajsutar7/epub-to-pdf-cli.git"
  },
  "bugs": {
    "url": "https://github.com/surajsutar7/epub-to-pdf-cli/issues"
  },
  "homepage": "https://github.com/surajsutar7/epub-to-pdf-cli#readme",
  "scripts": {
    "prepublishOnly": "node scripts/prepublish.js",
    "test": "node test.js",
    "release": "standard-version",
    "release:dry": "standard-version --dry-run"
  },
  "engines": {
    "node": ">=18"
  },
  "devDependencies": {
    "standard-version": "^9.5.0"
  },
  "dependencies": {}
}
