{
  "name": "pdf-digital-signer",
  "version": "2.0.2",
  "description": "A JavaScript PDF digital signer with certificate A1 ICP-Brasil",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "tsc",
    "publish": "npm run build && npm publish --access public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ilannildo/signer-pdf.git"
  },
  "author": "Ilannildo Viana",
  "license": "MIT",
  "keywords": [
    "sign",
    "pdf",
    "esign",
    "adobe",
    "digital signature",
    "ecpf",
    "ecnpj",
    "cnpj",
    "cpf",
    "a1",
    "icp",
    "icp-brasil",
    "brasil"
  ],
  "devDependencies": {
    "@types/node": "^20.11.24",
    "@types/node-forge": "^1.3.11",
    "typescript": "^5.3.3"
  },
  "dependencies": {
    "node-forge": "^1.3.1",
    "png-js": "^1.0.0"
  },
  "exports": {
    ".": "./dist/index.js"
  },
  "typesVersions": {
    "*": {
      ".": [
        "dist/index.d.ts"
      ]
    }
  }
}
