nodefact
Version:
Biblioteca para facturación electrónica en Perú con Node.js. Compatible con UBL 2.1 y servicios web de SUNAT.
73 lines (72 loc) • 1.68 kB
JSON
{
"name": "nodefact",
"version": "0.1.2",
"description": "Biblioteca para facturación electrónica en Perú con Node.js. Compatible con UBL 2.1 y servicios web de SUNAT.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"src/pdf/templates",
"README.md",
"LICENSE"
],
"scripts": {
"build": "tsc",
"test": "jest",
"lint": "eslint src/**/*.ts",
"prepublishOnly": "npm run build"
},
"keywords": [
"facturacion",
"electronica",
"peru",
"sunat",
"ubl",
"xml",
"firma",
"digital",
"factura-electronica",
"boleta-electronica",
"nota-credito",
"nota-debito",
"guia-remision",
"cpe"
],
"author": "NodeFact Team",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/nodefact/nodefact.git"
},
"bugs": {
"url": "https://github.com/nodefact/nodefact/issues"
},
"homepage": "https://github.com/nodefact/nodefact#readme",
"dependencies": {
"handlebars": "^4.7.8",
"jsonschema": "^1.5.0",
"pdfkit": "^0.16.0",
"qrcode": "^1.5.4",
"soap": "^1.1.8",
"twig": "^1.17.1",
"xml-crypto": "^6.0.0",
"xml2js": "^0.6.2",
"xmldom": "^0.6.0"
},
"devDependencies": {
"@types/jest": "^29.5.14",
"@types/node": "^22.13.9",
"@types/pdfkit": "^0.13.9",
"@types/qrcode": "^1.5.5",
"@types/sax": "^1.2.7",
"@types/soap": "^0.21.0",
"@types/twig": "^1.12.16",
"@types/xml-crypto": "^1.4.6",
"@types/xmldom": "^0.1.34",
"copyfiles": "^2.4.1",
"eslint": "^9.21.0",
"jest": "^29.7.0",
"ts-jest": "^29.2.6",
"typescript": "^5.8.2"
}
}