forked from lealhugui/node-dfe
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.12 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"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": "[email protected]"
},
"contributors": [
{
"name": "Leonardo Fioravanso",
"email": "[email protected]"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/lealhugui/node-dfe/issues"
},
"homepage": "https://github.com/lealhugui/node-dfe#readme",
"dependencies": {
"lodash": "^4.17.11",
"moment": "^2.22.2",
"node-fetch": "^2.6.7",
"sha1": "^1.1.1",
"xml-crypto": "^2.1.3",
"xml2js": "^0.4.23"
},
"devDependencies": {
"@types/node": "^14.18.26",
"@types/node-fetch": "^2.6.2",
"@types/xml2js": "^0.4.3",
"typescript": "~4.7.4"
}
}