knip 5.36.5 → 5.36.6

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.
@@ -0,0 +1,1974 @@
1
+ import { z } from 'zod';
2
+ export declare const globSchema: z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>;
3
+ export declare const pluginSchema: z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
4
+ config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
5
+ entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
6
+ project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
7
+ }, "strip", z.ZodTypeAny, {
8
+ config?: string | string[] | undefined;
9
+ entry?: string | string[] | undefined;
10
+ project?: string | string[] | undefined;
11
+ }, {
12
+ config?: string | string[] | undefined;
13
+ entry?: string | string[] | undefined;
14
+ project?: string | string[] | undefined;
15
+ }>]>;
16
+ export declare const pluginsSchema: z.ZodObject<{
17
+ angular: z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
18
+ config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
19
+ entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
20
+ project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
21
+ }, "strip", z.ZodTypeAny, {
22
+ config?: string | string[] | undefined;
23
+ entry?: string | string[] | undefined;
24
+ project?: string | string[] | undefined;
25
+ }, {
26
+ config?: string | string[] | undefined;
27
+ entry?: string | string[] | undefined;
28
+ project?: string | string[] | undefined;
29
+ }>]>;
30
+ astro: z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
31
+ config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
32
+ entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
33
+ project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
34
+ }, "strip", z.ZodTypeAny, {
35
+ config?: string | string[] | undefined;
36
+ entry?: string | string[] | undefined;
37
+ project?: string | string[] | undefined;
38
+ }, {
39
+ config?: string | string[] | undefined;
40
+ entry?: string | string[] | undefined;
41
+ project?: string | string[] | undefined;
42
+ }>]>;
43
+ ava: z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
44
+ config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
45
+ entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
46
+ project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
47
+ }, "strip", z.ZodTypeAny, {
48
+ config?: string | string[] | undefined;
49
+ entry?: string | string[] | undefined;
50
+ project?: string | string[] | undefined;
51
+ }, {
52
+ config?: string | string[] | undefined;
53
+ entry?: string | string[] | undefined;
54
+ project?: string | string[] | undefined;
55
+ }>]>;
56
+ babel: z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
57
+ config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
58
+ entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
59
+ project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
60
+ }, "strip", z.ZodTypeAny, {
61
+ config?: string | string[] | undefined;
62
+ entry?: string | string[] | undefined;
63
+ project?: string | string[] | undefined;
64
+ }, {
65
+ config?: string | string[] | undefined;
66
+ entry?: string | string[] | undefined;
67
+ project?: string | string[] | undefined;
68
+ }>]>;
69
+ c8: z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
70
+ config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
71
+ entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
72
+ project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
73
+ }, "strip", z.ZodTypeAny, {
74
+ config?: string | string[] | undefined;
75
+ entry?: string | string[] | undefined;
76
+ project?: string | string[] | undefined;
77
+ }, {
78
+ config?: string | string[] | undefined;
79
+ entry?: string | string[] | undefined;
80
+ project?: string | string[] | undefined;
81
+ }>]>;
82
+ capacitor: z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
83
+ config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
84
+ entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
85
+ project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
86
+ }, "strip", z.ZodTypeAny, {
87
+ config?: string | string[] | undefined;
88
+ entry?: string | string[] | undefined;
89
+ project?: string | string[] | undefined;
90
+ }, {
91
+ config?: string | string[] | undefined;
92
+ entry?: string | string[] | undefined;
93
+ project?: string | string[] | undefined;
94
+ }>]>;
95
+ changesets: z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
96
+ config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
97
+ entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
98
+ project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
99
+ }, "strip", z.ZodTypeAny, {
100
+ config?: string | string[] | undefined;
101
+ entry?: string | string[] | undefined;
102
+ project?: string | string[] | undefined;
103
+ }, {
104
+ config?: string | string[] | undefined;
105
+ entry?: string | string[] | undefined;
106
+ project?: string | string[] | undefined;
107
+ }>]>;
108
+ commitizen: z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
109
+ config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
110
+ entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
111
+ project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
112
+ }, "strip", z.ZodTypeAny, {
113
+ config?: string | string[] | undefined;
114
+ entry?: string | string[] | undefined;
115
+ project?: string | string[] | undefined;
116
+ }, {
117
+ config?: string | string[] | undefined;
118
+ entry?: string | string[] | undefined;
119
+ project?: string | string[] | undefined;
120
+ }>]>;
121
+ commitlint: z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
122
+ config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
123
+ entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
124
+ project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
125
+ }, "strip", z.ZodTypeAny, {
126
+ config?: string | string[] | undefined;
127
+ entry?: string | string[] | undefined;
128
+ project?: string | string[] | undefined;
129
+ }, {
130
+ config?: string | string[] | undefined;
131
+ entry?: string | string[] | undefined;
132
+ project?: string | string[] | undefined;
133
+ }>]>;
134
+ cspell: z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
135
+ config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
136
+ entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
137
+ project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
138
+ }, "strip", z.ZodTypeAny, {
139
+ config?: string | string[] | undefined;
140
+ entry?: string | string[] | undefined;
141
+ project?: string | string[] | undefined;
142
+ }, {
143
+ config?: string | string[] | undefined;
144
+ entry?: string | string[] | undefined;
145
+ project?: string | string[] | undefined;
146
+ }>]>;
147
+ cucumber: z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
148
+ config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
149
+ entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
150
+ project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
151
+ }, "strip", z.ZodTypeAny, {
152
+ config?: string | string[] | undefined;
153
+ entry?: string | string[] | undefined;
154
+ project?: string | string[] | undefined;
155
+ }, {
156
+ config?: string | string[] | undefined;
157
+ entry?: string | string[] | undefined;
158
+ project?: string | string[] | undefined;
159
+ }>]>;
160
+ cypress: z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
161
+ config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
162
+ entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
163
+ project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
164
+ }, "strip", z.ZodTypeAny, {
165
+ config?: string | string[] | undefined;
166
+ entry?: string | string[] | undefined;
167
+ project?: string | string[] | undefined;
168
+ }, {
169
+ config?: string | string[] | undefined;
170
+ entry?: string | string[] | undefined;
171
+ project?: string | string[] | undefined;
172
+ }>]>;
173
+ dotenv: z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
174
+ config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
175
+ entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
176
+ project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
177
+ }, "strip", z.ZodTypeAny, {
178
+ config?: string | string[] | undefined;
179
+ entry?: string | string[] | undefined;
180
+ project?: string | string[] | undefined;
181
+ }, {
182
+ config?: string | string[] | undefined;
183
+ entry?: string | string[] | undefined;
184
+ project?: string | string[] | undefined;
185
+ }>]>;
186
+ drizzle: z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
187
+ config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
188
+ entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
189
+ project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
190
+ }, "strip", z.ZodTypeAny, {
191
+ config?: string | string[] | undefined;
192
+ entry?: string | string[] | undefined;
193
+ project?: string | string[] | undefined;
194
+ }, {
195
+ config?: string | string[] | undefined;
196
+ entry?: string | string[] | undefined;
197
+ project?: string | string[] | undefined;
198
+ }>]>;
199
+ eleventy: z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
200
+ config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
201
+ entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
202
+ project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
203
+ }, "strip", z.ZodTypeAny, {
204
+ config?: string | string[] | undefined;
205
+ entry?: string | string[] | undefined;
206
+ project?: string | string[] | undefined;
207
+ }, {
208
+ config?: string | string[] | undefined;
209
+ entry?: string | string[] | undefined;
210
+ project?: string | string[] | undefined;
211
+ }>]>;
212
+ eslint: z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
213
+ config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
214
+ entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
215
+ project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
216
+ }, "strip", z.ZodTypeAny, {
217
+ config?: string | string[] | undefined;
218
+ entry?: string | string[] | undefined;
219
+ project?: string | string[] | undefined;
220
+ }, {
221
+ config?: string | string[] | undefined;
222
+ entry?: string | string[] | undefined;
223
+ project?: string | string[] | undefined;
224
+ }>]>;
225
+ gatsby: z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
226
+ config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
227
+ entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
228
+ project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
229
+ }, "strip", z.ZodTypeAny, {
230
+ config?: string | string[] | undefined;
231
+ entry?: string | string[] | undefined;
232
+ project?: string | string[] | undefined;
233
+ }, {
234
+ config?: string | string[] | undefined;
235
+ entry?: string | string[] | undefined;
236
+ project?: string | string[] | undefined;
237
+ }>]>;
238
+ 'github-actions': z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
239
+ config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
240
+ entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
241
+ project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
242
+ }, "strip", z.ZodTypeAny, {
243
+ config?: string | string[] | undefined;
244
+ entry?: string | string[] | undefined;
245
+ project?: string | string[] | undefined;
246
+ }, {
247
+ config?: string | string[] | undefined;
248
+ entry?: string | string[] | undefined;
249
+ project?: string | string[] | undefined;
250
+ }>]>;
251
+ glob: z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
252
+ config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
253
+ entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
254
+ project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
255
+ }, "strip", z.ZodTypeAny, {
256
+ config?: string | string[] | undefined;
257
+ entry?: string | string[] | undefined;
258
+ project?: string | string[] | undefined;
259
+ }, {
260
+ config?: string | string[] | undefined;
261
+ entry?: string | string[] | undefined;
262
+ project?: string | string[] | undefined;
263
+ }>]>;
264
+ 'graphql-codegen': z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
265
+ config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
266
+ entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
267
+ project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
268
+ }, "strip", z.ZodTypeAny, {
269
+ config?: string | string[] | undefined;
270
+ entry?: string | string[] | undefined;
271
+ project?: string | string[] | undefined;
272
+ }, {
273
+ config?: string | string[] | undefined;
274
+ entry?: string | string[] | undefined;
275
+ project?: string | string[] | undefined;
276
+ }>]>;
277
+ husky: z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
278
+ config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
279
+ entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
280
+ project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
281
+ }, "strip", z.ZodTypeAny, {
282
+ config?: string | string[] | undefined;
283
+ entry?: string | string[] | undefined;
284
+ project?: string | string[] | undefined;
285
+ }, {
286
+ config?: string | string[] | undefined;
287
+ entry?: string | string[] | undefined;
288
+ project?: string | string[] | undefined;
289
+ }>]>;
290
+ jest: z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
291
+ config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
292
+ entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
293
+ project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
294
+ }, "strip", z.ZodTypeAny, {
295
+ config?: string | string[] | undefined;
296
+ entry?: string | string[] | undefined;
297
+ project?: string | string[] | undefined;
298
+ }, {
299
+ config?: string | string[] | undefined;
300
+ entry?: string | string[] | undefined;
301
+ project?: string | string[] | undefined;
302
+ }>]>;
303
+ ladle: z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
304
+ config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
305
+ entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
306
+ project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
307
+ }, "strip", z.ZodTypeAny, {
308
+ config?: string | string[] | undefined;
309
+ entry?: string | string[] | undefined;
310
+ project?: string | string[] | undefined;
311
+ }, {
312
+ config?: string | string[] | undefined;
313
+ entry?: string | string[] | undefined;
314
+ project?: string | string[] | undefined;
315
+ }>]>;
316
+ lefthook: z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
317
+ config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
318
+ entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
319
+ project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
320
+ }, "strip", z.ZodTypeAny, {
321
+ config?: string | string[] | undefined;
322
+ entry?: string | string[] | undefined;
323
+ project?: string | string[] | undefined;
324
+ }, {
325
+ config?: string | string[] | undefined;
326
+ entry?: string | string[] | undefined;
327
+ project?: string | string[] | undefined;
328
+ }>]>;
329
+ 'lint-staged': z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
330
+ config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
331
+ entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
332
+ project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
333
+ }, "strip", z.ZodTypeAny, {
334
+ config?: string | string[] | undefined;
335
+ entry?: string | string[] | undefined;
336
+ project?: string | string[] | undefined;
337
+ }, {
338
+ config?: string | string[] | undefined;
339
+ entry?: string | string[] | undefined;
340
+ project?: string | string[] | undefined;
341
+ }>]>;
342
+ linthtml: z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
343
+ config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
344
+ entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
345
+ project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
346
+ }, "strip", z.ZodTypeAny, {
347
+ config?: string | string[] | undefined;
348
+ entry?: string | string[] | undefined;
349
+ project?: string | string[] | undefined;
350
+ }, {
351
+ config?: string | string[] | undefined;
352
+ entry?: string | string[] | undefined;
353
+ project?: string | string[] | undefined;
354
+ }>]>;
355
+ 'lockfile-lint': z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
356
+ config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
357
+ entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
358
+ project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
359
+ }, "strip", z.ZodTypeAny, {
360
+ config?: string | string[] | undefined;
361
+ entry?: string | string[] | undefined;
362
+ project?: string | string[] | undefined;
363
+ }, {
364
+ config?: string | string[] | undefined;
365
+ entry?: string | string[] | undefined;
366
+ project?: string | string[] | undefined;
367
+ }>]>;
368
+ 'lost-pixel': z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
369
+ config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
370
+ entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
371
+ project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
372
+ }, "strip", z.ZodTypeAny, {
373
+ config?: string | string[] | undefined;
374
+ entry?: string | string[] | undefined;
375
+ project?: string | string[] | undefined;
376
+ }, {
377
+ config?: string | string[] | undefined;
378
+ entry?: string | string[] | undefined;
379
+ project?: string | string[] | undefined;
380
+ }>]>;
381
+ markdownlint: z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
382
+ config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
383
+ entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
384
+ project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
385
+ }, "strip", z.ZodTypeAny, {
386
+ config?: string | string[] | undefined;
387
+ entry?: string | string[] | undefined;
388
+ project?: string | string[] | undefined;
389
+ }, {
390
+ config?: string | string[] | undefined;
391
+ entry?: string | string[] | undefined;
392
+ project?: string | string[] | undefined;
393
+ }>]>;
394
+ mocha: z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
395
+ config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
396
+ entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
397
+ project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
398
+ }, "strip", z.ZodTypeAny, {
399
+ config?: string | string[] | undefined;
400
+ entry?: string | string[] | undefined;
401
+ project?: string | string[] | undefined;
402
+ }, {
403
+ config?: string | string[] | undefined;
404
+ entry?: string | string[] | undefined;
405
+ project?: string | string[] | undefined;
406
+ }>]>;
407
+ moonrepo: z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
408
+ config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
409
+ entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
410
+ project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
411
+ }, "strip", z.ZodTypeAny, {
412
+ config?: string | string[] | undefined;
413
+ entry?: string | string[] | undefined;
414
+ project?: string | string[] | undefined;
415
+ }, {
416
+ config?: string | string[] | undefined;
417
+ entry?: string | string[] | undefined;
418
+ project?: string | string[] | undefined;
419
+ }>]>;
420
+ msw: z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
421
+ config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
422
+ entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
423
+ project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
424
+ }, "strip", z.ZodTypeAny, {
425
+ config?: string | string[] | undefined;
426
+ entry?: string | string[] | undefined;
427
+ project?: string | string[] | undefined;
428
+ }, {
429
+ config?: string | string[] | undefined;
430
+ entry?: string | string[] | undefined;
431
+ project?: string | string[] | undefined;
432
+ }>]>;
433
+ nest: z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
434
+ config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
435
+ entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
436
+ project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
437
+ }, "strip", z.ZodTypeAny, {
438
+ config?: string | string[] | undefined;
439
+ entry?: string | string[] | undefined;
440
+ project?: string | string[] | undefined;
441
+ }, {
442
+ config?: string | string[] | undefined;
443
+ entry?: string | string[] | undefined;
444
+ project?: string | string[] | undefined;
445
+ }>]>;
446
+ netlify: z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
447
+ config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
448
+ entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
449
+ project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
450
+ }, "strip", z.ZodTypeAny, {
451
+ config?: string | string[] | undefined;
452
+ entry?: string | string[] | undefined;
453
+ project?: string | string[] | undefined;
454
+ }, {
455
+ config?: string | string[] | undefined;
456
+ entry?: string | string[] | undefined;
457
+ project?: string | string[] | undefined;
458
+ }>]>;
459
+ next: z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
460
+ config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
461
+ entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
462
+ project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
463
+ }, "strip", z.ZodTypeAny, {
464
+ config?: string | string[] | undefined;
465
+ entry?: string | string[] | undefined;
466
+ project?: string | string[] | undefined;
467
+ }, {
468
+ config?: string | string[] | undefined;
469
+ entry?: string | string[] | undefined;
470
+ project?: string | string[] | undefined;
471
+ }>]>;
472
+ node: z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
473
+ config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
474
+ entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
475
+ project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
476
+ }, "strip", z.ZodTypeAny, {
477
+ config?: string | string[] | undefined;
478
+ entry?: string | string[] | undefined;
479
+ project?: string | string[] | undefined;
480
+ }, {
481
+ config?: string | string[] | undefined;
482
+ entry?: string | string[] | undefined;
483
+ project?: string | string[] | undefined;
484
+ }>]>;
485
+ 'node-test-runner': z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
486
+ config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
487
+ entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
488
+ project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
489
+ }, "strip", z.ZodTypeAny, {
490
+ config?: string | string[] | undefined;
491
+ entry?: string | string[] | undefined;
492
+ project?: string | string[] | undefined;
493
+ }, {
494
+ config?: string | string[] | undefined;
495
+ entry?: string | string[] | undefined;
496
+ project?: string | string[] | undefined;
497
+ }>]>;
498
+ nodemon: z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
499
+ config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
500
+ entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
501
+ project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
502
+ }, "strip", z.ZodTypeAny, {
503
+ config?: string | string[] | undefined;
504
+ entry?: string | string[] | undefined;
505
+ project?: string | string[] | undefined;
506
+ }, {
507
+ config?: string | string[] | undefined;
508
+ entry?: string | string[] | undefined;
509
+ project?: string | string[] | undefined;
510
+ }>]>;
511
+ 'npm-package-json-lint': z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
512
+ config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
513
+ entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
514
+ project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
515
+ }, "strip", z.ZodTypeAny, {
516
+ config?: string | string[] | undefined;
517
+ entry?: string | string[] | undefined;
518
+ project?: string | string[] | undefined;
519
+ }, {
520
+ config?: string | string[] | undefined;
521
+ entry?: string | string[] | undefined;
522
+ project?: string | string[] | undefined;
523
+ }>]>;
524
+ nuxt: z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
525
+ config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
526
+ entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
527
+ project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
528
+ }, "strip", z.ZodTypeAny, {
529
+ config?: string | string[] | undefined;
530
+ entry?: string | string[] | undefined;
531
+ project?: string | string[] | undefined;
532
+ }, {
533
+ config?: string | string[] | undefined;
534
+ entry?: string | string[] | undefined;
535
+ project?: string | string[] | undefined;
536
+ }>]>;
537
+ nx: z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
538
+ config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
539
+ entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
540
+ project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
541
+ }, "strip", z.ZodTypeAny, {
542
+ config?: string | string[] | undefined;
543
+ entry?: string | string[] | undefined;
544
+ project?: string | string[] | undefined;
545
+ }, {
546
+ config?: string | string[] | undefined;
547
+ entry?: string | string[] | undefined;
548
+ project?: string | string[] | undefined;
549
+ }>]>;
550
+ nyc: z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
551
+ config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
552
+ entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
553
+ project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
554
+ }, "strip", z.ZodTypeAny, {
555
+ config?: string | string[] | undefined;
556
+ entry?: string | string[] | undefined;
557
+ project?: string | string[] | undefined;
558
+ }, {
559
+ config?: string | string[] | undefined;
560
+ entry?: string | string[] | undefined;
561
+ project?: string | string[] | undefined;
562
+ }>]>;
563
+ oclif: z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
564
+ config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
565
+ entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
566
+ project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
567
+ }, "strip", z.ZodTypeAny, {
568
+ config?: string | string[] | undefined;
569
+ entry?: string | string[] | undefined;
570
+ project?: string | string[] | undefined;
571
+ }, {
572
+ config?: string | string[] | undefined;
573
+ entry?: string | string[] | undefined;
574
+ project?: string | string[] | undefined;
575
+ }>]>;
576
+ playwright: z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
577
+ config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
578
+ entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
579
+ project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
580
+ }, "strip", z.ZodTypeAny, {
581
+ config?: string | string[] | undefined;
582
+ entry?: string | string[] | undefined;
583
+ project?: string | string[] | undefined;
584
+ }, {
585
+ config?: string | string[] | undefined;
586
+ entry?: string | string[] | undefined;
587
+ project?: string | string[] | undefined;
588
+ }>]>;
589
+ 'playwright-ct': z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
590
+ config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
591
+ entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
592
+ project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
593
+ }, "strip", z.ZodTypeAny, {
594
+ config?: string | string[] | undefined;
595
+ entry?: string | string[] | undefined;
596
+ project?: string | string[] | undefined;
597
+ }, {
598
+ config?: string | string[] | undefined;
599
+ entry?: string | string[] | undefined;
600
+ project?: string | string[] | undefined;
601
+ }>]>;
602
+ 'playwright-test': z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
603
+ config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
604
+ entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
605
+ project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
606
+ }, "strip", z.ZodTypeAny, {
607
+ config?: string | string[] | undefined;
608
+ entry?: string | string[] | undefined;
609
+ project?: string | string[] | undefined;
610
+ }, {
611
+ config?: string | string[] | undefined;
612
+ entry?: string | string[] | undefined;
613
+ project?: string | string[] | undefined;
614
+ }>]>;
615
+ postcss: z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
616
+ config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
617
+ entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
618
+ project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
619
+ }, "strip", z.ZodTypeAny, {
620
+ config?: string | string[] | undefined;
621
+ entry?: string | string[] | undefined;
622
+ project?: string | string[] | undefined;
623
+ }, {
624
+ config?: string | string[] | undefined;
625
+ entry?: string | string[] | undefined;
626
+ project?: string | string[] | undefined;
627
+ }>]>;
628
+ preconstruct: z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
629
+ config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
630
+ entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
631
+ project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
632
+ }, "strip", z.ZodTypeAny, {
633
+ config?: string | string[] | undefined;
634
+ entry?: string | string[] | undefined;
635
+ project?: string | string[] | undefined;
636
+ }, {
637
+ config?: string | string[] | undefined;
638
+ entry?: string | string[] | undefined;
639
+ project?: string | string[] | undefined;
640
+ }>]>;
641
+ prettier: z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
642
+ config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
643
+ entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
644
+ project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
645
+ }, "strip", z.ZodTypeAny, {
646
+ config?: string | string[] | undefined;
647
+ entry?: string | string[] | undefined;
648
+ project?: string | string[] | undefined;
649
+ }, {
650
+ config?: string | string[] | undefined;
651
+ entry?: string | string[] | undefined;
652
+ project?: string | string[] | undefined;
653
+ }>]>;
654
+ 'react-cosmos': z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
655
+ config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
656
+ entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
657
+ project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
658
+ }, "strip", z.ZodTypeAny, {
659
+ config?: string | string[] | undefined;
660
+ entry?: string | string[] | undefined;
661
+ project?: string | string[] | undefined;
662
+ }, {
663
+ config?: string | string[] | undefined;
664
+ entry?: string | string[] | undefined;
665
+ project?: string | string[] | undefined;
666
+ }>]>;
667
+ 'release-it': z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
668
+ config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
669
+ entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
670
+ project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
671
+ }, "strip", z.ZodTypeAny, {
672
+ config?: string | string[] | undefined;
673
+ entry?: string | string[] | undefined;
674
+ project?: string | string[] | undefined;
675
+ }, {
676
+ config?: string | string[] | undefined;
677
+ entry?: string | string[] | undefined;
678
+ project?: string | string[] | undefined;
679
+ }>]>;
680
+ remark: z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
681
+ config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
682
+ entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
683
+ project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
684
+ }, "strip", z.ZodTypeAny, {
685
+ config?: string | string[] | undefined;
686
+ entry?: string | string[] | undefined;
687
+ project?: string | string[] | undefined;
688
+ }, {
689
+ config?: string | string[] | undefined;
690
+ entry?: string | string[] | undefined;
691
+ project?: string | string[] | undefined;
692
+ }>]>;
693
+ remix: z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
694
+ config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
695
+ entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
696
+ project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
697
+ }, "strip", z.ZodTypeAny, {
698
+ config?: string | string[] | undefined;
699
+ entry?: string | string[] | undefined;
700
+ project?: string | string[] | undefined;
701
+ }, {
702
+ config?: string | string[] | undefined;
703
+ entry?: string | string[] | undefined;
704
+ project?: string | string[] | undefined;
705
+ }>]>;
706
+ rollup: z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
707
+ config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
708
+ entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
709
+ project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
710
+ }, "strip", z.ZodTypeAny, {
711
+ config?: string | string[] | undefined;
712
+ entry?: string | string[] | undefined;
713
+ project?: string | string[] | undefined;
714
+ }, {
715
+ config?: string | string[] | undefined;
716
+ entry?: string | string[] | undefined;
717
+ project?: string | string[] | undefined;
718
+ }>]>;
719
+ rsbuild: z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
720
+ config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
721
+ entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
722
+ project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
723
+ }, "strip", z.ZodTypeAny, {
724
+ config?: string | string[] | undefined;
725
+ entry?: string | string[] | undefined;
726
+ project?: string | string[] | undefined;
727
+ }, {
728
+ config?: string | string[] | undefined;
729
+ entry?: string | string[] | undefined;
730
+ project?: string | string[] | undefined;
731
+ }>]>;
732
+ rspack: z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
733
+ config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
734
+ entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
735
+ project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
736
+ }, "strip", z.ZodTypeAny, {
737
+ config?: string | string[] | undefined;
738
+ entry?: string | string[] | undefined;
739
+ project?: string | string[] | undefined;
740
+ }, {
741
+ config?: string | string[] | undefined;
742
+ entry?: string | string[] | undefined;
743
+ project?: string | string[] | undefined;
744
+ }>]>;
745
+ 'semantic-release': z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
746
+ config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
747
+ entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
748
+ project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
749
+ }, "strip", z.ZodTypeAny, {
750
+ config?: string | string[] | undefined;
751
+ entry?: string | string[] | undefined;
752
+ project?: string | string[] | undefined;
753
+ }, {
754
+ config?: string | string[] | undefined;
755
+ entry?: string | string[] | undefined;
756
+ project?: string | string[] | undefined;
757
+ }>]>;
758
+ sentry: z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
759
+ config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
760
+ entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
761
+ project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
762
+ }, "strip", z.ZodTypeAny, {
763
+ config?: string | string[] | undefined;
764
+ entry?: string | string[] | undefined;
765
+ project?: string | string[] | undefined;
766
+ }, {
767
+ config?: string | string[] | undefined;
768
+ entry?: string | string[] | undefined;
769
+ project?: string | string[] | undefined;
770
+ }>]>;
771
+ 'simple-git-hooks': z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
772
+ config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
773
+ entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
774
+ project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
775
+ }, "strip", z.ZodTypeAny, {
776
+ config?: string | string[] | undefined;
777
+ entry?: string | string[] | undefined;
778
+ project?: string | string[] | undefined;
779
+ }, {
780
+ config?: string | string[] | undefined;
781
+ entry?: string | string[] | undefined;
782
+ project?: string | string[] | undefined;
783
+ }>]>;
784
+ 'size-limit': z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
785
+ config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
786
+ entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
787
+ project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
788
+ }, "strip", z.ZodTypeAny, {
789
+ config?: string | string[] | undefined;
790
+ entry?: string | string[] | undefined;
791
+ project?: string | string[] | undefined;
792
+ }, {
793
+ config?: string | string[] | undefined;
794
+ entry?: string | string[] | undefined;
795
+ project?: string | string[] | undefined;
796
+ }>]>;
797
+ storybook: z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
798
+ config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
799
+ entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
800
+ project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
801
+ }, "strip", z.ZodTypeAny, {
802
+ config?: string | string[] | undefined;
803
+ entry?: string | string[] | undefined;
804
+ project?: string | string[] | undefined;
805
+ }, {
806
+ config?: string | string[] | undefined;
807
+ entry?: string | string[] | undefined;
808
+ project?: string | string[] | undefined;
809
+ }>]>;
810
+ stryker: z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
811
+ config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
812
+ entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
813
+ project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
814
+ }, "strip", z.ZodTypeAny, {
815
+ config?: string | string[] | undefined;
816
+ entry?: string | string[] | undefined;
817
+ project?: string | string[] | undefined;
818
+ }, {
819
+ config?: string | string[] | undefined;
820
+ entry?: string | string[] | undefined;
821
+ project?: string | string[] | undefined;
822
+ }>]>;
823
+ stylelint: z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
824
+ config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
825
+ entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
826
+ project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
827
+ }, "strip", z.ZodTypeAny, {
828
+ config?: string | string[] | undefined;
829
+ entry?: string | string[] | undefined;
830
+ project?: string | string[] | undefined;
831
+ }, {
832
+ config?: string | string[] | undefined;
833
+ entry?: string | string[] | undefined;
834
+ project?: string | string[] | undefined;
835
+ }>]>;
836
+ svelte: z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
837
+ config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
838
+ entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
839
+ project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
840
+ }, "strip", z.ZodTypeAny, {
841
+ config?: string | string[] | undefined;
842
+ entry?: string | string[] | undefined;
843
+ project?: string | string[] | undefined;
844
+ }, {
845
+ config?: string | string[] | undefined;
846
+ entry?: string | string[] | undefined;
847
+ project?: string | string[] | undefined;
848
+ }>]>;
849
+ syncpack: z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
850
+ config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
851
+ entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
852
+ project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
853
+ }, "strip", z.ZodTypeAny, {
854
+ config?: string | string[] | undefined;
855
+ entry?: string | string[] | undefined;
856
+ project?: string | string[] | undefined;
857
+ }, {
858
+ config?: string | string[] | undefined;
859
+ entry?: string | string[] | undefined;
860
+ project?: string | string[] | undefined;
861
+ }>]>;
862
+ tailwind: z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
863
+ config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
864
+ entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
865
+ project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
866
+ }, "strip", z.ZodTypeAny, {
867
+ config?: string | string[] | undefined;
868
+ entry?: string | string[] | undefined;
869
+ project?: string | string[] | undefined;
870
+ }, {
871
+ config?: string | string[] | undefined;
872
+ entry?: string | string[] | undefined;
873
+ project?: string | string[] | undefined;
874
+ }>]>;
875
+ travis: z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
876
+ config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
877
+ entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
878
+ project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
879
+ }, "strip", z.ZodTypeAny, {
880
+ config?: string | string[] | undefined;
881
+ entry?: string | string[] | undefined;
882
+ project?: string | string[] | undefined;
883
+ }, {
884
+ config?: string | string[] | undefined;
885
+ entry?: string | string[] | undefined;
886
+ project?: string | string[] | undefined;
887
+ }>]>;
888
+ 'ts-node': z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
889
+ config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
890
+ entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
891
+ project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
892
+ }, "strip", z.ZodTypeAny, {
893
+ config?: string | string[] | undefined;
894
+ entry?: string | string[] | undefined;
895
+ project?: string | string[] | undefined;
896
+ }, {
897
+ config?: string | string[] | undefined;
898
+ entry?: string | string[] | undefined;
899
+ project?: string | string[] | undefined;
900
+ }>]>;
901
+ tsup: z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
902
+ config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
903
+ entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
904
+ project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
905
+ }, "strip", z.ZodTypeAny, {
906
+ config?: string | string[] | undefined;
907
+ entry?: string | string[] | undefined;
908
+ project?: string | string[] | undefined;
909
+ }, {
910
+ config?: string | string[] | undefined;
911
+ entry?: string | string[] | undefined;
912
+ project?: string | string[] | undefined;
913
+ }>]>;
914
+ tsx: z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
915
+ config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
916
+ entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
917
+ project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
918
+ }, "strip", z.ZodTypeAny, {
919
+ config?: string | string[] | undefined;
920
+ entry?: string | string[] | undefined;
921
+ project?: string | string[] | undefined;
922
+ }, {
923
+ config?: string | string[] | undefined;
924
+ entry?: string | string[] | undefined;
925
+ project?: string | string[] | undefined;
926
+ }>]>;
927
+ typedoc: z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
928
+ config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
929
+ entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
930
+ project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
931
+ }, "strip", z.ZodTypeAny, {
932
+ config?: string | string[] | undefined;
933
+ entry?: string | string[] | undefined;
934
+ project?: string | string[] | undefined;
935
+ }, {
936
+ config?: string | string[] | undefined;
937
+ entry?: string | string[] | undefined;
938
+ project?: string | string[] | undefined;
939
+ }>]>;
940
+ typescript: z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
941
+ config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
942
+ entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
943
+ project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
944
+ }, "strip", z.ZodTypeAny, {
945
+ config?: string | string[] | undefined;
946
+ entry?: string | string[] | undefined;
947
+ project?: string | string[] | undefined;
948
+ }, {
949
+ config?: string | string[] | undefined;
950
+ entry?: string | string[] | undefined;
951
+ project?: string | string[] | undefined;
952
+ }>]>;
953
+ unbuild: z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
954
+ config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
955
+ entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
956
+ project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
957
+ }, "strip", z.ZodTypeAny, {
958
+ config?: string | string[] | undefined;
959
+ entry?: string | string[] | undefined;
960
+ project?: string | string[] | undefined;
961
+ }, {
962
+ config?: string | string[] | undefined;
963
+ entry?: string | string[] | undefined;
964
+ project?: string | string[] | undefined;
965
+ }>]>;
966
+ unocss: z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
967
+ config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
968
+ entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
969
+ project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
970
+ }, "strip", z.ZodTypeAny, {
971
+ config?: string | string[] | undefined;
972
+ entry?: string | string[] | undefined;
973
+ project?: string | string[] | undefined;
974
+ }, {
975
+ config?: string | string[] | undefined;
976
+ entry?: string | string[] | undefined;
977
+ project?: string | string[] | undefined;
978
+ }>]>;
979
+ 'vercel-og': z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
980
+ config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
981
+ entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
982
+ project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
983
+ }, "strip", z.ZodTypeAny, {
984
+ config?: string | string[] | undefined;
985
+ entry?: string | string[] | undefined;
986
+ project?: string | string[] | undefined;
987
+ }, {
988
+ config?: string | string[] | undefined;
989
+ entry?: string | string[] | undefined;
990
+ project?: string | string[] | undefined;
991
+ }>]>;
992
+ vike: z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
993
+ config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
994
+ entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
995
+ project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
996
+ }, "strip", z.ZodTypeAny, {
997
+ config?: string | string[] | undefined;
998
+ entry?: string | string[] | undefined;
999
+ project?: string | string[] | undefined;
1000
+ }, {
1001
+ config?: string | string[] | undefined;
1002
+ entry?: string | string[] | undefined;
1003
+ project?: string | string[] | undefined;
1004
+ }>]>;
1005
+ vite: z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
1006
+ config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
1007
+ entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
1008
+ project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
1009
+ }, "strip", z.ZodTypeAny, {
1010
+ config?: string | string[] | undefined;
1011
+ entry?: string | string[] | undefined;
1012
+ project?: string | string[] | undefined;
1013
+ }, {
1014
+ config?: string | string[] | undefined;
1015
+ entry?: string | string[] | undefined;
1016
+ project?: string | string[] | undefined;
1017
+ }>]>;
1018
+ vitest: z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
1019
+ config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
1020
+ entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
1021
+ project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
1022
+ }, "strip", z.ZodTypeAny, {
1023
+ config?: string | string[] | undefined;
1024
+ entry?: string | string[] | undefined;
1025
+ project?: string | string[] | undefined;
1026
+ }, {
1027
+ config?: string | string[] | undefined;
1028
+ entry?: string | string[] | undefined;
1029
+ project?: string | string[] | undefined;
1030
+ }>]>;
1031
+ vue: z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
1032
+ config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
1033
+ entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
1034
+ project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
1035
+ }, "strip", z.ZodTypeAny, {
1036
+ config?: string | string[] | undefined;
1037
+ entry?: string | string[] | undefined;
1038
+ project?: string | string[] | undefined;
1039
+ }, {
1040
+ config?: string | string[] | undefined;
1041
+ entry?: string | string[] | undefined;
1042
+ project?: string | string[] | undefined;
1043
+ }>]>;
1044
+ 'webdriver-io': z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
1045
+ config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
1046
+ entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
1047
+ project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
1048
+ }, "strip", z.ZodTypeAny, {
1049
+ config?: string | string[] | undefined;
1050
+ entry?: string | string[] | undefined;
1051
+ project?: string | string[] | undefined;
1052
+ }, {
1053
+ config?: string | string[] | undefined;
1054
+ entry?: string | string[] | undefined;
1055
+ project?: string | string[] | undefined;
1056
+ }>]>;
1057
+ webpack: z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
1058
+ config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
1059
+ entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
1060
+ project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
1061
+ }, "strip", z.ZodTypeAny, {
1062
+ config?: string | string[] | undefined;
1063
+ entry?: string | string[] | undefined;
1064
+ project?: string | string[] | undefined;
1065
+ }, {
1066
+ config?: string | string[] | undefined;
1067
+ entry?: string | string[] | undefined;
1068
+ project?: string | string[] | undefined;
1069
+ }>]>;
1070
+ wireit: z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
1071
+ config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
1072
+ entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
1073
+ project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
1074
+ }, "strip", z.ZodTypeAny, {
1075
+ config?: string | string[] | undefined;
1076
+ entry?: string | string[] | undefined;
1077
+ project?: string | string[] | undefined;
1078
+ }, {
1079
+ config?: string | string[] | undefined;
1080
+ entry?: string | string[] | undefined;
1081
+ project?: string | string[] | undefined;
1082
+ }>]>;
1083
+ wrangler: z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
1084
+ config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
1085
+ entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
1086
+ project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
1087
+ }, "strip", z.ZodTypeAny, {
1088
+ config?: string | string[] | undefined;
1089
+ entry?: string | string[] | undefined;
1090
+ project?: string | string[] | undefined;
1091
+ }, {
1092
+ config?: string | string[] | undefined;
1093
+ entry?: string | string[] | undefined;
1094
+ project?: string | string[] | undefined;
1095
+ }>]>;
1096
+ xo: z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
1097
+ config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
1098
+ entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
1099
+ project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
1100
+ }, "strip", z.ZodTypeAny, {
1101
+ config?: string | string[] | undefined;
1102
+ entry?: string | string[] | undefined;
1103
+ project?: string | string[] | undefined;
1104
+ }, {
1105
+ config?: string | string[] | undefined;
1106
+ entry?: string | string[] | undefined;
1107
+ project?: string | string[] | undefined;
1108
+ }>]>;
1109
+ yorkie: z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
1110
+ config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
1111
+ entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
1112
+ project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
1113
+ }, "strip", z.ZodTypeAny, {
1114
+ config?: string | string[] | undefined;
1115
+ entry?: string | string[] | undefined;
1116
+ project?: string | string[] | undefined;
1117
+ }, {
1118
+ config?: string | string[] | undefined;
1119
+ entry?: string | string[] | undefined;
1120
+ project?: string | string[] | undefined;
1121
+ }>]>;
1122
+ }, "strip", z.ZodTypeAny, {
1123
+ node: string | boolean | string[] | {
1124
+ config?: string | string[] | undefined;
1125
+ entry?: string | string[] | undefined;
1126
+ project?: string | string[] | undefined;
1127
+ };
1128
+ angular: string | boolean | string[] | {
1129
+ config?: string | string[] | undefined;
1130
+ entry?: string | string[] | undefined;
1131
+ project?: string | string[] | undefined;
1132
+ };
1133
+ astro: string | boolean | string[] | {
1134
+ config?: string | string[] | undefined;
1135
+ entry?: string | string[] | undefined;
1136
+ project?: string | string[] | undefined;
1137
+ };
1138
+ ava: string | boolean | string[] | {
1139
+ config?: string | string[] | undefined;
1140
+ entry?: string | string[] | undefined;
1141
+ project?: string | string[] | undefined;
1142
+ };
1143
+ babel: string | boolean | string[] | {
1144
+ config?: string | string[] | undefined;
1145
+ entry?: string | string[] | undefined;
1146
+ project?: string | string[] | undefined;
1147
+ };
1148
+ c8: string | boolean | string[] | {
1149
+ config?: string | string[] | undefined;
1150
+ entry?: string | string[] | undefined;
1151
+ project?: string | string[] | undefined;
1152
+ };
1153
+ capacitor: string | boolean | string[] | {
1154
+ config?: string | string[] | undefined;
1155
+ entry?: string | string[] | undefined;
1156
+ project?: string | string[] | undefined;
1157
+ };
1158
+ changesets: string | boolean | string[] | {
1159
+ config?: string | string[] | undefined;
1160
+ entry?: string | string[] | undefined;
1161
+ project?: string | string[] | undefined;
1162
+ };
1163
+ commitizen: string | boolean | string[] | {
1164
+ config?: string | string[] | undefined;
1165
+ entry?: string | string[] | undefined;
1166
+ project?: string | string[] | undefined;
1167
+ };
1168
+ commitlint: string | boolean | string[] | {
1169
+ config?: string | string[] | undefined;
1170
+ entry?: string | string[] | undefined;
1171
+ project?: string | string[] | undefined;
1172
+ };
1173
+ cspell: string | boolean | string[] | {
1174
+ config?: string | string[] | undefined;
1175
+ entry?: string | string[] | undefined;
1176
+ project?: string | string[] | undefined;
1177
+ };
1178
+ cucumber: string | boolean | string[] | {
1179
+ config?: string | string[] | undefined;
1180
+ entry?: string | string[] | undefined;
1181
+ project?: string | string[] | undefined;
1182
+ };
1183
+ cypress: string | boolean | string[] | {
1184
+ config?: string | string[] | undefined;
1185
+ entry?: string | string[] | undefined;
1186
+ project?: string | string[] | undefined;
1187
+ };
1188
+ dotenv: string | boolean | string[] | {
1189
+ config?: string | string[] | undefined;
1190
+ entry?: string | string[] | undefined;
1191
+ project?: string | string[] | undefined;
1192
+ };
1193
+ drizzle: string | boolean | string[] | {
1194
+ config?: string | string[] | undefined;
1195
+ entry?: string | string[] | undefined;
1196
+ project?: string | string[] | undefined;
1197
+ };
1198
+ eleventy: string | boolean | string[] | {
1199
+ config?: string | string[] | undefined;
1200
+ entry?: string | string[] | undefined;
1201
+ project?: string | string[] | undefined;
1202
+ };
1203
+ eslint: string | boolean | string[] | {
1204
+ config?: string | string[] | undefined;
1205
+ entry?: string | string[] | undefined;
1206
+ project?: string | string[] | undefined;
1207
+ };
1208
+ gatsby: string | boolean | string[] | {
1209
+ config?: string | string[] | undefined;
1210
+ entry?: string | string[] | undefined;
1211
+ project?: string | string[] | undefined;
1212
+ };
1213
+ 'github-actions': string | boolean | string[] | {
1214
+ config?: string | string[] | undefined;
1215
+ entry?: string | string[] | undefined;
1216
+ project?: string | string[] | undefined;
1217
+ };
1218
+ glob: string | boolean | string[] | {
1219
+ config?: string | string[] | undefined;
1220
+ entry?: string | string[] | undefined;
1221
+ project?: string | string[] | undefined;
1222
+ };
1223
+ 'graphql-codegen': string | boolean | string[] | {
1224
+ config?: string | string[] | undefined;
1225
+ entry?: string | string[] | undefined;
1226
+ project?: string | string[] | undefined;
1227
+ };
1228
+ husky: string | boolean | string[] | {
1229
+ config?: string | string[] | undefined;
1230
+ entry?: string | string[] | undefined;
1231
+ project?: string | string[] | undefined;
1232
+ };
1233
+ jest: string | boolean | string[] | {
1234
+ config?: string | string[] | undefined;
1235
+ entry?: string | string[] | undefined;
1236
+ project?: string | string[] | undefined;
1237
+ };
1238
+ ladle: string | boolean | string[] | {
1239
+ config?: string | string[] | undefined;
1240
+ entry?: string | string[] | undefined;
1241
+ project?: string | string[] | undefined;
1242
+ };
1243
+ lefthook: string | boolean | string[] | {
1244
+ config?: string | string[] | undefined;
1245
+ entry?: string | string[] | undefined;
1246
+ project?: string | string[] | undefined;
1247
+ };
1248
+ 'lint-staged': string | boolean | string[] | {
1249
+ config?: string | string[] | undefined;
1250
+ entry?: string | string[] | undefined;
1251
+ project?: string | string[] | undefined;
1252
+ };
1253
+ linthtml: string | boolean | string[] | {
1254
+ config?: string | string[] | undefined;
1255
+ entry?: string | string[] | undefined;
1256
+ project?: string | string[] | undefined;
1257
+ };
1258
+ 'lockfile-lint': string | boolean | string[] | {
1259
+ config?: string | string[] | undefined;
1260
+ entry?: string | string[] | undefined;
1261
+ project?: string | string[] | undefined;
1262
+ };
1263
+ 'lost-pixel': string | boolean | string[] | {
1264
+ config?: string | string[] | undefined;
1265
+ entry?: string | string[] | undefined;
1266
+ project?: string | string[] | undefined;
1267
+ };
1268
+ markdownlint: string | boolean | string[] | {
1269
+ config?: string | string[] | undefined;
1270
+ entry?: string | string[] | undefined;
1271
+ project?: string | string[] | undefined;
1272
+ };
1273
+ mocha: string | boolean | string[] | {
1274
+ config?: string | string[] | undefined;
1275
+ entry?: string | string[] | undefined;
1276
+ project?: string | string[] | undefined;
1277
+ };
1278
+ moonrepo: string | boolean | string[] | {
1279
+ config?: string | string[] | undefined;
1280
+ entry?: string | string[] | undefined;
1281
+ project?: string | string[] | undefined;
1282
+ };
1283
+ msw: string | boolean | string[] | {
1284
+ config?: string | string[] | undefined;
1285
+ entry?: string | string[] | undefined;
1286
+ project?: string | string[] | undefined;
1287
+ };
1288
+ nest: string | boolean | string[] | {
1289
+ config?: string | string[] | undefined;
1290
+ entry?: string | string[] | undefined;
1291
+ project?: string | string[] | undefined;
1292
+ };
1293
+ netlify: string | boolean | string[] | {
1294
+ config?: string | string[] | undefined;
1295
+ entry?: string | string[] | undefined;
1296
+ project?: string | string[] | undefined;
1297
+ };
1298
+ next: string | boolean | string[] | {
1299
+ config?: string | string[] | undefined;
1300
+ entry?: string | string[] | undefined;
1301
+ project?: string | string[] | undefined;
1302
+ };
1303
+ 'node-test-runner': string | boolean | string[] | {
1304
+ config?: string | string[] | undefined;
1305
+ entry?: string | string[] | undefined;
1306
+ project?: string | string[] | undefined;
1307
+ };
1308
+ nodemon: string | boolean | string[] | {
1309
+ config?: string | string[] | undefined;
1310
+ entry?: string | string[] | undefined;
1311
+ project?: string | string[] | undefined;
1312
+ };
1313
+ 'npm-package-json-lint': string | boolean | string[] | {
1314
+ config?: string | string[] | undefined;
1315
+ entry?: string | string[] | undefined;
1316
+ project?: string | string[] | undefined;
1317
+ };
1318
+ nuxt: string | boolean | string[] | {
1319
+ config?: string | string[] | undefined;
1320
+ entry?: string | string[] | undefined;
1321
+ project?: string | string[] | undefined;
1322
+ };
1323
+ nx: string | boolean | string[] | {
1324
+ config?: string | string[] | undefined;
1325
+ entry?: string | string[] | undefined;
1326
+ project?: string | string[] | undefined;
1327
+ };
1328
+ nyc: string | boolean | string[] | {
1329
+ config?: string | string[] | undefined;
1330
+ entry?: string | string[] | undefined;
1331
+ project?: string | string[] | undefined;
1332
+ };
1333
+ oclif: string | boolean | string[] | {
1334
+ config?: string | string[] | undefined;
1335
+ entry?: string | string[] | undefined;
1336
+ project?: string | string[] | undefined;
1337
+ };
1338
+ playwright: string | boolean | string[] | {
1339
+ config?: string | string[] | undefined;
1340
+ entry?: string | string[] | undefined;
1341
+ project?: string | string[] | undefined;
1342
+ };
1343
+ 'playwright-ct': string | boolean | string[] | {
1344
+ config?: string | string[] | undefined;
1345
+ entry?: string | string[] | undefined;
1346
+ project?: string | string[] | undefined;
1347
+ };
1348
+ 'playwright-test': string | boolean | string[] | {
1349
+ config?: string | string[] | undefined;
1350
+ entry?: string | string[] | undefined;
1351
+ project?: string | string[] | undefined;
1352
+ };
1353
+ postcss: string | boolean | string[] | {
1354
+ config?: string | string[] | undefined;
1355
+ entry?: string | string[] | undefined;
1356
+ project?: string | string[] | undefined;
1357
+ };
1358
+ preconstruct: string | boolean | string[] | {
1359
+ config?: string | string[] | undefined;
1360
+ entry?: string | string[] | undefined;
1361
+ project?: string | string[] | undefined;
1362
+ };
1363
+ prettier: string | boolean | string[] | {
1364
+ config?: string | string[] | undefined;
1365
+ entry?: string | string[] | undefined;
1366
+ project?: string | string[] | undefined;
1367
+ };
1368
+ 'react-cosmos': string | boolean | string[] | {
1369
+ config?: string | string[] | undefined;
1370
+ entry?: string | string[] | undefined;
1371
+ project?: string | string[] | undefined;
1372
+ };
1373
+ 'release-it': string | boolean | string[] | {
1374
+ config?: string | string[] | undefined;
1375
+ entry?: string | string[] | undefined;
1376
+ project?: string | string[] | undefined;
1377
+ };
1378
+ remark: string | boolean | string[] | {
1379
+ config?: string | string[] | undefined;
1380
+ entry?: string | string[] | undefined;
1381
+ project?: string | string[] | undefined;
1382
+ };
1383
+ remix: string | boolean | string[] | {
1384
+ config?: string | string[] | undefined;
1385
+ entry?: string | string[] | undefined;
1386
+ project?: string | string[] | undefined;
1387
+ };
1388
+ rollup: string | boolean | string[] | {
1389
+ config?: string | string[] | undefined;
1390
+ entry?: string | string[] | undefined;
1391
+ project?: string | string[] | undefined;
1392
+ };
1393
+ rsbuild: string | boolean | string[] | {
1394
+ config?: string | string[] | undefined;
1395
+ entry?: string | string[] | undefined;
1396
+ project?: string | string[] | undefined;
1397
+ };
1398
+ rspack: string | boolean | string[] | {
1399
+ config?: string | string[] | undefined;
1400
+ entry?: string | string[] | undefined;
1401
+ project?: string | string[] | undefined;
1402
+ };
1403
+ 'semantic-release': string | boolean | string[] | {
1404
+ config?: string | string[] | undefined;
1405
+ entry?: string | string[] | undefined;
1406
+ project?: string | string[] | undefined;
1407
+ };
1408
+ sentry: string | boolean | string[] | {
1409
+ config?: string | string[] | undefined;
1410
+ entry?: string | string[] | undefined;
1411
+ project?: string | string[] | undefined;
1412
+ };
1413
+ 'simple-git-hooks': string | boolean | string[] | {
1414
+ config?: string | string[] | undefined;
1415
+ entry?: string | string[] | undefined;
1416
+ project?: string | string[] | undefined;
1417
+ };
1418
+ 'size-limit': string | boolean | string[] | {
1419
+ config?: string | string[] | undefined;
1420
+ entry?: string | string[] | undefined;
1421
+ project?: string | string[] | undefined;
1422
+ };
1423
+ storybook: string | boolean | string[] | {
1424
+ config?: string | string[] | undefined;
1425
+ entry?: string | string[] | undefined;
1426
+ project?: string | string[] | undefined;
1427
+ };
1428
+ stryker: string | boolean | string[] | {
1429
+ config?: string | string[] | undefined;
1430
+ entry?: string | string[] | undefined;
1431
+ project?: string | string[] | undefined;
1432
+ };
1433
+ stylelint: string | boolean | string[] | {
1434
+ config?: string | string[] | undefined;
1435
+ entry?: string | string[] | undefined;
1436
+ project?: string | string[] | undefined;
1437
+ };
1438
+ svelte: string | boolean | string[] | {
1439
+ config?: string | string[] | undefined;
1440
+ entry?: string | string[] | undefined;
1441
+ project?: string | string[] | undefined;
1442
+ };
1443
+ syncpack: string | boolean | string[] | {
1444
+ config?: string | string[] | undefined;
1445
+ entry?: string | string[] | undefined;
1446
+ project?: string | string[] | undefined;
1447
+ };
1448
+ tailwind: string | boolean | string[] | {
1449
+ config?: string | string[] | undefined;
1450
+ entry?: string | string[] | undefined;
1451
+ project?: string | string[] | undefined;
1452
+ };
1453
+ travis: string | boolean | string[] | {
1454
+ config?: string | string[] | undefined;
1455
+ entry?: string | string[] | undefined;
1456
+ project?: string | string[] | undefined;
1457
+ };
1458
+ 'ts-node': string | boolean | string[] | {
1459
+ config?: string | string[] | undefined;
1460
+ entry?: string | string[] | undefined;
1461
+ project?: string | string[] | undefined;
1462
+ };
1463
+ tsup: string | boolean | string[] | {
1464
+ config?: string | string[] | undefined;
1465
+ entry?: string | string[] | undefined;
1466
+ project?: string | string[] | undefined;
1467
+ };
1468
+ tsx: string | boolean | string[] | {
1469
+ config?: string | string[] | undefined;
1470
+ entry?: string | string[] | undefined;
1471
+ project?: string | string[] | undefined;
1472
+ };
1473
+ typedoc: string | boolean | string[] | {
1474
+ config?: string | string[] | undefined;
1475
+ entry?: string | string[] | undefined;
1476
+ project?: string | string[] | undefined;
1477
+ };
1478
+ typescript: string | boolean | string[] | {
1479
+ config?: string | string[] | undefined;
1480
+ entry?: string | string[] | undefined;
1481
+ project?: string | string[] | undefined;
1482
+ };
1483
+ unbuild: string | boolean | string[] | {
1484
+ config?: string | string[] | undefined;
1485
+ entry?: string | string[] | undefined;
1486
+ project?: string | string[] | undefined;
1487
+ };
1488
+ unocss: string | boolean | string[] | {
1489
+ config?: string | string[] | undefined;
1490
+ entry?: string | string[] | undefined;
1491
+ project?: string | string[] | undefined;
1492
+ };
1493
+ 'vercel-og': string | boolean | string[] | {
1494
+ config?: string | string[] | undefined;
1495
+ entry?: string | string[] | undefined;
1496
+ project?: string | string[] | undefined;
1497
+ };
1498
+ vike: string | boolean | string[] | {
1499
+ config?: string | string[] | undefined;
1500
+ entry?: string | string[] | undefined;
1501
+ project?: string | string[] | undefined;
1502
+ };
1503
+ vite: string | boolean | string[] | {
1504
+ config?: string | string[] | undefined;
1505
+ entry?: string | string[] | undefined;
1506
+ project?: string | string[] | undefined;
1507
+ };
1508
+ vitest: string | boolean | string[] | {
1509
+ config?: string | string[] | undefined;
1510
+ entry?: string | string[] | undefined;
1511
+ project?: string | string[] | undefined;
1512
+ };
1513
+ vue: string | boolean | string[] | {
1514
+ config?: string | string[] | undefined;
1515
+ entry?: string | string[] | undefined;
1516
+ project?: string | string[] | undefined;
1517
+ };
1518
+ 'webdriver-io': string | boolean | string[] | {
1519
+ config?: string | string[] | undefined;
1520
+ entry?: string | string[] | undefined;
1521
+ project?: string | string[] | undefined;
1522
+ };
1523
+ webpack: string | boolean | string[] | {
1524
+ config?: string | string[] | undefined;
1525
+ entry?: string | string[] | undefined;
1526
+ project?: string | string[] | undefined;
1527
+ };
1528
+ wireit: string | boolean | string[] | {
1529
+ config?: string | string[] | undefined;
1530
+ entry?: string | string[] | undefined;
1531
+ project?: string | string[] | undefined;
1532
+ };
1533
+ wrangler: string | boolean | string[] | {
1534
+ config?: string | string[] | undefined;
1535
+ entry?: string | string[] | undefined;
1536
+ project?: string | string[] | undefined;
1537
+ };
1538
+ xo: string | boolean | string[] | {
1539
+ config?: string | string[] | undefined;
1540
+ entry?: string | string[] | undefined;
1541
+ project?: string | string[] | undefined;
1542
+ };
1543
+ yorkie: string | boolean | string[] | {
1544
+ config?: string | string[] | undefined;
1545
+ entry?: string | string[] | undefined;
1546
+ project?: string | string[] | undefined;
1547
+ };
1548
+ }, {
1549
+ node: string | boolean | string[] | {
1550
+ config?: string | string[] | undefined;
1551
+ entry?: string | string[] | undefined;
1552
+ project?: string | string[] | undefined;
1553
+ };
1554
+ angular: string | boolean | string[] | {
1555
+ config?: string | string[] | undefined;
1556
+ entry?: string | string[] | undefined;
1557
+ project?: string | string[] | undefined;
1558
+ };
1559
+ astro: string | boolean | string[] | {
1560
+ config?: string | string[] | undefined;
1561
+ entry?: string | string[] | undefined;
1562
+ project?: string | string[] | undefined;
1563
+ };
1564
+ ava: string | boolean | string[] | {
1565
+ config?: string | string[] | undefined;
1566
+ entry?: string | string[] | undefined;
1567
+ project?: string | string[] | undefined;
1568
+ };
1569
+ babel: string | boolean | string[] | {
1570
+ config?: string | string[] | undefined;
1571
+ entry?: string | string[] | undefined;
1572
+ project?: string | string[] | undefined;
1573
+ };
1574
+ c8: string | boolean | string[] | {
1575
+ config?: string | string[] | undefined;
1576
+ entry?: string | string[] | undefined;
1577
+ project?: string | string[] | undefined;
1578
+ };
1579
+ capacitor: string | boolean | string[] | {
1580
+ config?: string | string[] | undefined;
1581
+ entry?: string | string[] | undefined;
1582
+ project?: string | string[] | undefined;
1583
+ };
1584
+ changesets: string | boolean | string[] | {
1585
+ config?: string | string[] | undefined;
1586
+ entry?: string | string[] | undefined;
1587
+ project?: string | string[] | undefined;
1588
+ };
1589
+ commitizen: string | boolean | string[] | {
1590
+ config?: string | string[] | undefined;
1591
+ entry?: string | string[] | undefined;
1592
+ project?: string | string[] | undefined;
1593
+ };
1594
+ commitlint: string | boolean | string[] | {
1595
+ config?: string | string[] | undefined;
1596
+ entry?: string | string[] | undefined;
1597
+ project?: string | string[] | undefined;
1598
+ };
1599
+ cspell: string | boolean | string[] | {
1600
+ config?: string | string[] | undefined;
1601
+ entry?: string | string[] | undefined;
1602
+ project?: string | string[] | undefined;
1603
+ };
1604
+ cucumber: string | boolean | string[] | {
1605
+ config?: string | string[] | undefined;
1606
+ entry?: string | string[] | undefined;
1607
+ project?: string | string[] | undefined;
1608
+ };
1609
+ cypress: string | boolean | string[] | {
1610
+ config?: string | string[] | undefined;
1611
+ entry?: string | string[] | undefined;
1612
+ project?: string | string[] | undefined;
1613
+ };
1614
+ dotenv: string | boolean | string[] | {
1615
+ config?: string | string[] | undefined;
1616
+ entry?: string | string[] | undefined;
1617
+ project?: string | string[] | undefined;
1618
+ };
1619
+ drizzle: string | boolean | string[] | {
1620
+ config?: string | string[] | undefined;
1621
+ entry?: string | string[] | undefined;
1622
+ project?: string | string[] | undefined;
1623
+ };
1624
+ eleventy: string | boolean | string[] | {
1625
+ config?: string | string[] | undefined;
1626
+ entry?: string | string[] | undefined;
1627
+ project?: string | string[] | undefined;
1628
+ };
1629
+ eslint: string | boolean | string[] | {
1630
+ config?: string | string[] | undefined;
1631
+ entry?: string | string[] | undefined;
1632
+ project?: string | string[] | undefined;
1633
+ };
1634
+ gatsby: string | boolean | string[] | {
1635
+ config?: string | string[] | undefined;
1636
+ entry?: string | string[] | undefined;
1637
+ project?: string | string[] | undefined;
1638
+ };
1639
+ 'github-actions': string | boolean | string[] | {
1640
+ config?: string | string[] | undefined;
1641
+ entry?: string | string[] | undefined;
1642
+ project?: string | string[] | undefined;
1643
+ };
1644
+ glob: string | boolean | string[] | {
1645
+ config?: string | string[] | undefined;
1646
+ entry?: string | string[] | undefined;
1647
+ project?: string | string[] | undefined;
1648
+ };
1649
+ 'graphql-codegen': string | boolean | string[] | {
1650
+ config?: string | string[] | undefined;
1651
+ entry?: string | string[] | undefined;
1652
+ project?: string | string[] | undefined;
1653
+ };
1654
+ husky: string | boolean | string[] | {
1655
+ config?: string | string[] | undefined;
1656
+ entry?: string | string[] | undefined;
1657
+ project?: string | string[] | undefined;
1658
+ };
1659
+ jest: string | boolean | string[] | {
1660
+ config?: string | string[] | undefined;
1661
+ entry?: string | string[] | undefined;
1662
+ project?: string | string[] | undefined;
1663
+ };
1664
+ ladle: string | boolean | string[] | {
1665
+ config?: string | string[] | undefined;
1666
+ entry?: string | string[] | undefined;
1667
+ project?: string | string[] | undefined;
1668
+ };
1669
+ lefthook: string | boolean | string[] | {
1670
+ config?: string | string[] | undefined;
1671
+ entry?: string | string[] | undefined;
1672
+ project?: string | string[] | undefined;
1673
+ };
1674
+ 'lint-staged': string | boolean | string[] | {
1675
+ config?: string | string[] | undefined;
1676
+ entry?: string | string[] | undefined;
1677
+ project?: string | string[] | undefined;
1678
+ };
1679
+ linthtml: string | boolean | string[] | {
1680
+ config?: string | string[] | undefined;
1681
+ entry?: string | string[] | undefined;
1682
+ project?: string | string[] | undefined;
1683
+ };
1684
+ 'lockfile-lint': string | boolean | string[] | {
1685
+ config?: string | string[] | undefined;
1686
+ entry?: string | string[] | undefined;
1687
+ project?: string | string[] | undefined;
1688
+ };
1689
+ 'lost-pixel': string | boolean | string[] | {
1690
+ config?: string | string[] | undefined;
1691
+ entry?: string | string[] | undefined;
1692
+ project?: string | string[] | undefined;
1693
+ };
1694
+ markdownlint: string | boolean | string[] | {
1695
+ config?: string | string[] | undefined;
1696
+ entry?: string | string[] | undefined;
1697
+ project?: string | string[] | undefined;
1698
+ };
1699
+ mocha: string | boolean | string[] | {
1700
+ config?: string | string[] | undefined;
1701
+ entry?: string | string[] | undefined;
1702
+ project?: string | string[] | undefined;
1703
+ };
1704
+ moonrepo: string | boolean | string[] | {
1705
+ config?: string | string[] | undefined;
1706
+ entry?: string | string[] | undefined;
1707
+ project?: string | string[] | undefined;
1708
+ };
1709
+ msw: string | boolean | string[] | {
1710
+ config?: string | string[] | undefined;
1711
+ entry?: string | string[] | undefined;
1712
+ project?: string | string[] | undefined;
1713
+ };
1714
+ nest: string | boolean | string[] | {
1715
+ config?: string | string[] | undefined;
1716
+ entry?: string | string[] | undefined;
1717
+ project?: string | string[] | undefined;
1718
+ };
1719
+ netlify: string | boolean | string[] | {
1720
+ config?: string | string[] | undefined;
1721
+ entry?: string | string[] | undefined;
1722
+ project?: string | string[] | undefined;
1723
+ };
1724
+ next: string | boolean | string[] | {
1725
+ config?: string | string[] | undefined;
1726
+ entry?: string | string[] | undefined;
1727
+ project?: string | string[] | undefined;
1728
+ };
1729
+ 'node-test-runner': string | boolean | string[] | {
1730
+ config?: string | string[] | undefined;
1731
+ entry?: string | string[] | undefined;
1732
+ project?: string | string[] | undefined;
1733
+ };
1734
+ nodemon: string | boolean | string[] | {
1735
+ config?: string | string[] | undefined;
1736
+ entry?: string | string[] | undefined;
1737
+ project?: string | string[] | undefined;
1738
+ };
1739
+ 'npm-package-json-lint': string | boolean | string[] | {
1740
+ config?: string | string[] | undefined;
1741
+ entry?: string | string[] | undefined;
1742
+ project?: string | string[] | undefined;
1743
+ };
1744
+ nuxt: string | boolean | string[] | {
1745
+ config?: string | string[] | undefined;
1746
+ entry?: string | string[] | undefined;
1747
+ project?: string | string[] | undefined;
1748
+ };
1749
+ nx: string | boolean | string[] | {
1750
+ config?: string | string[] | undefined;
1751
+ entry?: string | string[] | undefined;
1752
+ project?: string | string[] | undefined;
1753
+ };
1754
+ nyc: string | boolean | string[] | {
1755
+ config?: string | string[] | undefined;
1756
+ entry?: string | string[] | undefined;
1757
+ project?: string | string[] | undefined;
1758
+ };
1759
+ oclif: string | boolean | string[] | {
1760
+ config?: string | string[] | undefined;
1761
+ entry?: string | string[] | undefined;
1762
+ project?: string | string[] | undefined;
1763
+ };
1764
+ playwright: string | boolean | string[] | {
1765
+ config?: string | string[] | undefined;
1766
+ entry?: string | string[] | undefined;
1767
+ project?: string | string[] | undefined;
1768
+ };
1769
+ 'playwright-ct': string | boolean | string[] | {
1770
+ config?: string | string[] | undefined;
1771
+ entry?: string | string[] | undefined;
1772
+ project?: string | string[] | undefined;
1773
+ };
1774
+ 'playwright-test': string | boolean | string[] | {
1775
+ config?: string | string[] | undefined;
1776
+ entry?: string | string[] | undefined;
1777
+ project?: string | string[] | undefined;
1778
+ };
1779
+ postcss: string | boolean | string[] | {
1780
+ config?: string | string[] | undefined;
1781
+ entry?: string | string[] | undefined;
1782
+ project?: string | string[] | undefined;
1783
+ };
1784
+ preconstruct: string | boolean | string[] | {
1785
+ config?: string | string[] | undefined;
1786
+ entry?: string | string[] | undefined;
1787
+ project?: string | string[] | undefined;
1788
+ };
1789
+ prettier: string | boolean | string[] | {
1790
+ config?: string | string[] | undefined;
1791
+ entry?: string | string[] | undefined;
1792
+ project?: string | string[] | undefined;
1793
+ };
1794
+ 'react-cosmos': string | boolean | string[] | {
1795
+ config?: string | string[] | undefined;
1796
+ entry?: string | string[] | undefined;
1797
+ project?: string | string[] | undefined;
1798
+ };
1799
+ 'release-it': string | boolean | string[] | {
1800
+ config?: string | string[] | undefined;
1801
+ entry?: string | string[] | undefined;
1802
+ project?: string | string[] | undefined;
1803
+ };
1804
+ remark: string | boolean | string[] | {
1805
+ config?: string | string[] | undefined;
1806
+ entry?: string | string[] | undefined;
1807
+ project?: string | string[] | undefined;
1808
+ };
1809
+ remix: string | boolean | string[] | {
1810
+ config?: string | string[] | undefined;
1811
+ entry?: string | string[] | undefined;
1812
+ project?: string | string[] | undefined;
1813
+ };
1814
+ rollup: string | boolean | string[] | {
1815
+ config?: string | string[] | undefined;
1816
+ entry?: string | string[] | undefined;
1817
+ project?: string | string[] | undefined;
1818
+ };
1819
+ rsbuild: string | boolean | string[] | {
1820
+ config?: string | string[] | undefined;
1821
+ entry?: string | string[] | undefined;
1822
+ project?: string | string[] | undefined;
1823
+ };
1824
+ rspack: string | boolean | string[] | {
1825
+ config?: string | string[] | undefined;
1826
+ entry?: string | string[] | undefined;
1827
+ project?: string | string[] | undefined;
1828
+ };
1829
+ 'semantic-release': string | boolean | string[] | {
1830
+ config?: string | string[] | undefined;
1831
+ entry?: string | string[] | undefined;
1832
+ project?: string | string[] | undefined;
1833
+ };
1834
+ sentry: string | boolean | string[] | {
1835
+ config?: string | string[] | undefined;
1836
+ entry?: string | string[] | undefined;
1837
+ project?: string | string[] | undefined;
1838
+ };
1839
+ 'simple-git-hooks': string | boolean | string[] | {
1840
+ config?: string | string[] | undefined;
1841
+ entry?: string | string[] | undefined;
1842
+ project?: string | string[] | undefined;
1843
+ };
1844
+ 'size-limit': string | boolean | string[] | {
1845
+ config?: string | string[] | undefined;
1846
+ entry?: string | string[] | undefined;
1847
+ project?: string | string[] | undefined;
1848
+ };
1849
+ storybook: string | boolean | string[] | {
1850
+ config?: string | string[] | undefined;
1851
+ entry?: string | string[] | undefined;
1852
+ project?: string | string[] | undefined;
1853
+ };
1854
+ stryker: string | boolean | string[] | {
1855
+ config?: string | string[] | undefined;
1856
+ entry?: string | string[] | undefined;
1857
+ project?: string | string[] | undefined;
1858
+ };
1859
+ stylelint: string | boolean | string[] | {
1860
+ config?: string | string[] | undefined;
1861
+ entry?: string | string[] | undefined;
1862
+ project?: string | string[] | undefined;
1863
+ };
1864
+ svelte: string | boolean | string[] | {
1865
+ config?: string | string[] | undefined;
1866
+ entry?: string | string[] | undefined;
1867
+ project?: string | string[] | undefined;
1868
+ };
1869
+ syncpack: string | boolean | string[] | {
1870
+ config?: string | string[] | undefined;
1871
+ entry?: string | string[] | undefined;
1872
+ project?: string | string[] | undefined;
1873
+ };
1874
+ tailwind: string | boolean | string[] | {
1875
+ config?: string | string[] | undefined;
1876
+ entry?: string | string[] | undefined;
1877
+ project?: string | string[] | undefined;
1878
+ };
1879
+ travis: string | boolean | string[] | {
1880
+ config?: string | string[] | undefined;
1881
+ entry?: string | string[] | undefined;
1882
+ project?: string | string[] | undefined;
1883
+ };
1884
+ 'ts-node': string | boolean | string[] | {
1885
+ config?: string | string[] | undefined;
1886
+ entry?: string | string[] | undefined;
1887
+ project?: string | string[] | undefined;
1888
+ };
1889
+ tsup: string | boolean | string[] | {
1890
+ config?: string | string[] | undefined;
1891
+ entry?: string | string[] | undefined;
1892
+ project?: string | string[] | undefined;
1893
+ };
1894
+ tsx: string | boolean | string[] | {
1895
+ config?: string | string[] | undefined;
1896
+ entry?: string | string[] | undefined;
1897
+ project?: string | string[] | undefined;
1898
+ };
1899
+ typedoc: string | boolean | string[] | {
1900
+ config?: string | string[] | undefined;
1901
+ entry?: string | string[] | undefined;
1902
+ project?: string | string[] | undefined;
1903
+ };
1904
+ typescript: string | boolean | string[] | {
1905
+ config?: string | string[] | undefined;
1906
+ entry?: string | string[] | undefined;
1907
+ project?: string | string[] | undefined;
1908
+ };
1909
+ unbuild: string | boolean | string[] | {
1910
+ config?: string | string[] | undefined;
1911
+ entry?: string | string[] | undefined;
1912
+ project?: string | string[] | undefined;
1913
+ };
1914
+ unocss: string | boolean | string[] | {
1915
+ config?: string | string[] | undefined;
1916
+ entry?: string | string[] | undefined;
1917
+ project?: string | string[] | undefined;
1918
+ };
1919
+ 'vercel-og': string | boolean | string[] | {
1920
+ config?: string | string[] | undefined;
1921
+ entry?: string | string[] | undefined;
1922
+ project?: string | string[] | undefined;
1923
+ };
1924
+ vike: string | boolean | string[] | {
1925
+ config?: string | string[] | undefined;
1926
+ entry?: string | string[] | undefined;
1927
+ project?: string | string[] | undefined;
1928
+ };
1929
+ vite: string | boolean | string[] | {
1930
+ config?: string | string[] | undefined;
1931
+ entry?: string | string[] | undefined;
1932
+ project?: string | string[] | undefined;
1933
+ };
1934
+ vitest: string | boolean | string[] | {
1935
+ config?: string | string[] | undefined;
1936
+ entry?: string | string[] | undefined;
1937
+ project?: string | string[] | undefined;
1938
+ };
1939
+ vue: string | boolean | string[] | {
1940
+ config?: string | string[] | undefined;
1941
+ entry?: string | string[] | undefined;
1942
+ project?: string | string[] | undefined;
1943
+ };
1944
+ 'webdriver-io': string | boolean | string[] | {
1945
+ config?: string | string[] | undefined;
1946
+ entry?: string | string[] | undefined;
1947
+ project?: string | string[] | undefined;
1948
+ };
1949
+ webpack: string | boolean | string[] | {
1950
+ config?: string | string[] | undefined;
1951
+ entry?: string | string[] | undefined;
1952
+ project?: string | string[] | undefined;
1953
+ };
1954
+ wireit: string | boolean | string[] | {
1955
+ config?: string | string[] | undefined;
1956
+ entry?: string | string[] | undefined;
1957
+ project?: string | string[] | undefined;
1958
+ };
1959
+ wrangler: string | boolean | string[] | {
1960
+ config?: string | string[] | undefined;
1961
+ entry?: string | string[] | undefined;
1962
+ project?: string | string[] | undefined;
1963
+ };
1964
+ xo: string | boolean | string[] | {
1965
+ config?: string | string[] | undefined;
1966
+ entry?: string | string[] | undefined;
1967
+ project?: string | string[] | undefined;
1968
+ };
1969
+ yorkie: string | boolean | string[] | {
1970
+ config?: string | string[] | undefined;
1971
+ entry?: string | string[] | undefined;
1972
+ project?: string | string[] | undefined;
1973
+ };
1974
+ }>;