{
  "name": "@qlever-llc/verify-pdf",
  "version": "3.0.1",
  "description": "verify pdf files in JS",
  "main": "./lib/index.js",
  "types": "./dist/index.d.ts",
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./lib/index.js"
    },
    "./certificateAuthorities": {
      "types": "./dist/helpers/certificateAuthorities.d.ts",
      "default": "./lib/helpers/certificateAuthorities.js"
    }
  },
  "engines": {
    "node": ">=22.15.0"
  },
  "scripts": {
    "build": "yarn tsc -b",
    "clean": "yarn build --clean",
    "prepare": "yarn build",
    "test:coverage": "yarn test --coverage",
    "test:watch": "yarn test --watch",
    "test": "yarn node --experimental-vm-modules $(yarn bin jest)"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/qlever-llc/verify-pdf.git"
  },
  "keywords": [
    "pdf",
    "signature",
    "digital signature",
    "node",
    "nodejs",
    "verify"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/qlever-llc/verify-pdf/issues"
  },
  "homepage": "https://github.com/qlever-llc/verify-pdf#readme",
  "contributors": [
    {
      "name": "Mohammed Essehemy",
      "url": "https://github.com/MohammedEssehemy"
    }
  ],
  "dependencies": {
    "node-forge": "^1.3.2"
  },
  "devDependencies": {
    "@biomejs/biome": "^2.3.8",
    "@jest/globals": "^30.2.0",
    "@signpdf/placeholder-pdfkit010": "^3.2.5",
    "@signpdf/signer-p12": "^3.2.4",
    "@signpdf/signpdf": "^3.2.5",
    "@tsconfig/node22": "^22.0.5",
    "@types/node": "^24.10.1",
    "@types/node-forge": "^1.3.14",
    "@types/pdfkit": "^0.10.0",
    "is-ci": "^4.1.0",
    "jest": "^30.2.0",
    "node-signpdf": "^3.0.0",
    "pdfkit": "0.10.0",
    "typescript": "^5.9.3"
  },
  "packageManager": "yarn@4.12.0"
}