initial commit

This commit is contained in:
2025-12-18 00:19:15 +00:00
commit b24ec3678b
5 changed files with 166 additions and 0 deletions

15
package.json Normal file
View File

@@ -0,0 +1,15 @@
{
"name": "docxtemplater-service",
"version": "1.0.0",
"description": "Service to generate DOCX files using docxtemplater",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"dependencies": {
"docxtemplater": "^3.21.0",
"express": "^4.17.1",
"pizzip": "^3.1.1",
"multer": "^1.4.5-lts.1"
}
}