{
  "name": "pdfix-sdk",
  "version": "9.1.0",
  "description": "Take the full control over the PDF documents with PDFix SDK. Leverage the advantages of the PDFix SDK WebAssembly build for use in both Node.js and web applications",
  "main": "index.js",
  "scripts": {
    "test": "jest",
    "get-web-package": "node get_web_package.js"
  },
  "author": "PDFix",
  "license": "SEE LICENSE IN LICENSE",
  "licenseUrl": "http://pdfix.net/terms",
  "types": "./index.d.ts",
  "devDependencies": {
    "@types/jest": "^29.5.6",
    "@types/node": "^20.8.7",
    "jest": "^29.7.0",
    "ts-jest": "^29.1.1"
  },
  "keywords": [
    "pdfix",
    "pdf",
    "accessibility",
    "remediation",
    "extraction",
    "html",
    "conversion",
    "watermark",
    "redact",
    "sign",
    "forms",
    "pdf to html",
    "extract data from pdf",
    "pdf sdk",
    "render pdf",
    "pdf to json",
    "pdf to text",
    "ocr",
    "pdf to xml",
    "add tags to pdf",
    "pdf library"
  ]
}
