{
  "name": "pdf-qdf-source-edit",
  "version": "0.1.2",
  "description": "Inspect and patch qpdf QDF page text source programs.",
  "type": "module",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/RabbitHols/pdf-qdf-source-edit.git"
  },
  "bugs": {
    "url": "https://github.com/RabbitHols/pdf-qdf-source-edit/issues"
  },
  "homepage": "https://github.com/RabbitHols/pdf-qdf-source-edit#readme",
  "scripts": {
    "test": "node tests/package.test.mjs"
  },
  "exports": {
    ".": {
      "types": "./src/index.d.ts",
      "import": "./src/index.js"
    },
    "./node": {
      "types": "./src/node.d.ts",
      "import": "./src/node.js"
    }
  },
  "types": "./src/index.d.ts",
  "files": [
    "src",
    "README.md",
    "CHANGELOG.md",
    "LICENSE"
  ],
  "keywords": [
    "pdf",
    "qdf",
    "qpdf",
    "content-stream",
    "pdf-parser",
    "pdf-text"
  ],
  "dependencies": {
    "qpdf-run": "^0.2.0"
  }
}
