{
  "name": "osodreamer-sri-xml-signer",
  "version": "0.2.1",
  "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/JoseGusnay/osodreamer-sri-xml-signer.git"
  },
  "bugs": {
    "url": "https://github.com/JoseGusnay/osodreamer-sri-xml-signer/issues"
  },
  "homepage": "https://github.com/JoseGusnay/osodreamer-sri-xml-signer#readme",
  "scripts": {
    "build": "tsup",
    "prepublishOnly": "npm run build && npm test",
    "dev": "nodemon --watch src -e ts,json --exec \"tsup\"",
    "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",
    "nodemon": "^3.1.13",
    "prettier": "^3.5.3",
    "ts-jest": "^29.4.0",
    "tsup": "^8.5.1",
    "typescript": "^5.8.3"
  },
  "dependencies": {
    "@xmldom/xmldom": "^0.9.8",
    "node-forge": "^1.3.1",
    "soap": "^1.1.12",
    "xml2js": "^0.6.2"
  }
}
