osodreamer-sri-xml-signer
Version:
Genera, firma, valida y autoriza comprobantes electrónicos XML para el SRI de Ecuador con certificados digitales (.p12) y estándar XAdES-BES.
83 lines (82 loc) • 2.14 kB
JSON
{
"name": "osodreamer-sri-xml-signer",
"version": "0.0.9",
"description": "Genera, firma, valida y autoriza comprobantes electrónicos XML para el SRI de Ecuador con certificados digitales (.p12) y estándar XAdES-BES.",
"author": {
"name": "Jose Gusñay",
"email": "jcjunior308@gmail.com",
"url": "https://www.linkedin.com/in/jose-segundo-gus%C3%B1ay-cela-770906181"
},
"license": "MIT",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"files": ["dist"],
"exports": {
".": {
"import": "./dist/index.mjs",
"require": "./dist/index.js"
}
},
"repository": {
"type": "git",
"url": "https://github.com/YueYuuta/osodreamer-sri-xml-signer.git"
},
"bugs": {
"url": "https://github.com/YueYuuta/osodreamer-sri-xml-signer/issues"
},
"homepage": "https://github.com/YueYuuta/osodreamer-sri-xml-signer#readme",
"scripts": {
"build": "tsup src/index.ts --format cjs,esm --dts --tsconfig tsconfig.json",
"dev": "tsup src/index.ts --format cjs,esm --dts --tsconfig tsconfig.json --watch",
"test": "jest",
"test:coverage": "jest --coverage"
},
"keywords": [
"xml",
"sign",
"signer",
"firma",
"firma-electronica",
"certificado-digital",
"xades",
"xades-bes",
"xades-epes",
"xml-dsig",
"xml-signer",
"comprobante-electronico",
"factura-electronica",
"comprobantes-sri",
"e-factura",
"e-invoice",
"sri",
"ecuador",
"anexo3",
"anexo21",
"anexo22",
"p12",
"soap",
"validar-comprobante",
"autorizar-comprobante",
"nodejs",
"typescript",
"nestjs",
"osodreamer"
],
"devDependencies": {
"@types/jest": "^30.0.0",
"@types/node": "^24.0.1",
"eslint": "^9.29.0",
"jest": "^30.0.3",
"prettier": "^3.5.3",
"ts-jest": "^29.4.0",
"tsup": "^8.5.0",
"typescript": "^5.8.3"
},
"dependencies": {
"@xmldom/xmldom": "^0.9.8",
"node-forge": "^1.3.1",
"soap": "^1.1.12",
"xml2js": "^0.6.2"
}
}