UNPKG

node-mde

Version:

Biblioteca para consultar notas destinadas e enviar evento de manifestação do destinatário

56 lines (55 loc) 1.41 kB
{ "name": "node-mde", "version": "0.14.11", "description": "Biblioteca para consultar notas destinadas e enviar evento de manifestação do destinatário", "main": "./lib/index.js", "types": "./dist/index.d.ts", "scripts": { "build": "npm run script && npm run types", "script": "node ./scripts/index.js", "release": "git pull && npm publish", "test": "mocha", "types": "npx tsc" }, "repository": { "type": "git", "url": "git+https://github.com/lucashpmelo/node-mde.git" }, "keywords": [ "nfe", "sefaz", "nota", "fiscal", "evento", "manifestacao", "destinatario", "distribuicao", "dfe", "mde", "soap", "manifestacaonfe", "distribuicaodfe" ], "author": "Lucas Melo <lucashpmelo94@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/lucashpmelo/node-mde/issues" }, "homepage": "https://github.com/lucashpmelo/node-mde#readme", "dependencies": { "axios": "1.8.3", "fast-xml-parser": "4.5.3", "luxon": "^3.5.0", "node-forge": "1.3.1", "xml-crypto": "2.1.6" }, "devDependencies": { "@types/luxon": "^3.4.2", "@types/node": "^22.13.10", "@types/node-forge": "^1.3.11", "@types/xml-crypto": "^1.4.6", "mocha": "^10.8.2", "typescript": "^5.8.2", "uglify-js": "^3.19.3" } }