UNPKG

djf-nfe

Version:
31 lines (30 loc) 555 B
{ "name": "djf-nfe", "version": "1.8.1", "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.7.5" }, "author": "Djalma Oliveira", "license": "MIT", "dependencies": { "djf-xml": "^1.0.12" } }