30 lines
640 B
JSON
30 lines
640 B
JSON
{
|
|
"name": "word-doc-generator",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"axios": "^1.7.2",
|
|
"body-parser": "^1.20.2",
|
|
"dayjs": "^1.11.9",
|
|
"debug": "^4.3.6",
|
|
"docxtemplater": "^3.37.9",
|
|
"exceljs": "^4.3.0",
|
|
"express": "^4.18.2",
|
|
"ics": "^3.2.0",
|
|
"mammoth": "^1.6.0",
|
|
"net": "^1.0.2",
|
|
"number-to-words": "^1.2.4",
|
|
"open": "^10.1.0",
|
|
"pizzip": "^3.1.4",
|
|
"vcf": "^2.1.2",
|
|
"written-number": "^0.11.1"
|
|
}
|
|
}
|