{
  "name": "pdf2md-cli",
  "version": "1.0.0",
  "description": "Convert PDFs to Markdown from the command line — supports local files and web URLs",
  "type": "module",
  "bin": {
    "pdf2md": "bin/cli.js"
  },
  "scripts": {
    "start": "node bin/cli.js",
    "test": "echo \"No tests yet\" && exit 0"
  },
  "keywords": [
    "pdf",
    "markdown",
    "cli",
    "converter",
    "pdf-to-markdown",
    "developer-tools"
  ],
  "author": "Kevork <nexacrawl@gmail.com>",
  "license": "MIT",
  "dependencies": {
    "axios": "^1.7.2",
    "chalk": "^5.3.0",
    "commander": "^12.1.0",
    "ora": "^8.0.1",
    "pdf-parse": "^1.1.1"
  },
  "engines": {
    "node": ">=18.0.0"
  }
}
