{
  "name": "@condorhero/vuepress-plugin-export-pdf-v2",
  "type": "module",
  "version": "3.0.3",
  "description": "VuePress 2.x plugin exports a PDF 📁.",
  "author": "CondorHero",
  "license": "MIT",
  "homepage": "https://github.com/condorheroblog/vuepress-plugin-export-pdf#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/condorheroblog/vuepress-plugin-export-pdf.git",
    "directory": "packages/vuepress-plugin-export-pdf-v2"
  },
  "bugs": {
    "url": "https://github.com/condorheroblog/vuepress-plugin-export-pdf/issues"
  },
  "keywords": [
    "vuepress-plugin-export-pdf-v2",
    "vuepress-plugin-export-pdf",
    "vuepress-plugin",
    "vuepress",
    "plugin"
  ],
  "exports": {
    ".": {
      "import": "./dist/index.mjs",
      "require": "./dist/index.cjs"
    }
  },
  "main": "dist/index.cjs",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "typesVersions": {
    "*": {
      "*": [
        "./dist/*",
        "./dist/index.d.ts"
      ]
    }
  },
  "bin": {
    "press-export-pdf": "bin/press-export-pdf.mjs"
  },
  "files": [
    "bin",
    "dist"
  ],
  "engines": {
    "node": ">=14"
  },
  "peerDependencies": {
    "vuepress": ">=2.0.0-beta.49 <=2.x"
  },
  "dependencies": {
    "debug": "^4.3.4",
    "@condorhero/vuepress-plugin-export-pdf-core": "^3.0.3"
  },
  "devDependencies": {
    "@types/debug": "^4.1.12",
    "vuepress": "^2.0.0-rc.9"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  },
  "scripts": {
    "build": "unbuild",
    "dev": "esno ./src/commands/press-export-pdf.ts export ./example/vuepress-next/docs"
  }
}