forked from HenriqueTardivo/xml_to_danfe_dacte
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 811 Bytes
/
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
{
"name": "nfe-xml-to-pdf",
"version": "1.0.0",
"author": {
"name": "Denis Bessa"
},
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"dependencies": {
"@vercel/node": "4.0.0",
"dotenv": "16.4.7",
"inscricaoestadual": "^0.0.5",
"pdfkit": "0.15.1",
"vercel": "39.2.1",
"xml-js": "^1.6.11"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@types/pdfkit": "0.13.7",
"@types/xml-js": "^1.0.0",
"tsc-alias": "^1.8.10",
"typescript": "5.7.2"
},
"license": "MIT",
"scripts": {
"dev": "npm run build && vercel dev",
"fonts-copy": "cp -r ./src/modules/pdf_generator/danfe-dacte/lib/geradores/fontes ./dist/modules/pdf_generator/danfe-dacte/lib/geradores/fontes",
"build": "tsc && tsc-alias && npm run fonts-copy"
},
"files": ["dist/**/*"]
}