UNPKG

@vexta-systems/node-mde

Version:

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

64 lines 1.52 kB
{ "name": "@vexta-systems/node-mde", "version": "0.15.6", "description": "Biblioteca para consultar notas e CT-e destinadas e enviar evento de manifestação do destinatário", "main": "./lib/index.js", "types": "./dist/index.d.ts", "engines": { "node": ">=20" }, "repository": { "type": "git", "url": "git+https://github.com/vexta-systems/node-mde.git" }, "keywords": [ "nfe", "cte", "sefaz", "nota", "fiscal", "evento", "manifestacao", "destinatario", "distribuicao", "dfe", "mde", "soap", "manifestacaonfe", "distribuicaodfe", "distribuicaocte", "node-mde" ], "publishConfig": { "access": "public" }, "author": "Lucas Melo <lucashpmelo94@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/@vexta-systems/node-mde/issues" }, "homepage": "https://github.com/vexta-systems/node-mde#readme", "dependencies": { "axios": "^1.8.4", "fast-xml-parser": "^5.2.0", "luxon": "^3.6.1", "node-forge": "1.3.1", "xml-crypto": "^6.1.0" }, "devDependencies": { "@types/luxon": "^3.6.2", "@types/node": "^22.14.1", "@types/node-forge": "^1.3.11", "@types/xml-crypto": "^1.4.6", "mocha": "^11.1.0", "typescript": "^5.8.3", "uglify-js": "^3.19.3" }, "scripts": { "build": "pnpm run script && pnpm run types", "script": "node ./scripts/index.js", "release": "git pull && pnpm publish", "test": "mocha", "types": "npx tsc" } }