-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
55 lines (55 loc) · 1.32 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
51
52
53
54
55
{
"name": "node-mde",
"version": "0.14.10",
"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.7.7",
"fast-xml-parser": "4.5.0",
"luxon": "^3.5.0",
"node-forge": "1.3.1",
"xml-crypto": "2.1.5"
},
"devDependencies": {
"@types/luxon": "^3.4.2",
"@types/node": "^22.7.9",
"@types/node-forge": "^1.3.11",
"@types/xml-crypto": "^1.4.6",
"mocha": "^10.7.3",
"typescript": "^5.6.3",
"uglify-js": "^3.19.3"
}
}