{
  "name": "sign-pdf-lib",
  "version": "2.0.3",
  "description": "Signs PDF files or just add a placeholder for signature.",
  "files": [
    "dist/src/**"
  ],
  "main": "dist/src/index.js",
  "scripts": {
    "build": "tsc",
    "test": "ts-mocha --type-check '**/*.spec.ts'",
    "test:dev": "ts-mocha --type-check -watch --watch-files='**/*.ts' '**/*.spec.ts'",
    "prepublishOnly": "tsc"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/remdra/sign-pdf-lib.git"
  },
  "author": "Remus DRAICA (remus.draica@gmail.com)",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/remdra/sign-pdf-lib/issues"
  },
  "keywords": [
    "pdf",
    "signing",
    "signature",
    "placeholder"
  ],
  "homepage": "https://github.com/remdra/sign-pdf-lib#readme",
  "dependencies": {
    "@pdf-lib/standard-fonts": "^1.0.0",
    "@pdf-lib/upng": "^1.0.1",
    "lodash": "^4.17.21",
    "node-forge": "^1.3.1",
    "pdf-lib": "npm:pdf-lib-incremental-save@^1.17.4"
  },
  "devDependencies": {
    "@types/chai": "^4.3.4",
    "@types/chai-as-promised": "^7.1.5",
    "@types/fs-extra": "^11.0.1",
    "@types/lodash": "^4.14.191",
    "@types/mocha": "^10.0.1",
    "@types/node": "^18.11.18",
    "@types/node-forge": "^1.3.1",
    "@types/pdfmake": "^0.2.2",
    "@types/stream-buffers": "^3.0.4",
    "buffer-replace": "^1.0.0",
    "chai": "^4.3.7",
    "chai-as-promised": "^7.1.1",
    "fs-extra": "^11.1.0",
    "pdfmake": "^0.2.7",
    "stream-buffers": "^3.0.2",
    "ts-mocha": "^10.0.0",
    "typescript": "^4.9.5"
  }
}
