node-dfe
Version:
Geração e integração de NF-e/NFC-e para node.js
54 lines (53 loc) • 1.22 kB
JSON
{
"name": "node-dfe",
"version": "0.0.25",
"description": "Geração e integração de NF-e/NFC-e para node.js",
"main": "lib/index.js",
"scripts": {
"test": "npm run build && node test.js",
"build": "tsc",
"cxsd": "cxsd",
"dev": "ts-node-dev --respawn ./src/index.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lealhugui/node-dfe.git"
},
"keywords": [
"nfe",
"nfce",
"sefaz"
],
"author": {
"name": "Guilherme Leal",
"email": "lealhugui@gmail.com"
},
"contributors": [
{
"name": "Leonardo Fioravanso",
"email": "leonardohf28@gmail.com"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/lealhugui/node-dfe/issues"
},
"homepage": "https://github.com/lealhugui/node-dfe#readme",
"dependencies": {
"@types/node": "^12.11.1",
"cxsd": "^0.1.1",
"debug": "^4.1.0",
"lodash": "^4.17.11",
"moment": "^2.22.2",
"request": "^2.88.0",
"sha1": "^1.1.1",
"xml-crypto": "^1.2.0",
"xml2js": "0.4.19"
},
"devDependencies": {
"@types/xml2js": "0.4.3",
"@types/request": "^2.48.1",
"ts-node-dev": "^1.0.0-pre.44",
"typescript": "^3.1.6"
}
}