{
  "name": "node-qpdf2",
  "version": "6.0.0",
  "description": "A Content Preserving transformations on PDFs wrapped around QPDF",
  "keywords": [
    "pdf",
    "qpdf",
    "password protect",
    "password protect pdf",
    "pdf encryption",
    "pdf decryption",
    "encrypt",
    "dcrypt",
    "aes",
    "rc4",
    "aes-256",
    "aes-128",
    "rc4-128",
    "rc4-40"
  ],
  "homepage": "https://github.com/Sparticuz/node-qpdf2",
  "bugs": {
    "url": "https://github.com/Sparticuz/node-qpdf2/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Sparticuz/node-qpdf2.git"
  },
  "license": "MIT",
  "author": "Kyle McNally <kyle@kmcnally.net>",
  "type": "module",
  "exports": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "scripts": {
    "build": "tsc -p tsconfig.build.json",
    "lint": "eslint --ignore-path .gitignore '**/*.[jt]s'",
    "test": "c8 --reporter=lcov --reporter=text --all --include=src ava test/ --timeout=30s"
  },
  "ava": {
    "extensions": {
      "ts": "module"
    },
    "nodeArguments": [
      "--loader=tsx/esm"
    ]
  },
  "devDependencies": {
    "@ianvs/prettier-plugin-sort-imports": "^4.1.1",
    "@rushstack/eslint-patch": "^1.5.1",
    "@sparticuz/eslint-config": "^7.4.8",
    "@tsconfig/node18": "^18.2.2",
    "@tsconfig/strictest": "^2.0.2",
    "@types/node": "^18.18.6",
    "ava": "^5.3.1",
    "c8": "^8.0.1",
    "eslint": "^8.51.0",
    "prettier": "^3.0.3",
    "ts-node": "^10.9.1",
    "tsx": "^3.14.0",
    "typescript": "^5.2.2"
  },
  "engines": {
    "node": ">=16"
  }
}
