{
  "name": "markdown-read",
  "version": "3.8.3",
  "description": "turn url or html file to markdown",
  "main": "./dist/index.js",
  "packageManager": "pnpm@10.10.0",
  "files": [
    "dist"
  ],
  "engines": {
    "node": ">=18"
  },
  "scripts": {
    "test": "vitest",
    "build": "rm -rf dist && tsc",
    "prepublishOnly": "npm run build"
  },
  "bin": {
    "markdown": "dist/cli.js"
  },
  "author": "shanyue",
  "license": "ISC",
  "dependencies": {
    "@mozilla/readability": "^0.6.0",
    "@types/jsdom": "^21.1.7",
    "@types/turndown": "^5.0.5",
    "jsdom": "^26.1.0",
    "turndown": "^7.2.0",
    "turndown-plugin-gfm": "^1.0.2"
  },
  "repository": "shfshanyue/markdown-read",
  "devDependencies": {
    "@types/yargs": "^17.0.33",
    "@vitest/coverage-v8": "^3.1.3",
    "chai": "^5.2.0",
    "mocha": "^11.2.2",
    "npm-check-updates": "^18.0.1",
    "typescript": "^5.8.3",
    "vitest": "^3.1.3",
    "yargs": "^17.7.2"
  }
}
