@zola_do/docx 0.2.13 → 0.2.15
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 +70 -70
package/package.json
CHANGED
|
@@ -1,70 +1,70 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@zola_do/docx",
|
|
3
|
-
"version": "0.2.
|
|
4
|
-
"description": "DOCX template processing for NestJS",
|
|
5
|
-
"author": "zolaDO",
|
|
6
|
-
"license": "ISC",
|
|
7
|
-
"sideEffects": false,
|
|
8
|
-
"engines": {
|
|
9
|
-
"node": ">=20.0.0"
|
|
10
|
-
},
|
|
11
|
-
"publishConfig": {
|
|
12
|
-
"access": "public"
|
|
13
|
-
},
|
|
14
|
-
"main": "./dist/index.js",
|
|
15
|
-
"types": "./dist/index.d.ts",
|
|
16
|
-
"exports": {
|
|
17
|
-
".": {
|
|
18
|
-
"types": "./dist/index.d.ts",
|
|
19
|
-
"require": "./dist/index.js",
|
|
20
|
-
"default": "./dist/index.js"
|
|
21
|
-
}
|
|
22
|
-
},
|
|
23
|
-
"files": [
|
|
24
|
-
"dist",
|
|
25
|
-
"README.md"
|
|
26
|
-
],
|
|
27
|
-
"scripts": {
|
|
28
|
-
"clean": "rimraf dist",
|
|
29
|
-
"typecheck": "tsc --noEmit",
|
|
30
|
-
"build": "
|
|
31
|
-
"prepublishOnly": "
|
|
32
|
-
},
|
|
33
|
-
"peerDependencies": {
|
|
34
|
-
"@nestjs/common": "^10.0.0 || ^11.0.0",
|
|
35
|
-
"reflect-metadata": "^0.1.0 || ^0.2.0",
|
|
36
|
-
"rxjs": "^7.0.0 || ^8.0.0"
|
|
37
|
-
},
|
|
38
|
-
"dependencies": {
|
|
39
|
-
"docx-templates": "^4.14.1"
|
|
40
|
-
},
|
|
41
|
-
"devDependencies": {
|
|
42
|
-
"rimraf": "^6.1.3",
|
|
43
|
-
"typescript": "^5.9.3"
|
|
44
|
-
},
|
|
45
|
-
"repository": {
|
|
46
|
-
"directory": "packages/docx",
|
|
47
|
-
"type": "git",
|
|
48
|
-
"url": "https://github.com/zola0031/zola-nestjs-shared.git"
|
|
49
|
-
},
|
|
50
|
-
"homepage": "https://github.com/zola0031/zola-nestjs-shared#readme",
|
|
51
|
-
"bugs": {
|
|
52
|
-
"url": "https://github.com/zola0031/zola-nestjs-shared/issues"
|
|
53
|
-
},
|
|
54
|
-
"funding": {
|
|
55
|
-
"type": "github",
|
|
56
|
-
"url": "https://github.com/sponsors/zola0031"
|
|
57
|
-
},
|
|
58
|
-
"keywords": [
|
|
59
|
-
"nestjs",
|
|
60
|
-
"typescript",
|
|
61
|
-
"library",
|
|
62
|
-
"shared",
|
|
63
|
-
"monorepo",
|
|
64
|
-
"zola_do",
|
|
65
|
-
"docx",
|
|
66
|
-
"template",
|
|
67
|
-
"documents",
|
|
68
|
-
"nestjs-shared"
|
|
69
|
-
]
|
|
70
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@zola_do/docx",
|
|
3
|
+
"version": "0.2.15",
|
|
4
|
+
"description": "DOCX template processing for NestJS",
|
|
5
|
+
"author": "zolaDO",
|
|
6
|
+
"license": "ISC",
|
|
7
|
+
"sideEffects": false,
|
|
8
|
+
"engines": {
|
|
9
|
+
"node": ">=20.0.0"
|
|
10
|
+
},
|
|
11
|
+
"publishConfig": {
|
|
12
|
+
"access": "public"
|
|
13
|
+
},
|
|
14
|
+
"main": "./dist/index.js",
|
|
15
|
+
"types": "./dist/index.d.ts",
|
|
16
|
+
"exports": {
|
|
17
|
+
".": {
|
|
18
|
+
"types": "./dist/index.d.ts",
|
|
19
|
+
"require": "./dist/index.js",
|
|
20
|
+
"default": "./dist/index.js"
|
|
21
|
+
}
|
|
22
|
+
},
|
|
23
|
+
"files": [
|
|
24
|
+
"dist",
|
|
25
|
+
"README.md"
|
|
26
|
+
],
|
|
27
|
+
"scripts": {
|
|
28
|
+
"clean": "rimraf dist",
|
|
29
|
+
"typecheck": "tsc --noEmit",
|
|
30
|
+
"build": "rimraf dist && tsc",
|
|
31
|
+
"prepublishOnly": "rimraf dist && tsc"
|
|
32
|
+
},
|
|
33
|
+
"peerDependencies": {
|
|
34
|
+
"@nestjs/common": "^10.0.0 || ^11.0.0",
|
|
35
|
+
"reflect-metadata": "^0.1.0 || ^0.2.0",
|
|
36
|
+
"rxjs": "^7.0.0 || ^8.0.0"
|
|
37
|
+
},
|
|
38
|
+
"dependencies": {
|
|
39
|
+
"docx-templates": "^4.14.1"
|
|
40
|
+
},
|
|
41
|
+
"devDependencies": {
|
|
42
|
+
"rimraf": "^6.1.3",
|
|
43
|
+
"typescript": "^5.9.3"
|
|
44
|
+
},
|
|
45
|
+
"repository": {
|
|
46
|
+
"directory": "packages/docx",
|
|
47
|
+
"type": "git",
|
|
48
|
+
"url": "https://github.com/zola0031/zola-nestjs-shared.git"
|
|
49
|
+
},
|
|
50
|
+
"homepage": "https://github.com/zola0031/zola-nestjs-shared#readme",
|
|
51
|
+
"bugs": {
|
|
52
|
+
"url": "https://github.com/zola0031/zola-nestjs-shared/issues"
|
|
53
|
+
},
|
|
54
|
+
"funding": {
|
|
55
|
+
"type": "github",
|
|
56
|
+
"url": "https://github.com/sponsors/zola0031"
|
|
57
|
+
},
|
|
58
|
+
"keywords": [
|
|
59
|
+
"nestjs",
|
|
60
|
+
"typescript",
|
|
61
|
+
"library",
|
|
62
|
+
"shared",
|
|
63
|
+
"monorepo",
|
|
64
|
+
"zola_do",
|
|
65
|
+
"docx",
|
|
66
|
+
"template",
|
|
67
|
+
"documents",
|
|
68
|
+
"nestjs-shared"
|
|
69
|
+
]
|
|
70
|
+
}
|