djf-nfe
Version:
NFe xml parser
31 lines (30 loc) • 555 B
JSON
{
"name": "djf-nfe",
"version": "1.7.2",
"description": "NFe xml parser",
"main": "src/index.js",
"scripts": {
"test": "mocha test/"
},
"keywords": [
"NFe",
"XML",
"parser",
"fluent"
],
"repository": {
"type": "git",
"url": "https://github.com/djalmaoliveira/djf-nfe.git"
},
"bugs": {
"url": "https://github.com/djalmaoliveira/djf-nfe/issues"
},
"devDependencies": {
"mocha": "^11.1.0"
},
"author": "Djalma Oliveira",
"license": "MIT",
"dependencies": {
"djf-xml": "^1.0.11"
}
}