@zola_do/document-manipulator 0.1.18 → 0.1.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +44 -44
package/package.json
CHANGED
|
@@ -1,44 +1,44 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@zola_do/document-manipulator",
|
|
3
|
-
"version": "0.1.
|
|
4
|
-
"description": "PDF/DOCX merge, conversion, template population for NestJS",
|
|
5
|
-
"author": "zolaDO",
|
|
6
|
-
"license": "ISC",
|
|
7
|
-
"publishConfig": {
|
|
8
|
-
"access": "public"
|
|
9
|
-
},
|
|
10
|
-
"main": "./dist/index.js",
|
|
11
|
-
"types": "./dist/index.d.ts",
|
|
12
|
-
"exports": {
|
|
13
|
-
".": {
|
|
14
|
-
"types": "./dist/index.d.ts",
|
|
15
|
-
"default": "./dist/index.js"
|
|
16
|
-
}
|
|
17
|
-
},
|
|
18
|
-
"files": [
|
|
19
|
-
"dist",
|
|
20
|
-
"README.md"
|
|
21
|
-
],
|
|
22
|
-
"scripts": {
|
|
23
|
-
"build": "rimraf dist && tsc",
|
|
24
|
-
"prepublishOnly": "npm run build"
|
|
25
|
-
},
|
|
26
|
-
"peerDependencies": {
|
|
27
|
-
"@nestjs/common": "^10.0.0 || ^11.0.0",
|
|
28
|
-
"reflect-metadata": "^0.1.0 || ^0.2.0",
|
|
29
|
-
"rxjs": "^7.0.0 || ^8.0.0"
|
|
30
|
-
},
|
|
31
|
-
"dependencies": {
|
|
32
|
-
"@zola_do/minio": "^0.1.9",
|
|
33
|
-
"@scholarcy/docx-merger": "^0.3.0",
|
|
34
|
-
"axios": "^1.13.
|
|
35
|
-
"docx-templates": "^4.14.1",
|
|
36
|
-
"form-data": "^4.0.4",
|
|
37
|
-
"libreoffice-convert": "^1.7.0",
|
|
38
|
-
"pdf-lib": "^1.17.1"
|
|
39
|
-
},
|
|
40
|
-
"devDependencies": {
|
|
41
|
-
"rimraf": "^6.1.
|
|
42
|
-
"typescript": "^5.9.3"
|
|
43
|
-
}
|
|
44
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@zola_do/document-manipulator",
|
|
3
|
+
"version": "0.1.20",
|
|
4
|
+
"description": "PDF/DOCX merge, conversion, template population for NestJS",
|
|
5
|
+
"author": "zolaDO",
|
|
6
|
+
"license": "ISC",
|
|
7
|
+
"publishConfig": {
|
|
8
|
+
"access": "public"
|
|
9
|
+
},
|
|
10
|
+
"main": "./dist/index.js",
|
|
11
|
+
"types": "./dist/index.d.ts",
|
|
12
|
+
"exports": {
|
|
13
|
+
".": {
|
|
14
|
+
"types": "./dist/index.d.ts",
|
|
15
|
+
"default": "./dist/index.js"
|
|
16
|
+
}
|
|
17
|
+
},
|
|
18
|
+
"files": [
|
|
19
|
+
"dist",
|
|
20
|
+
"README.md"
|
|
21
|
+
],
|
|
22
|
+
"scripts": {
|
|
23
|
+
"build": "rimraf dist && tsc",
|
|
24
|
+
"prepublishOnly": "npm run build"
|
|
25
|
+
},
|
|
26
|
+
"peerDependencies": {
|
|
27
|
+
"@nestjs/common": "^10.0.0 || ^11.0.0",
|
|
28
|
+
"reflect-metadata": "^0.1.0 || ^0.2.0",
|
|
29
|
+
"rxjs": "^7.0.0 || ^8.0.0"
|
|
30
|
+
},
|
|
31
|
+
"dependencies": {
|
|
32
|
+
"@zola_do/minio": "^0.1.9",
|
|
33
|
+
"@scholarcy/docx-merger": "^0.3.0",
|
|
34
|
+
"axios": "^1.13.6",
|
|
35
|
+
"docx-templates": "^4.14.1",
|
|
36
|
+
"form-data": "^4.0.4",
|
|
37
|
+
"libreoffice-convert": "^1.7.0",
|
|
38
|
+
"pdf-lib": "^1.17.1"
|
|
39
|
+
},
|
|
40
|
+
"devDependencies": {
|
|
41
|
+
"rimraf": "^6.1.3",
|
|
42
|
+
"typescript": "^5.9.3"
|
|
43
|
+
}
|
|
44
|
+
}
|