facturaereader
Version:
A npm package to read Facturae XML files and extract relevant information to a JSON object.
24 lines (23 loc) • 553 B
JSON
{
"name": "facturaereader",
"version": "1.1.1",
"description": "A npm package to read Facturae XML files and extract relevant information to a JSON object.",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Christian Granado Rodríguez",
"license": "ISC",
"keywords": [
"facturae",
"xml",
"json",
"reader",
"invoices",
"parser"
],
"repository": {
"type": "git",
"url": "https://github.com/Xxamer/facturae-reader" }
}