{
  "name": "@pdfsmaller/pdf-encrypt",
  "version": "1.0.2",
  "description": "Full-featured PDF encryption with AES-256 and RC4 128-bit support. Built for browsers, Node.js, and edge environments. Powers PDFSmaller.com's encryption.",
  "type": "commonjs",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.mjs",
      "require": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "node build.js",
    "test": "node test.js",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "pdf",
    "encryption",
    "pdf-encryption",
    "AES-256",
    "AES",
    "RC4",
    "128-bit",
    "256-bit",
    "password-protection",
    "pdf-security",
    "cloudflare",
    "edge",
    "workers",
    "browser",
    "pdf-lib",
    "pdfsmaller"
  ],
  "author": "PDFSmaller.com <hello@pdfsmaller.com> (https://pdfsmaller.com)",
  "homepage": "https://pdfsmaller.com",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/smither777/pdf-encrypt.git"
  },
  "bugs": {
    "url": "https://github.com/smither777/pdf-encrypt/issues"
  },
  "license": "MIT",
  "engines": {
    "node": ">=18.0.0"
  },
  "peerDependencies": {
    "pdf-lib": "^1.17.1"
  },
  "devDependencies": {
    "pdf-lib": "^1.17.1"
  }
}
