UNPKG

pdf-signer-agetec

Version:

A JavaScript PDF signer with certificate A1 ICP-Brasil for NodeJS.

76 lines (75 loc) 1.72 kB
{ "name": "pdf-signer-agetec", "version": "4.3.0", "description": "A JavaScript PDF signer with certificate A1 ICP-Brasil for NodeJS.", "main": "dist/sign.js", "dependencies": { "node-forge": "^0.8.2", "png-js": "1.0.0", "rimraf": "^3.0.2", "typescript": "^3.7.2" }, "devDependencies": { "@types/jest": "^24.0.18", "@types/node-forge": "^0.9.1", "jest": "^24.8.0", "ts-jest": "^24.0.2" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "rimraf dist && tsc", "publish:patch": "npm version patch && npm run build && npm publish", "publish:major": "npm version major && npm run build && npm publish", "publish:minor": "npm version minor && npm run build && npm publish" }, "repository": { "type": "git", "url": "git+https://github.com/anderpaulino/pdf-signer-agetec" }, "author": "", "license": "MIT", "keywords": [ "sign", "pdf", "esign", "adobe", "digital signature", "ecpf", "ecnpj", "cnpj", "cpf", "a1", "icp", "icp-brasil", "brasil" ], "bugs": { "url": "https://github.com/anderpaulino/pdf-signer-agetec/issues" }, "homepage": "https://github.com/anderpaulino/pdf-signer-agetec#readme", "jest": { "globals": { "ts-jest": { "diagnostics": false } }, "moduleFileExtensions": [ "ts", "tsx", "js", "jsx", "json", "node" ], "rootDir": "src", "testRegex": ".spec.ts$", "transform": { "^.+\\.(t|j)s$": "ts-jest" }, "collectCoverageFrom": [ "**/*.(t|j)s" ], "coverageDirectory": "../coverage", "testEnvironment": "node" } }