pdf-signer-brazil
Version:
A JavaScript PDF signer with certificate A1 ICP-Brasil for NodeJS.
76 lines (75 loc) • 1.72 kB
JSON
{
"name": "pdf-signer-brazil",
"version": "3.0.2",
"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/willmdrs/pdf-signer-brazil.git"
},
"author": "",
"license": "MIT",
"keywords": [
"sign",
"pdf",
"esign",
"adobe",
"digital signature",
"ecpf",
"ecnpj",
"cnpj",
"cpf",
"a1",
"icp",
"icp-brasil",
"brasil"
],
"bugs": {
"url": "https://github.com/willmdrs/pdf-signer-brazil.git/issues"
},
"homepage": "https://github.com/willmdrs/pdf-signer-brazil.git#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"
}
}