knip 5.50.0 → 5.50.2

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.
Files changed (319) hide show
  1. package/dist/CacheConsultant.d.ts +14 -0
  2. package/dist/ConfigurationChief.d.ts +183 -0
  3. package/dist/ConsoleStreamer.d.ts +12 -0
  4. package/dist/DependencyDeputy.d.ts +78 -0
  5. package/dist/IssueCollector.d.ts +39 -0
  6. package/dist/IssueFixer.d.ts +27 -0
  7. package/dist/PackageJsonPeeker.d.ts +13 -0
  8. package/dist/PrincipalFactory.d.ts +20 -0
  9. package/dist/ProjectPrincipal.d.ts +58 -0
  10. package/dist/WorkspaceWorker.d.ts +71 -0
  11. package/dist/WorkspaceWorker.js +20 -14
  12. package/dist/binaries/bash-parser.d.ts +3 -0
  13. package/dist/binaries/fallback.d.ts +2 -0
  14. package/dist/binaries/index.d.ts +2 -0
  15. package/dist/binaries/package-manager/bun.d.ts +2 -0
  16. package/dist/binaries/package-manager/bunx.d.ts +3 -0
  17. package/dist/binaries/package-manager/index.d.ts +10 -0
  18. package/dist/binaries/package-manager/npm.d.ts +2 -0
  19. package/dist/binaries/package-manager/npx.d.ts +2 -0
  20. package/dist/binaries/package-manager/pnpm.d.ts +2 -0
  21. package/dist/binaries/package-manager/pnpx.d.ts +3 -0
  22. package/dist/binaries/package-manager/yarn.d.ts +2 -0
  23. package/dist/binaries/plugins.d.ts +2 -0
  24. package/dist/binaries/util.d.ts +3 -0
  25. package/dist/cli.d.ts +1 -0
  26. package/dist/compilers/astro.d.ts +6 -0
  27. package/dist/compilers/compilers.d.ts +5 -0
  28. package/dist/compilers/index.d.ts +1007 -0
  29. package/dist/compilers/mdx.d.ts +6 -0
  30. package/dist/compilers/svelte.d.ts +6 -0
  31. package/dist/compilers/types.d.ts +7 -0
  32. package/dist/compilers/vue.d.ts +6 -0
  33. package/dist/constants.d.ts +26 -0
  34. package/dist/graph/analyze.d.ts +30 -0
  35. package/dist/graph/build.d.ts +40 -0
  36. package/dist/graph/build.js +2 -0
  37. package/dist/index.d.ts +11 -0
  38. package/dist/manifest/helpers.d.ts +9 -0
  39. package/dist/manifest/index.d.ts +12 -0
  40. package/dist/plugins/_template/index.d.ts +12 -0
  41. package/dist/plugins/_template/types.d.ts +4 -0
  42. package/dist/plugins/angular/index.d.ts +10 -0
  43. package/dist/plugins/angular/types.d.ts +1048 -0
  44. package/dist/plugins/astro/index.d.ts +11 -0
  45. package/dist/plugins/ava/index.d.ts +12 -0
  46. package/dist/plugins/ava/types.d.ts +8 -0
  47. package/dist/plugins/babel/helpers.d.ts +14 -0
  48. package/dist/plugins/babel/index.d.ts +12 -0
  49. package/dist/plugins/babel/types.d.ts +10 -0
  50. package/dist/plugins/c8/index.d.ts +10 -0
  51. package/dist/plugins/capacitor/index.d.ts +10 -0
  52. package/dist/plugins/capacitor/types.d.ts +3 -0
  53. package/dist/plugins/changesets/index.d.ts +11 -0
  54. package/dist/plugins/changesets/types.d.ts +3 -0
  55. package/dist/plugins/commitizen/index.d.ts +12 -0
  56. package/dist/plugins/commitizen/types.d.ts +3 -0
  57. package/dist/plugins/commitlint/index.d.ts +10 -0
  58. package/dist/plugins/commitlint/types.d.ts +12 -0
  59. package/dist/plugins/create-typescript-app/index.d.ts +8 -0
  60. package/dist/plugins/cspell/index.d.ts +10 -0
  61. package/dist/plugins/cspell/types.d.ts +3 -0
  62. package/dist/plugins/cucumber/index.d.ts +12 -0
  63. package/dist/plugins/cucumber/types.d.ts +7 -0
  64. package/dist/plugins/cypress/helpers.d.ts +3 -0
  65. package/dist/plugins/cypress/index.d.ts +12 -0
  66. package/dist/plugins/cypress/types.d.ts +6 -0
  67. package/dist/plugins/dependency-cruiser/index.d.ts +12 -0
  68. package/dist/plugins/dotenv/index.d.ts +8 -0
  69. package/dist/plugins/drizzle/index.d.ts +10 -0
  70. package/dist/plugins/drizzle/types.d.ts +3 -0
  71. package/dist/plugins/eleventy/helpers.d.ts +138 -0
  72. package/dist/plugins/eleventy/index.d.ts +14 -0
  73. package/dist/plugins/eleventy/types.d.ts +10 -0
  74. package/dist/plugins/eslint/helpers.d.ts +4 -0
  75. package/dist/plugins/eslint/index.d.ts +15 -0
  76. package/dist/plugins/eslint/types.d.ts +29 -0
  77. package/dist/plugins/expo/helpers.d.ts +20 -0
  78. package/dist/plugins/expo/index.d.ts +14 -0
  79. package/dist/plugins/expo/types.d.ts +28 -0
  80. package/dist/plugins/gatsby/index.d.ts +11 -0
  81. package/dist/plugins/gatsby/types.d.ts +15 -0
  82. package/dist/plugins/github-action/index.d.ts +9 -0
  83. package/dist/plugins/github-actions/index.d.ts +11 -0
  84. package/dist/plugins/github-actions/types.d.ts +20 -0
  85. package/dist/plugins/glob/index.d.ts +12 -0
  86. package/dist/plugins/graphql-codegen/index.d.ts +11 -0
  87. package/dist/plugins/graphql-codegen/types.d.ts +37 -0
  88. package/dist/plugins/husky/index.d.ts +10 -0
  89. package/dist/plugins/i18next-parser/index.d.ts +12 -0
  90. package/dist/plugins/i18next-parser/index.js +16 -0
  91. package/dist/plugins/index.d.ts +798 -0
  92. package/dist/plugins/index.js +2 -0
  93. package/dist/plugins/jest/helpers.d.ts +4 -0
  94. package/dist/plugins/jest/index.d.ts +15 -0
  95. package/dist/plugins/jest/types.d.ts +3 -0
  96. package/dist/plugins/karma/helpers.d.ts +7 -0
  97. package/dist/plugins/karma/index.d.ts +12 -0
  98. package/dist/plugins/karma/types.d.ts +22 -0
  99. package/dist/plugins/ladle/index.d.ts +13 -0
  100. package/dist/plugins/ladle/types.d.ts +4 -0
  101. package/dist/plugins/lefthook/index.d.ts +9 -0
  102. package/dist/plugins/lint-staged/index.d.ts +11 -0
  103. package/dist/plugins/lint-staged/types.d.ts +5 -0
  104. package/dist/plugins/linthtml/index.d.ts +11 -0
  105. package/dist/plugins/linthtml/types.d.ts +4 -0
  106. package/dist/plugins/lockfile-lint/index.d.ts +8 -0
  107. package/dist/plugins/lost-pixel/index.d.ts +8 -0
  108. package/dist/plugins/markdownlint/helpers.d.ts +1 -0
  109. package/dist/plugins/markdownlint/index.d.ts +10 -0
  110. package/dist/plugins/markdownlint/types.d.ts +3 -0
  111. package/dist/plugins/metro/index.d.ts +15 -0
  112. package/dist/plugins/metro/types.d.ts +13 -0
  113. package/dist/plugins/mocha/index.d.ts +15 -0
  114. package/dist/plugins/mocha/types.d.ts +4 -0
  115. package/dist/plugins/moonrepo/index.d.ts +11 -0
  116. package/dist/plugins/moonrepo/types.d.ts +7 -0
  117. package/dist/plugins/msw/index.d.ts +11 -0
  118. package/dist/plugins/msw/types.d.ts +3 -0
  119. package/dist/plugins/nest/index.d.ts +10 -0
  120. package/dist/plugins/nest/types.d.ts +3 -0
  121. package/dist/plugins/netlify/helpers.d.ts +2 -0
  122. package/dist/plugins/netlify/index.d.ts +12 -0
  123. package/dist/plugins/netlify/types.d.ts +11 -0
  124. package/dist/plugins/next/index.d.ts +10 -0
  125. package/dist/plugins/next/resolveFromAST.d.ts +2 -0
  126. package/dist/plugins/node/index.d.ts +16 -0
  127. package/dist/plugins/nodemon/index.d.ts +10 -0
  128. package/dist/plugins/npm-package-json-lint/index.d.ts +11 -0
  129. package/dist/plugins/npm-package-json-lint/types.d.ts +3 -0
  130. package/dist/plugins/nuxt/index.d.ts +14 -0
  131. package/dist/plugins/nuxt/types.d.ts +8 -0
  132. package/dist/plugins/nx/index.d.ts +14 -0
  133. package/dist/plugins/nx/types.d.ts +19 -0
  134. package/dist/plugins/nyc/index.d.ts +10 -0
  135. package/dist/plugins/nyc/types.d.ts +4 -0
  136. package/dist/plugins/oclif/index.d.ts +10 -0
  137. package/dist/plugins/oclif/types.d.ts +4 -0
  138. package/dist/plugins/playwright/index.d.ts +21 -0
  139. package/dist/plugins/playwright/types.d.ts +36 -0
  140. package/dist/plugins/playwright-ct/index.d.ts +11 -0
  141. package/dist/plugins/playwright-test/index.d.ts +13 -0
  142. package/dist/plugins/plop/index.d.ts +8 -0
  143. package/dist/plugins/postcss/index.d.ts +10 -0
  144. package/dist/plugins/postcss/types.d.ts +3 -0
  145. package/dist/plugins/preconstruct/index.d.ts +10 -0
  146. package/dist/plugins/preconstruct/types.d.ts +3 -0
  147. package/dist/plugins/prettier/index.d.ts +10 -0
  148. package/dist/plugins/prettier/types.d.ts +8 -0
  149. package/dist/plugins/react-cosmos/index.d.ts +12 -0
  150. package/dist/plugins/react-cosmos/types.d.ts +5 -0
  151. package/dist/plugins/react-router/index.d.ts +10 -0
  152. package/dist/plugins/react-router/types.d.ts +7 -0
  153. package/dist/plugins/release-it/index.d.ts +10 -0
  154. package/dist/plugins/release-it/types.d.ts +10 -0
  155. package/dist/plugins/remark/index.d.ts +11 -0
  156. package/dist/plugins/remark/types.d.ts +3 -0
  157. package/dist/plugins/remix/index.d.ts +9 -0
  158. package/dist/plugins/rollup/index.d.ts +10 -0
  159. package/dist/plugins/rsbuild/index.d.ts +10 -0
  160. package/dist/plugins/rsbuild/types.d.ts +3 -0
  161. package/dist/plugins/rspack/index.d.ts +10 -0
  162. package/dist/plugins/semantic-release/index.d.ts +12 -0
  163. package/dist/plugins/semantic-release/types.d.ts +3 -0
  164. package/dist/plugins/sentry/index.d.ts +8 -0
  165. package/dist/plugins/simple-git-hooks/index.d.ts +10 -0
  166. package/dist/plugins/simple-git-hooks/types.d.ts +3 -0
  167. package/dist/plugins/size-limit/index.d.ts +8 -0
  168. package/dist/plugins/sst/index.d.ts +9 -0
  169. package/dist/plugins/sst/resolveFromAST.d.ts +2 -0
  170. package/dist/plugins/starlight/index.d.ts +9 -0
  171. package/dist/plugins/starlight/resolveFromAST.d.ts +2 -0
  172. package/dist/plugins/storybook/index.d.ts +13 -0
  173. package/dist/plugins/storybook/types.d.ts +20 -0
  174. package/dist/plugins/stryker/index.d.ts +10 -0
  175. package/dist/plugins/stryker/types.d.ts +5 -0
  176. package/dist/plugins/stylelint/index.d.ts +10 -0
  177. package/dist/plugins/stylelint/types.d.ts +8 -0
  178. package/dist/plugins/svelte/index.d.ts +9 -0
  179. package/dist/plugins/syncpack/index.d.ts +8 -0
  180. package/dist/plugins/tailwind/index.d.ts +8 -0
  181. package/dist/plugins/tanstack-router/index.d.ts +12 -0
  182. package/dist/plugins/tanstack-router/resolveFromAST.d.ts +2 -0
  183. package/dist/plugins/tanstack-router/types.d.ts +7 -0
  184. package/dist/plugins/travis/index.d.ts +10 -0
  185. package/dist/plugins/ts-node/index.d.ts +15 -0
  186. package/dist/plugins/tsup/index.d.ts +13 -0
  187. package/dist/plugins/tsup/types.d.ts +7 -0
  188. package/dist/plugins/tsx/index.d.ts +9 -0
  189. package/dist/plugins/typedoc/index.d.ts +16 -0
  190. package/dist/plugins/typedoc/types.d.ts +4 -0
  191. package/dist/plugins/typescript/index.d.ts +21 -0
  192. package/dist/plugins/unbuild/index.d.ts +10 -0
  193. package/dist/plugins/unbuild/types.d.ts +13 -0
  194. package/dist/plugins/unocss/index.d.ts +8 -0
  195. package/dist/plugins/vercel-og/index.d.ts +8 -0
  196. package/dist/plugins/vike/index.d.ts +8 -0
  197. package/dist/plugins/vite/index.d.ts +11 -0
  198. package/dist/plugins/vitest/helpers.d.ts +3 -0
  199. package/dist/plugins/vitest/index.d.ts +17 -0
  200. package/dist/plugins/vitest/types.d.ts +39 -0
  201. package/dist/plugins/vue/index.d.ts +10 -0
  202. package/dist/plugins/vue/types.d.ts +5 -0
  203. package/dist/plugins/webdriver-io/index.d.ts +10 -0
  204. package/dist/plugins/webdriver-io/types.d.ts +3 -0
  205. package/dist/plugins/webpack/index.d.ts +19 -0
  206. package/dist/plugins/webpack/types.d.ts +12 -0
  207. package/dist/plugins/wireit/index.d.ts +10 -0
  208. package/dist/plugins/wireit/types.d.ts +3 -0
  209. package/dist/plugins/wrangler/index.d.ts +10 -0
  210. package/dist/plugins/wrangler/types.d.ts +3 -0
  211. package/dist/plugins/xo/index.d.ts +11 -0
  212. package/dist/plugins/xo/types.d.ts +12 -0
  213. package/dist/plugins/yarn/index.d.ts +9 -0
  214. package/dist/plugins/yorkie/index.d.ts +11 -0
  215. package/dist/plugins.d.ts +7 -0
  216. package/dist/reporters/codeclimate.d.ts +3 -0
  217. package/dist/reporters/codeowners.d.ts +3 -0
  218. package/dist/reporters/compact.d.ts +3 -0
  219. package/dist/reporters/disclosure.d.ts +3 -0
  220. package/dist/reporters/index.d.ts +10 -0
  221. package/dist/reporters/json.d.ts +3 -0
  222. package/dist/reporters/markdown.d.ts +3 -0
  223. package/dist/reporters/symbols.d.ts +3 -0
  224. package/dist/reporters/util.d.ts +22 -0
  225. package/dist/reporters/watch.d.ts +12 -0
  226. package/dist/schema/configuration.d.ts +5551 -0
  227. package/dist/schema/plugins.d.ts +2250 -0
  228. package/dist/schema/plugins.js +1 -0
  229. package/dist/types/PluginNames.d.ts +2 -0
  230. package/dist/types/PluginNames.js +1 -0
  231. package/dist/types/args.d.ts +14 -0
  232. package/dist/types/cli.d.ts +27 -0
  233. package/dist/types/config.d.ts +119 -0
  234. package/dist/types/exports.d.ts +24 -0
  235. package/dist/types/imports.d.ts +12 -0
  236. package/dist/types/issues.d.ts +88 -0
  237. package/dist/types/module-graph.d.ts +67 -0
  238. package/dist/types/package-json.d.ts +53 -0
  239. package/dist/types/project.d.ts +18 -0
  240. package/dist/types/workspace.d.ts +27 -0
  241. package/dist/typescript/SourceFile.d.ts +35 -0
  242. package/dist/typescript/SourceFileManager.d.ts +19 -0
  243. package/dist/typescript/ast-helpers.d.ts +38 -0
  244. package/dist/typescript/create-hosts.d.ts +21 -0
  245. package/dist/typescript/find-internal-references.d.ts +4 -0
  246. package/dist/typescript/get-imports-and-exports.d.ts +18 -0
  247. package/dist/typescript/resolve-module-names.d.ts +4 -0
  248. package/dist/typescript/visitors/dynamic-imports/importCall.d.ts +3 -0
  249. package/dist/typescript/visitors/dynamic-imports/importType.d.ts +3 -0
  250. package/dist/typescript/visitors/dynamic-imports/index.d.ts +3 -0
  251. package/dist/typescript/visitors/dynamic-imports/jsDocType.d.ts +4 -0
  252. package/dist/typescript/visitors/dynamic-imports/requireCall.d.ts +3 -0
  253. package/dist/typescript/visitors/dynamic-imports/resolveCall.d.ts +3 -0
  254. package/dist/typescript/visitors/exports/exportAssignment.d.ts +3 -0
  255. package/dist/typescript/visitors/exports/exportDeclaration.d.ts +3 -0
  256. package/dist/typescript/visitors/exports/exportKeyword.d.ts +3 -0
  257. package/dist/typescript/visitors/exports/exportsAccessExpression.d.ts +3 -0
  258. package/dist/typescript/visitors/exports/index.d.ts +3 -0
  259. package/dist/typescript/visitors/exports/moduleExportsAccessExpression.d.ts +3 -0
  260. package/dist/typescript/visitors/helpers.d.ts +8 -0
  261. package/dist/typescript/visitors/imports/importDeclaration.d.ts +3 -0
  262. package/dist/typescript/visitors/imports/importEqualsDeclaration.d.ts +3 -0
  263. package/dist/typescript/visitors/imports/index.d.ts +3 -0
  264. package/dist/typescript/visitors/imports/reExportDeclaration.d.ts +3 -0
  265. package/dist/typescript/visitors/index.d.ts +12 -0
  266. package/dist/typescript/visitors/scripts/bun.d.ts +3 -0
  267. package/dist/typescript/visitors/scripts/execa.d.ts +3 -0
  268. package/dist/typescript/visitors/scripts/index.d.ts +3 -0
  269. package/dist/typescript/visitors/scripts/zx.d.ts +3 -0
  270. package/dist/util/Performance.d.ts +26 -0
  271. package/dist/util/array.d.ts +5 -0
  272. package/dist/util/cli-arguments.d.ts +44 -0
  273. package/dist/util/codeowners.d.ts +2 -0
  274. package/dist/util/create-workspace-graph.d.ts +3 -0
  275. package/dist/util/debug.d.ts +4 -0
  276. package/dist/util/empty.d.ts +1 -0
  277. package/dist/util/errors.d.ts +13 -0
  278. package/dist/util/file-entry-cache.d.ts +29 -0
  279. package/dist/util/fs.d.ts +9 -0
  280. package/dist/util/get-included-issue-types.d.ts +18 -0
  281. package/dist/util/get-referenced-inputs.d.ts +5 -0
  282. package/dist/util/git.d.ts +1 -0
  283. package/dist/util/glob-core.d.ts +28 -0
  284. package/dist/util/glob.d.ts +16 -0
  285. package/dist/util/graph-sequencer.d.ts +9 -0
  286. package/dist/util/has-strictly-ns-references.d.ts +4 -0
  287. package/dist/util/input.d.ts +43 -0
  288. package/dist/util/is-identifier-referenced.d.ts +9 -0
  289. package/dist/util/issue-initializers.d.ts +4 -0
  290. package/dist/util/jiti.d.ts +1 -0
  291. package/dist/util/loader.d.ts +1 -0
  292. package/dist/util/log.d.ts +2 -0
  293. package/dist/util/map-workspaces.d.ts +5 -0
  294. package/dist/util/math.d.ts +6 -0
  295. package/dist/util/module-graph.d.ts +6 -0
  296. package/dist/util/modules.d.ts +10 -0
  297. package/dist/util/object.d.ts +4 -0
  298. package/dist/util/package-json.d.ts +14 -0
  299. package/dist/util/package-name.d.ts +2 -0
  300. package/dist/util/path.d.ts +13 -0
  301. package/dist/util/plugin-config.d.ts +24 -0
  302. package/dist/util/plugin.d.ts +9 -0
  303. package/dist/util/regex.d.ts +3 -0
  304. package/dist/util/remove-export.d.ts +8 -0
  305. package/dist/util/reporter.d.ts +3 -0
  306. package/dist/util/require.d.ts +1 -0
  307. package/dist/util/resolve.d.ts +2 -0
  308. package/dist/util/string.d.ts +1 -0
  309. package/dist/util/tag.d.ts +5 -0
  310. package/dist/util/to-source-path.d.ts +5 -0
  311. package/dist/util/trace.d.ts +20 -0
  312. package/dist/util/tsconfig-loader.d.ts +6 -0
  313. package/dist/util/unwrap-function.d.ts +1 -0
  314. package/dist/util/watch.d.ts +25 -0
  315. package/dist/util/workspace.d.ts +1 -0
  316. package/dist/version.d.ts +1 -0
  317. package/dist/version.js +1 -1
  318. package/package.json +1 -1
  319. package/schema.json +4 -0
@@ -0,0 +1,2250 @@
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
+ 'create-typescript-app': 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
+ cspell: 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
+ cucumber: 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
+ cypress: 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
+ 'dependency-cruiser': 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
+ dotenv: 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
+ drizzle: 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
+ eleventy: 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
+ eslint: 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
+ expo: 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
+ gatsby: 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
+ 'github-action': 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
+ 'github-actions': 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
+ glob: 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
+ 'graphql-codegen': 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
+ husky: 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
+ 'i18next-parser': 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
+ jest: 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
+ karma: 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
+ ladle: 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
+ lefthook: 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
+ 'lint-staged': 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
+ linthtml: 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
+ 'lockfile-lint': 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
+ 'lost-pixel': 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
+ markdownlint: 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
+ metro: 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
+ mocha: 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
+ moonrepo: 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
+ msw: 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
+ nest: 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
+ netlify: 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
+ next: 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
+ node: 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
+ nodemon: 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
+ 'npm-package-json-lint': 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
+ nuxt: 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
+ nx: 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
+ nyc: 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
+ oclif: 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
+ playwright: 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
+ 'playwright-ct': 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
+ 'playwright-test': 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
+ plop: 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
+ postcss: 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
+ preconstruct: 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
+ prettier: 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
+ 'react-cosmos': 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
+ 'react-router': 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
+ 'release-it': 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
+ remark: 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
+ remix: 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
+ rollup: 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
+ rsbuild: 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
+ rspack: 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
+ 'semantic-release': 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
+ sentry: 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
+ 'simple-git-hooks': 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
+ 'size-limit': 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
+ sst: 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
+ starlight: 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
+ storybook: 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
+ stryker: 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
+ stylelint: 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
+ svelte: 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
+ syncpack: 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
+ tailwind: 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
+ 'tanstack-router': 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
+ travis: 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
+ 'ts-node': 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
+ tsup: 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
+ tsx: 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
+ typedoc: 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
+ typescript: 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
+ unbuild: 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
+ unocss: 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
+ 'vercel-og': z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
1123
+ config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
1124
+ entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
1125
+ project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
1126
+ }, "strip", z.ZodTypeAny, {
1127
+ config?: string | string[] | undefined;
1128
+ entry?: string | string[] | undefined;
1129
+ project?: string | string[] | undefined;
1130
+ }, {
1131
+ config?: string | string[] | undefined;
1132
+ entry?: string | string[] | undefined;
1133
+ project?: string | string[] | undefined;
1134
+ }>]>;
1135
+ vike: z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
1136
+ config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
1137
+ entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
1138
+ project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
1139
+ }, "strip", z.ZodTypeAny, {
1140
+ config?: string | string[] | undefined;
1141
+ entry?: string | string[] | undefined;
1142
+ project?: string | string[] | undefined;
1143
+ }, {
1144
+ config?: string | string[] | undefined;
1145
+ entry?: string | string[] | undefined;
1146
+ project?: string | string[] | undefined;
1147
+ }>]>;
1148
+ vite: z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
1149
+ config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
1150
+ entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
1151
+ project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
1152
+ }, "strip", z.ZodTypeAny, {
1153
+ config?: string | string[] | undefined;
1154
+ entry?: string | string[] | undefined;
1155
+ project?: string | string[] | undefined;
1156
+ }, {
1157
+ config?: string | string[] | undefined;
1158
+ entry?: string | string[] | undefined;
1159
+ project?: string | string[] | undefined;
1160
+ }>]>;
1161
+ vitest: z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
1162
+ config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
1163
+ entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
1164
+ project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
1165
+ }, "strip", z.ZodTypeAny, {
1166
+ config?: string | string[] | undefined;
1167
+ entry?: string | string[] | undefined;
1168
+ project?: string | string[] | undefined;
1169
+ }, {
1170
+ config?: string | string[] | undefined;
1171
+ entry?: string | string[] | undefined;
1172
+ project?: string | string[] | undefined;
1173
+ }>]>;
1174
+ vue: z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
1175
+ config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
1176
+ entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
1177
+ project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
1178
+ }, "strip", z.ZodTypeAny, {
1179
+ config?: string | string[] | undefined;
1180
+ entry?: string | string[] | undefined;
1181
+ project?: string | string[] | undefined;
1182
+ }, {
1183
+ config?: string | string[] | undefined;
1184
+ entry?: string | string[] | undefined;
1185
+ project?: string | string[] | undefined;
1186
+ }>]>;
1187
+ 'webdriver-io': z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
1188
+ config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
1189
+ entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
1190
+ project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
1191
+ }, "strip", z.ZodTypeAny, {
1192
+ config?: string | string[] | undefined;
1193
+ entry?: string | string[] | undefined;
1194
+ project?: string | string[] | undefined;
1195
+ }, {
1196
+ config?: string | string[] | undefined;
1197
+ entry?: string | string[] | undefined;
1198
+ project?: string | string[] | undefined;
1199
+ }>]>;
1200
+ webpack: z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
1201
+ config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
1202
+ entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
1203
+ project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
1204
+ }, "strip", z.ZodTypeAny, {
1205
+ config?: string | string[] | undefined;
1206
+ entry?: string | string[] | undefined;
1207
+ project?: string | string[] | undefined;
1208
+ }, {
1209
+ config?: string | string[] | undefined;
1210
+ entry?: string | string[] | undefined;
1211
+ project?: string | string[] | undefined;
1212
+ }>]>;
1213
+ wireit: z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
1214
+ config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
1215
+ entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
1216
+ project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
1217
+ }, "strip", z.ZodTypeAny, {
1218
+ config?: string | string[] | undefined;
1219
+ entry?: string | string[] | undefined;
1220
+ project?: string | string[] | undefined;
1221
+ }, {
1222
+ config?: string | string[] | undefined;
1223
+ entry?: string | string[] | undefined;
1224
+ project?: string | string[] | undefined;
1225
+ }>]>;
1226
+ wrangler: z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
1227
+ config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
1228
+ entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
1229
+ project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
1230
+ }, "strip", z.ZodTypeAny, {
1231
+ config?: string | string[] | undefined;
1232
+ entry?: string | string[] | undefined;
1233
+ project?: string | string[] | undefined;
1234
+ }, {
1235
+ config?: string | string[] | undefined;
1236
+ entry?: string | string[] | undefined;
1237
+ project?: string | string[] | undefined;
1238
+ }>]>;
1239
+ xo: z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
1240
+ config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
1241
+ entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
1242
+ project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
1243
+ }, "strip", z.ZodTypeAny, {
1244
+ config?: string | string[] | undefined;
1245
+ entry?: string | string[] | undefined;
1246
+ project?: string | string[] | undefined;
1247
+ }, {
1248
+ config?: string | string[] | undefined;
1249
+ entry?: string | string[] | undefined;
1250
+ project?: string | string[] | undefined;
1251
+ }>]>;
1252
+ yarn: z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
1253
+ config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
1254
+ entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
1255
+ project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
1256
+ }, "strip", z.ZodTypeAny, {
1257
+ config?: string | string[] | undefined;
1258
+ entry?: string | string[] | undefined;
1259
+ project?: string | string[] | undefined;
1260
+ }, {
1261
+ config?: string | string[] | undefined;
1262
+ entry?: string | string[] | undefined;
1263
+ project?: string | string[] | undefined;
1264
+ }>]>;
1265
+ yorkie: z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
1266
+ config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
1267
+ entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
1268
+ project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
1269
+ }, "strip", z.ZodTypeAny, {
1270
+ config?: string | string[] | undefined;
1271
+ entry?: string | string[] | undefined;
1272
+ project?: string | string[] | undefined;
1273
+ }, {
1274
+ config?: string | string[] | undefined;
1275
+ entry?: string | string[] | undefined;
1276
+ project?: string | string[] | undefined;
1277
+ }>]>;
1278
+ }, "strip", z.ZodTypeAny, {
1279
+ node: string | boolean | string[] | {
1280
+ config?: string | string[] | undefined;
1281
+ entry?: string | string[] | undefined;
1282
+ project?: string | string[] | undefined;
1283
+ };
1284
+ angular: string | boolean | string[] | {
1285
+ config?: string | string[] | undefined;
1286
+ entry?: string | string[] | undefined;
1287
+ project?: string | string[] | undefined;
1288
+ };
1289
+ astro: string | boolean | string[] | {
1290
+ config?: string | string[] | undefined;
1291
+ entry?: string | string[] | undefined;
1292
+ project?: string | string[] | undefined;
1293
+ };
1294
+ ava: string | boolean | string[] | {
1295
+ config?: string | string[] | undefined;
1296
+ entry?: string | string[] | undefined;
1297
+ project?: string | string[] | undefined;
1298
+ };
1299
+ babel: string | boolean | string[] | {
1300
+ config?: string | string[] | undefined;
1301
+ entry?: string | string[] | undefined;
1302
+ project?: string | string[] | undefined;
1303
+ };
1304
+ c8: string | boolean | string[] | {
1305
+ config?: string | string[] | undefined;
1306
+ entry?: string | string[] | undefined;
1307
+ project?: string | string[] | undefined;
1308
+ };
1309
+ capacitor: string | boolean | string[] | {
1310
+ config?: string | string[] | undefined;
1311
+ entry?: string | string[] | undefined;
1312
+ project?: string | string[] | undefined;
1313
+ };
1314
+ changesets: string | boolean | string[] | {
1315
+ config?: string | string[] | undefined;
1316
+ entry?: string | string[] | undefined;
1317
+ project?: string | string[] | undefined;
1318
+ };
1319
+ commitizen: string | boolean | string[] | {
1320
+ config?: string | string[] | undefined;
1321
+ entry?: string | string[] | undefined;
1322
+ project?: string | string[] | undefined;
1323
+ };
1324
+ commitlint: string | boolean | string[] | {
1325
+ config?: string | string[] | undefined;
1326
+ entry?: string | string[] | undefined;
1327
+ project?: string | string[] | undefined;
1328
+ };
1329
+ 'create-typescript-app': string | boolean | string[] | {
1330
+ config?: string | string[] | undefined;
1331
+ entry?: string | string[] | undefined;
1332
+ project?: string | string[] | undefined;
1333
+ };
1334
+ cspell: string | boolean | string[] | {
1335
+ config?: string | string[] | undefined;
1336
+ entry?: string | string[] | undefined;
1337
+ project?: string | string[] | undefined;
1338
+ };
1339
+ cucumber: string | boolean | string[] | {
1340
+ config?: string | string[] | undefined;
1341
+ entry?: string | string[] | undefined;
1342
+ project?: string | string[] | undefined;
1343
+ };
1344
+ cypress: string | boolean | string[] | {
1345
+ config?: string | string[] | undefined;
1346
+ entry?: string | string[] | undefined;
1347
+ project?: string | string[] | undefined;
1348
+ };
1349
+ 'dependency-cruiser': string | boolean | string[] | {
1350
+ config?: string | string[] | undefined;
1351
+ entry?: string | string[] | undefined;
1352
+ project?: string | string[] | undefined;
1353
+ };
1354
+ dotenv: string | boolean | string[] | {
1355
+ config?: string | string[] | undefined;
1356
+ entry?: string | string[] | undefined;
1357
+ project?: string | string[] | undefined;
1358
+ };
1359
+ drizzle: string | boolean | string[] | {
1360
+ config?: string | string[] | undefined;
1361
+ entry?: string | string[] | undefined;
1362
+ project?: string | string[] | undefined;
1363
+ };
1364
+ eleventy: string | boolean | string[] | {
1365
+ config?: string | string[] | undefined;
1366
+ entry?: string | string[] | undefined;
1367
+ project?: string | string[] | undefined;
1368
+ };
1369
+ eslint: string | boolean | string[] | {
1370
+ config?: string | string[] | undefined;
1371
+ entry?: string | string[] | undefined;
1372
+ project?: string | string[] | undefined;
1373
+ };
1374
+ expo: string | boolean | string[] | {
1375
+ config?: string | string[] | undefined;
1376
+ entry?: string | string[] | undefined;
1377
+ project?: string | string[] | undefined;
1378
+ };
1379
+ gatsby: string | boolean | string[] | {
1380
+ config?: string | string[] | undefined;
1381
+ entry?: string | string[] | undefined;
1382
+ project?: string | string[] | undefined;
1383
+ };
1384
+ 'github-action': string | boolean | string[] | {
1385
+ config?: string | string[] | undefined;
1386
+ entry?: string | string[] | undefined;
1387
+ project?: string | string[] | undefined;
1388
+ };
1389
+ 'github-actions': string | boolean | string[] | {
1390
+ config?: string | string[] | undefined;
1391
+ entry?: string | string[] | undefined;
1392
+ project?: string | string[] | undefined;
1393
+ };
1394
+ glob: string | boolean | string[] | {
1395
+ config?: string | string[] | undefined;
1396
+ entry?: string | string[] | undefined;
1397
+ project?: string | string[] | undefined;
1398
+ };
1399
+ 'graphql-codegen': string | boolean | string[] | {
1400
+ config?: string | string[] | undefined;
1401
+ entry?: string | string[] | undefined;
1402
+ project?: string | string[] | undefined;
1403
+ };
1404
+ husky: string | boolean | string[] | {
1405
+ config?: string | string[] | undefined;
1406
+ entry?: string | string[] | undefined;
1407
+ project?: string | string[] | undefined;
1408
+ };
1409
+ 'i18next-parser': string | boolean | string[] | {
1410
+ config?: string | string[] | undefined;
1411
+ entry?: string | string[] | undefined;
1412
+ project?: string | string[] | undefined;
1413
+ };
1414
+ jest: string | boolean | string[] | {
1415
+ config?: string | string[] | undefined;
1416
+ entry?: string | string[] | undefined;
1417
+ project?: string | string[] | undefined;
1418
+ };
1419
+ karma: string | boolean | string[] | {
1420
+ config?: string | string[] | undefined;
1421
+ entry?: string | string[] | undefined;
1422
+ project?: string | string[] | undefined;
1423
+ };
1424
+ ladle: string | boolean | string[] | {
1425
+ config?: string | string[] | undefined;
1426
+ entry?: string | string[] | undefined;
1427
+ project?: string | string[] | undefined;
1428
+ };
1429
+ lefthook: string | boolean | string[] | {
1430
+ config?: string | string[] | undefined;
1431
+ entry?: string | string[] | undefined;
1432
+ project?: string | string[] | undefined;
1433
+ };
1434
+ 'lint-staged': string | boolean | string[] | {
1435
+ config?: string | string[] | undefined;
1436
+ entry?: string | string[] | undefined;
1437
+ project?: string | string[] | undefined;
1438
+ };
1439
+ linthtml: string | boolean | string[] | {
1440
+ config?: string | string[] | undefined;
1441
+ entry?: string | string[] | undefined;
1442
+ project?: string | string[] | undefined;
1443
+ };
1444
+ 'lockfile-lint': string | boolean | string[] | {
1445
+ config?: string | string[] | undefined;
1446
+ entry?: string | string[] | undefined;
1447
+ project?: string | string[] | undefined;
1448
+ };
1449
+ 'lost-pixel': string | boolean | string[] | {
1450
+ config?: string | string[] | undefined;
1451
+ entry?: string | string[] | undefined;
1452
+ project?: string | string[] | undefined;
1453
+ };
1454
+ markdownlint: string | boolean | string[] | {
1455
+ config?: string | string[] | undefined;
1456
+ entry?: string | string[] | undefined;
1457
+ project?: string | string[] | undefined;
1458
+ };
1459
+ metro: string | boolean | string[] | {
1460
+ config?: string | string[] | undefined;
1461
+ entry?: string | string[] | undefined;
1462
+ project?: string | string[] | undefined;
1463
+ };
1464
+ mocha: string | boolean | string[] | {
1465
+ config?: string | string[] | undefined;
1466
+ entry?: string | string[] | undefined;
1467
+ project?: string | string[] | undefined;
1468
+ };
1469
+ moonrepo: string | boolean | string[] | {
1470
+ config?: string | string[] | undefined;
1471
+ entry?: string | string[] | undefined;
1472
+ project?: string | string[] | undefined;
1473
+ };
1474
+ msw: string | boolean | string[] | {
1475
+ config?: string | string[] | undefined;
1476
+ entry?: string | string[] | undefined;
1477
+ project?: string | string[] | undefined;
1478
+ };
1479
+ nest: string | boolean | string[] | {
1480
+ config?: string | string[] | undefined;
1481
+ entry?: string | string[] | undefined;
1482
+ project?: string | string[] | undefined;
1483
+ };
1484
+ netlify: string | boolean | string[] | {
1485
+ config?: string | string[] | undefined;
1486
+ entry?: string | string[] | undefined;
1487
+ project?: string | string[] | undefined;
1488
+ };
1489
+ next: string | boolean | string[] | {
1490
+ config?: string | string[] | undefined;
1491
+ entry?: string | string[] | undefined;
1492
+ project?: string | string[] | undefined;
1493
+ };
1494
+ nodemon: string | boolean | string[] | {
1495
+ config?: string | string[] | undefined;
1496
+ entry?: string | string[] | undefined;
1497
+ project?: string | string[] | undefined;
1498
+ };
1499
+ 'npm-package-json-lint': string | boolean | string[] | {
1500
+ config?: string | string[] | undefined;
1501
+ entry?: string | string[] | undefined;
1502
+ project?: string | string[] | undefined;
1503
+ };
1504
+ nuxt: string | boolean | string[] | {
1505
+ config?: string | string[] | undefined;
1506
+ entry?: string | string[] | undefined;
1507
+ project?: string | string[] | undefined;
1508
+ };
1509
+ nx: string | boolean | string[] | {
1510
+ config?: string | string[] | undefined;
1511
+ entry?: string | string[] | undefined;
1512
+ project?: string | string[] | undefined;
1513
+ };
1514
+ nyc: string | boolean | string[] | {
1515
+ config?: string | string[] | undefined;
1516
+ entry?: string | string[] | undefined;
1517
+ project?: string | string[] | undefined;
1518
+ };
1519
+ oclif: string | boolean | string[] | {
1520
+ config?: string | string[] | undefined;
1521
+ entry?: string | string[] | undefined;
1522
+ project?: string | string[] | undefined;
1523
+ };
1524
+ playwright: string | boolean | string[] | {
1525
+ config?: string | string[] | undefined;
1526
+ entry?: string | string[] | undefined;
1527
+ project?: string | string[] | undefined;
1528
+ };
1529
+ 'playwright-ct': string | boolean | string[] | {
1530
+ config?: string | string[] | undefined;
1531
+ entry?: string | string[] | undefined;
1532
+ project?: string | string[] | undefined;
1533
+ };
1534
+ 'playwright-test': string | boolean | string[] | {
1535
+ config?: string | string[] | undefined;
1536
+ entry?: string | string[] | undefined;
1537
+ project?: string | string[] | undefined;
1538
+ };
1539
+ plop: string | boolean | string[] | {
1540
+ config?: string | string[] | undefined;
1541
+ entry?: string | string[] | undefined;
1542
+ project?: string | string[] | undefined;
1543
+ };
1544
+ postcss: string | boolean | string[] | {
1545
+ config?: string | string[] | undefined;
1546
+ entry?: string | string[] | undefined;
1547
+ project?: string | string[] | undefined;
1548
+ };
1549
+ preconstruct: string | boolean | string[] | {
1550
+ config?: string | string[] | undefined;
1551
+ entry?: string | string[] | undefined;
1552
+ project?: string | string[] | undefined;
1553
+ };
1554
+ prettier: string | boolean | string[] | {
1555
+ config?: string | string[] | undefined;
1556
+ entry?: string | string[] | undefined;
1557
+ project?: string | string[] | undefined;
1558
+ };
1559
+ 'react-cosmos': string | boolean | string[] | {
1560
+ config?: string | string[] | undefined;
1561
+ entry?: string | string[] | undefined;
1562
+ project?: string | string[] | undefined;
1563
+ };
1564
+ 'react-router': string | boolean | string[] | {
1565
+ config?: string | string[] | undefined;
1566
+ entry?: string | string[] | undefined;
1567
+ project?: string | string[] | undefined;
1568
+ };
1569
+ 'release-it': string | boolean | string[] | {
1570
+ config?: string | string[] | undefined;
1571
+ entry?: string | string[] | undefined;
1572
+ project?: string | string[] | undefined;
1573
+ };
1574
+ remark: string | boolean | string[] | {
1575
+ config?: string | string[] | undefined;
1576
+ entry?: string | string[] | undefined;
1577
+ project?: string | string[] | undefined;
1578
+ };
1579
+ remix: string | boolean | string[] | {
1580
+ config?: string | string[] | undefined;
1581
+ entry?: string | string[] | undefined;
1582
+ project?: string | string[] | undefined;
1583
+ };
1584
+ rollup: string | boolean | string[] | {
1585
+ config?: string | string[] | undefined;
1586
+ entry?: string | string[] | undefined;
1587
+ project?: string | string[] | undefined;
1588
+ };
1589
+ rsbuild: string | boolean | string[] | {
1590
+ config?: string | string[] | undefined;
1591
+ entry?: string | string[] | undefined;
1592
+ project?: string | string[] | undefined;
1593
+ };
1594
+ rspack: string | boolean | string[] | {
1595
+ config?: string | string[] | undefined;
1596
+ entry?: string | string[] | undefined;
1597
+ project?: string | string[] | undefined;
1598
+ };
1599
+ 'semantic-release': string | boolean | string[] | {
1600
+ config?: string | string[] | undefined;
1601
+ entry?: string | string[] | undefined;
1602
+ project?: string | string[] | undefined;
1603
+ };
1604
+ sentry: string | boolean | string[] | {
1605
+ config?: string | string[] | undefined;
1606
+ entry?: string | string[] | undefined;
1607
+ project?: string | string[] | undefined;
1608
+ };
1609
+ 'simple-git-hooks': string | boolean | string[] | {
1610
+ config?: string | string[] | undefined;
1611
+ entry?: string | string[] | undefined;
1612
+ project?: string | string[] | undefined;
1613
+ };
1614
+ 'size-limit': string | boolean | string[] | {
1615
+ config?: string | string[] | undefined;
1616
+ entry?: string | string[] | undefined;
1617
+ project?: string | string[] | undefined;
1618
+ };
1619
+ sst: string | boolean | string[] | {
1620
+ config?: string | string[] | undefined;
1621
+ entry?: string | string[] | undefined;
1622
+ project?: string | string[] | undefined;
1623
+ };
1624
+ starlight: string | boolean | string[] | {
1625
+ config?: string | string[] | undefined;
1626
+ entry?: string | string[] | undefined;
1627
+ project?: string | string[] | undefined;
1628
+ };
1629
+ storybook: string | boolean | string[] | {
1630
+ config?: string | string[] | undefined;
1631
+ entry?: string | string[] | undefined;
1632
+ project?: string | string[] | undefined;
1633
+ };
1634
+ stryker: string | boolean | string[] | {
1635
+ config?: string | string[] | undefined;
1636
+ entry?: string | string[] | undefined;
1637
+ project?: string | string[] | undefined;
1638
+ };
1639
+ stylelint: string | boolean | string[] | {
1640
+ config?: string | string[] | undefined;
1641
+ entry?: string | string[] | undefined;
1642
+ project?: string | string[] | undefined;
1643
+ };
1644
+ svelte: string | boolean | string[] | {
1645
+ config?: string | string[] | undefined;
1646
+ entry?: string | string[] | undefined;
1647
+ project?: string | string[] | undefined;
1648
+ };
1649
+ syncpack: string | boolean | string[] | {
1650
+ config?: string | string[] | undefined;
1651
+ entry?: string | string[] | undefined;
1652
+ project?: string | string[] | undefined;
1653
+ };
1654
+ tailwind: string | boolean | string[] | {
1655
+ config?: string | string[] | undefined;
1656
+ entry?: string | string[] | undefined;
1657
+ project?: string | string[] | undefined;
1658
+ };
1659
+ 'tanstack-router': string | boolean | string[] | {
1660
+ config?: string | string[] | undefined;
1661
+ entry?: string | string[] | undefined;
1662
+ project?: string | string[] | undefined;
1663
+ };
1664
+ travis: string | boolean | string[] | {
1665
+ config?: string | string[] | undefined;
1666
+ entry?: string | string[] | undefined;
1667
+ project?: string | string[] | undefined;
1668
+ };
1669
+ 'ts-node': string | boolean | string[] | {
1670
+ config?: string | string[] | undefined;
1671
+ entry?: string | string[] | undefined;
1672
+ project?: string | string[] | undefined;
1673
+ };
1674
+ tsup: string | boolean | string[] | {
1675
+ config?: string | string[] | undefined;
1676
+ entry?: string | string[] | undefined;
1677
+ project?: string | string[] | undefined;
1678
+ };
1679
+ tsx: string | boolean | string[] | {
1680
+ config?: string | string[] | undefined;
1681
+ entry?: string | string[] | undefined;
1682
+ project?: string | string[] | undefined;
1683
+ };
1684
+ typedoc: string | boolean | string[] | {
1685
+ config?: string | string[] | undefined;
1686
+ entry?: string | string[] | undefined;
1687
+ project?: string | string[] | undefined;
1688
+ };
1689
+ typescript: string | boolean | string[] | {
1690
+ config?: string | string[] | undefined;
1691
+ entry?: string | string[] | undefined;
1692
+ project?: string | string[] | undefined;
1693
+ };
1694
+ unbuild: string | boolean | string[] | {
1695
+ config?: string | string[] | undefined;
1696
+ entry?: string | string[] | undefined;
1697
+ project?: string | string[] | undefined;
1698
+ };
1699
+ unocss: string | boolean | string[] | {
1700
+ config?: string | string[] | undefined;
1701
+ entry?: string | string[] | undefined;
1702
+ project?: string | string[] | undefined;
1703
+ };
1704
+ 'vercel-og': string | boolean | string[] | {
1705
+ config?: string | string[] | undefined;
1706
+ entry?: string | string[] | undefined;
1707
+ project?: string | string[] | undefined;
1708
+ };
1709
+ vike: string | boolean | string[] | {
1710
+ config?: string | string[] | undefined;
1711
+ entry?: string | string[] | undefined;
1712
+ project?: string | string[] | undefined;
1713
+ };
1714
+ vite: string | boolean | string[] | {
1715
+ config?: string | string[] | undefined;
1716
+ entry?: string | string[] | undefined;
1717
+ project?: string | string[] | undefined;
1718
+ };
1719
+ vitest: string | boolean | string[] | {
1720
+ config?: string | string[] | undefined;
1721
+ entry?: string | string[] | undefined;
1722
+ project?: string | string[] | undefined;
1723
+ };
1724
+ vue: string | boolean | string[] | {
1725
+ config?: string | string[] | undefined;
1726
+ entry?: string | string[] | undefined;
1727
+ project?: string | string[] | undefined;
1728
+ };
1729
+ 'webdriver-io': string | boolean | string[] | {
1730
+ config?: string | string[] | undefined;
1731
+ entry?: string | string[] | undefined;
1732
+ project?: string | string[] | undefined;
1733
+ };
1734
+ webpack: string | boolean | string[] | {
1735
+ config?: string | string[] | undefined;
1736
+ entry?: string | string[] | undefined;
1737
+ project?: string | string[] | undefined;
1738
+ };
1739
+ wireit: string | boolean | string[] | {
1740
+ config?: string | string[] | undefined;
1741
+ entry?: string | string[] | undefined;
1742
+ project?: string | string[] | undefined;
1743
+ };
1744
+ wrangler: string | boolean | string[] | {
1745
+ config?: string | string[] | undefined;
1746
+ entry?: string | string[] | undefined;
1747
+ project?: string | string[] | undefined;
1748
+ };
1749
+ xo: string | boolean | string[] | {
1750
+ config?: string | string[] | undefined;
1751
+ entry?: string | string[] | undefined;
1752
+ project?: string | string[] | undefined;
1753
+ };
1754
+ yarn: string | boolean | string[] | {
1755
+ config?: string | string[] | undefined;
1756
+ entry?: string | string[] | undefined;
1757
+ project?: string | string[] | undefined;
1758
+ };
1759
+ yorkie: string | boolean | string[] | {
1760
+ config?: string | string[] | undefined;
1761
+ entry?: string | string[] | undefined;
1762
+ project?: string | string[] | undefined;
1763
+ };
1764
+ }, {
1765
+ node: string | boolean | string[] | {
1766
+ config?: string | string[] | undefined;
1767
+ entry?: string | string[] | undefined;
1768
+ project?: string | string[] | undefined;
1769
+ };
1770
+ angular: string | boolean | string[] | {
1771
+ config?: string | string[] | undefined;
1772
+ entry?: string | string[] | undefined;
1773
+ project?: string | string[] | undefined;
1774
+ };
1775
+ astro: string | boolean | string[] | {
1776
+ config?: string | string[] | undefined;
1777
+ entry?: string | string[] | undefined;
1778
+ project?: string | string[] | undefined;
1779
+ };
1780
+ ava: string | boolean | string[] | {
1781
+ config?: string | string[] | undefined;
1782
+ entry?: string | string[] | undefined;
1783
+ project?: string | string[] | undefined;
1784
+ };
1785
+ babel: string | boolean | string[] | {
1786
+ config?: string | string[] | undefined;
1787
+ entry?: string | string[] | undefined;
1788
+ project?: string | string[] | undefined;
1789
+ };
1790
+ c8: string | boolean | string[] | {
1791
+ config?: string | string[] | undefined;
1792
+ entry?: string | string[] | undefined;
1793
+ project?: string | string[] | undefined;
1794
+ };
1795
+ capacitor: string | boolean | string[] | {
1796
+ config?: string | string[] | undefined;
1797
+ entry?: string | string[] | undefined;
1798
+ project?: string | string[] | undefined;
1799
+ };
1800
+ changesets: string | boolean | string[] | {
1801
+ config?: string | string[] | undefined;
1802
+ entry?: string | string[] | undefined;
1803
+ project?: string | string[] | undefined;
1804
+ };
1805
+ commitizen: string | boolean | string[] | {
1806
+ config?: string | string[] | undefined;
1807
+ entry?: string | string[] | undefined;
1808
+ project?: string | string[] | undefined;
1809
+ };
1810
+ commitlint: string | boolean | string[] | {
1811
+ config?: string | string[] | undefined;
1812
+ entry?: string | string[] | undefined;
1813
+ project?: string | string[] | undefined;
1814
+ };
1815
+ 'create-typescript-app': string | boolean | string[] | {
1816
+ config?: string | string[] | undefined;
1817
+ entry?: string | string[] | undefined;
1818
+ project?: string | string[] | undefined;
1819
+ };
1820
+ cspell: string | boolean | string[] | {
1821
+ config?: string | string[] | undefined;
1822
+ entry?: string | string[] | undefined;
1823
+ project?: string | string[] | undefined;
1824
+ };
1825
+ cucumber: string | boolean | string[] | {
1826
+ config?: string | string[] | undefined;
1827
+ entry?: string | string[] | undefined;
1828
+ project?: string | string[] | undefined;
1829
+ };
1830
+ cypress: string | boolean | string[] | {
1831
+ config?: string | string[] | undefined;
1832
+ entry?: string | string[] | undefined;
1833
+ project?: string | string[] | undefined;
1834
+ };
1835
+ 'dependency-cruiser': string | boolean | string[] | {
1836
+ config?: string | string[] | undefined;
1837
+ entry?: string | string[] | undefined;
1838
+ project?: string | string[] | undefined;
1839
+ };
1840
+ dotenv: string | boolean | string[] | {
1841
+ config?: string | string[] | undefined;
1842
+ entry?: string | string[] | undefined;
1843
+ project?: string | string[] | undefined;
1844
+ };
1845
+ drizzle: string | boolean | string[] | {
1846
+ config?: string | string[] | undefined;
1847
+ entry?: string | string[] | undefined;
1848
+ project?: string | string[] | undefined;
1849
+ };
1850
+ eleventy: string | boolean | string[] | {
1851
+ config?: string | string[] | undefined;
1852
+ entry?: string | string[] | undefined;
1853
+ project?: string | string[] | undefined;
1854
+ };
1855
+ eslint: string | boolean | string[] | {
1856
+ config?: string | string[] | undefined;
1857
+ entry?: string | string[] | undefined;
1858
+ project?: string | string[] | undefined;
1859
+ };
1860
+ expo: string | boolean | string[] | {
1861
+ config?: string | string[] | undefined;
1862
+ entry?: string | string[] | undefined;
1863
+ project?: string | string[] | undefined;
1864
+ };
1865
+ gatsby: string | boolean | string[] | {
1866
+ config?: string | string[] | undefined;
1867
+ entry?: string | string[] | undefined;
1868
+ project?: string | string[] | undefined;
1869
+ };
1870
+ 'github-action': string | boolean | string[] | {
1871
+ config?: string | string[] | undefined;
1872
+ entry?: string | string[] | undefined;
1873
+ project?: string | string[] | undefined;
1874
+ };
1875
+ 'github-actions': string | boolean | string[] | {
1876
+ config?: string | string[] | undefined;
1877
+ entry?: string | string[] | undefined;
1878
+ project?: string | string[] | undefined;
1879
+ };
1880
+ glob: string | boolean | string[] | {
1881
+ config?: string | string[] | undefined;
1882
+ entry?: string | string[] | undefined;
1883
+ project?: string | string[] | undefined;
1884
+ };
1885
+ 'graphql-codegen': string | boolean | string[] | {
1886
+ config?: string | string[] | undefined;
1887
+ entry?: string | string[] | undefined;
1888
+ project?: string | string[] | undefined;
1889
+ };
1890
+ husky: string | boolean | string[] | {
1891
+ config?: string | string[] | undefined;
1892
+ entry?: string | string[] | undefined;
1893
+ project?: string | string[] | undefined;
1894
+ };
1895
+ 'i18next-parser': string | boolean | string[] | {
1896
+ config?: string | string[] | undefined;
1897
+ entry?: string | string[] | undefined;
1898
+ project?: string | string[] | undefined;
1899
+ };
1900
+ jest: string | boolean | string[] | {
1901
+ config?: string | string[] | undefined;
1902
+ entry?: string | string[] | undefined;
1903
+ project?: string | string[] | undefined;
1904
+ };
1905
+ karma: string | boolean | string[] | {
1906
+ config?: string | string[] | undefined;
1907
+ entry?: string | string[] | undefined;
1908
+ project?: string | string[] | undefined;
1909
+ };
1910
+ ladle: string | boolean | string[] | {
1911
+ config?: string | string[] | undefined;
1912
+ entry?: string | string[] | undefined;
1913
+ project?: string | string[] | undefined;
1914
+ };
1915
+ lefthook: string | boolean | string[] | {
1916
+ config?: string | string[] | undefined;
1917
+ entry?: string | string[] | undefined;
1918
+ project?: string | string[] | undefined;
1919
+ };
1920
+ 'lint-staged': string | boolean | string[] | {
1921
+ config?: string | string[] | undefined;
1922
+ entry?: string | string[] | undefined;
1923
+ project?: string | string[] | undefined;
1924
+ };
1925
+ linthtml: string | boolean | string[] | {
1926
+ config?: string | string[] | undefined;
1927
+ entry?: string | string[] | undefined;
1928
+ project?: string | string[] | undefined;
1929
+ };
1930
+ 'lockfile-lint': string | boolean | string[] | {
1931
+ config?: string | string[] | undefined;
1932
+ entry?: string | string[] | undefined;
1933
+ project?: string | string[] | undefined;
1934
+ };
1935
+ 'lost-pixel': string | boolean | string[] | {
1936
+ config?: string | string[] | undefined;
1937
+ entry?: string | string[] | undefined;
1938
+ project?: string | string[] | undefined;
1939
+ };
1940
+ markdownlint: string | boolean | string[] | {
1941
+ config?: string | string[] | undefined;
1942
+ entry?: string | string[] | undefined;
1943
+ project?: string | string[] | undefined;
1944
+ };
1945
+ metro: string | boolean | string[] | {
1946
+ config?: string | string[] | undefined;
1947
+ entry?: string | string[] | undefined;
1948
+ project?: string | string[] | undefined;
1949
+ };
1950
+ mocha: string | boolean | string[] | {
1951
+ config?: string | string[] | undefined;
1952
+ entry?: string | string[] | undefined;
1953
+ project?: string | string[] | undefined;
1954
+ };
1955
+ moonrepo: string | boolean | string[] | {
1956
+ config?: string | string[] | undefined;
1957
+ entry?: string | string[] | undefined;
1958
+ project?: string | string[] | undefined;
1959
+ };
1960
+ msw: string | boolean | string[] | {
1961
+ config?: string | string[] | undefined;
1962
+ entry?: string | string[] | undefined;
1963
+ project?: string | string[] | undefined;
1964
+ };
1965
+ nest: string | boolean | string[] | {
1966
+ config?: string | string[] | undefined;
1967
+ entry?: string | string[] | undefined;
1968
+ project?: string | string[] | undefined;
1969
+ };
1970
+ netlify: string | boolean | string[] | {
1971
+ config?: string | string[] | undefined;
1972
+ entry?: string | string[] | undefined;
1973
+ project?: string | string[] | undefined;
1974
+ };
1975
+ next: string | boolean | string[] | {
1976
+ config?: string | string[] | undefined;
1977
+ entry?: string | string[] | undefined;
1978
+ project?: string | string[] | undefined;
1979
+ };
1980
+ nodemon: string | boolean | string[] | {
1981
+ config?: string | string[] | undefined;
1982
+ entry?: string | string[] | undefined;
1983
+ project?: string | string[] | undefined;
1984
+ };
1985
+ 'npm-package-json-lint': string | boolean | string[] | {
1986
+ config?: string | string[] | undefined;
1987
+ entry?: string | string[] | undefined;
1988
+ project?: string | string[] | undefined;
1989
+ };
1990
+ nuxt: string | boolean | string[] | {
1991
+ config?: string | string[] | undefined;
1992
+ entry?: string | string[] | undefined;
1993
+ project?: string | string[] | undefined;
1994
+ };
1995
+ nx: string | boolean | string[] | {
1996
+ config?: string | string[] | undefined;
1997
+ entry?: string | string[] | undefined;
1998
+ project?: string | string[] | undefined;
1999
+ };
2000
+ nyc: string | boolean | string[] | {
2001
+ config?: string | string[] | undefined;
2002
+ entry?: string | string[] | undefined;
2003
+ project?: string | string[] | undefined;
2004
+ };
2005
+ oclif: string | boolean | string[] | {
2006
+ config?: string | string[] | undefined;
2007
+ entry?: string | string[] | undefined;
2008
+ project?: string | string[] | undefined;
2009
+ };
2010
+ playwright: string | boolean | string[] | {
2011
+ config?: string | string[] | undefined;
2012
+ entry?: string | string[] | undefined;
2013
+ project?: string | string[] | undefined;
2014
+ };
2015
+ 'playwright-ct': string | boolean | string[] | {
2016
+ config?: string | string[] | undefined;
2017
+ entry?: string | string[] | undefined;
2018
+ project?: string | string[] | undefined;
2019
+ };
2020
+ 'playwright-test': string | boolean | string[] | {
2021
+ config?: string | string[] | undefined;
2022
+ entry?: string | string[] | undefined;
2023
+ project?: string | string[] | undefined;
2024
+ };
2025
+ plop: string | boolean | string[] | {
2026
+ config?: string | string[] | undefined;
2027
+ entry?: string | string[] | undefined;
2028
+ project?: string | string[] | undefined;
2029
+ };
2030
+ postcss: string | boolean | string[] | {
2031
+ config?: string | string[] | undefined;
2032
+ entry?: string | string[] | undefined;
2033
+ project?: string | string[] | undefined;
2034
+ };
2035
+ preconstruct: string | boolean | string[] | {
2036
+ config?: string | string[] | undefined;
2037
+ entry?: string | string[] | undefined;
2038
+ project?: string | string[] | undefined;
2039
+ };
2040
+ prettier: string | boolean | string[] | {
2041
+ config?: string | string[] | undefined;
2042
+ entry?: string | string[] | undefined;
2043
+ project?: string | string[] | undefined;
2044
+ };
2045
+ 'react-cosmos': string | boolean | string[] | {
2046
+ config?: string | string[] | undefined;
2047
+ entry?: string | string[] | undefined;
2048
+ project?: string | string[] | undefined;
2049
+ };
2050
+ 'react-router': string | boolean | string[] | {
2051
+ config?: string | string[] | undefined;
2052
+ entry?: string | string[] | undefined;
2053
+ project?: string | string[] | undefined;
2054
+ };
2055
+ 'release-it': string | boolean | string[] | {
2056
+ config?: string | string[] | undefined;
2057
+ entry?: string | string[] | undefined;
2058
+ project?: string | string[] | undefined;
2059
+ };
2060
+ remark: string | boolean | string[] | {
2061
+ config?: string | string[] | undefined;
2062
+ entry?: string | string[] | undefined;
2063
+ project?: string | string[] | undefined;
2064
+ };
2065
+ remix: string | boolean | string[] | {
2066
+ config?: string | string[] | undefined;
2067
+ entry?: string | string[] | undefined;
2068
+ project?: string | string[] | undefined;
2069
+ };
2070
+ rollup: string | boolean | string[] | {
2071
+ config?: string | string[] | undefined;
2072
+ entry?: string | string[] | undefined;
2073
+ project?: string | string[] | undefined;
2074
+ };
2075
+ rsbuild: string | boolean | string[] | {
2076
+ config?: string | string[] | undefined;
2077
+ entry?: string | string[] | undefined;
2078
+ project?: string | string[] | undefined;
2079
+ };
2080
+ rspack: string | boolean | string[] | {
2081
+ config?: string | string[] | undefined;
2082
+ entry?: string | string[] | undefined;
2083
+ project?: string | string[] | undefined;
2084
+ };
2085
+ 'semantic-release': string | boolean | string[] | {
2086
+ config?: string | string[] | undefined;
2087
+ entry?: string | string[] | undefined;
2088
+ project?: string | string[] | undefined;
2089
+ };
2090
+ sentry: string | boolean | string[] | {
2091
+ config?: string | string[] | undefined;
2092
+ entry?: string | string[] | undefined;
2093
+ project?: string | string[] | undefined;
2094
+ };
2095
+ 'simple-git-hooks': string | boolean | string[] | {
2096
+ config?: string | string[] | undefined;
2097
+ entry?: string | string[] | undefined;
2098
+ project?: string | string[] | undefined;
2099
+ };
2100
+ 'size-limit': string | boolean | string[] | {
2101
+ config?: string | string[] | undefined;
2102
+ entry?: string | string[] | undefined;
2103
+ project?: string | string[] | undefined;
2104
+ };
2105
+ sst: string | boolean | string[] | {
2106
+ config?: string | string[] | undefined;
2107
+ entry?: string | string[] | undefined;
2108
+ project?: string | string[] | undefined;
2109
+ };
2110
+ starlight: string | boolean | string[] | {
2111
+ config?: string | string[] | undefined;
2112
+ entry?: string | string[] | undefined;
2113
+ project?: string | string[] | undefined;
2114
+ };
2115
+ storybook: string | boolean | string[] | {
2116
+ config?: string | string[] | undefined;
2117
+ entry?: string | string[] | undefined;
2118
+ project?: string | string[] | undefined;
2119
+ };
2120
+ stryker: string | boolean | string[] | {
2121
+ config?: string | string[] | undefined;
2122
+ entry?: string | string[] | undefined;
2123
+ project?: string | string[] | undefined;
2124
+ };
2125
+ stylelint: string | boolean | string[] | {
2126
+ config?: string | string[] | undefined;
2127
+ entry?: string | string[] | undefined;
2128
+ project?: string | string[] | undefined;
2129
+ };
2130
+ svelte: string | boolean | string[] | {
2131
+ config?: string | string[] | undefined;
2132
+ entry?: string | string[] | undefined;
2133
+ project?: string | string[] | undefined;
2134
+ };
2135
+ syncpack: string | boolean | string[] | {
2136
+ config?: string | string[] | undefined;
2137
+ entry?: string | string[] | undefined;
2138
+ project?: string | string[] | undefined;
2139
+ };
2140
+ tailwind: string | boolean | string[] | {
2141
+ config?: string | string[] | undefined;
2142
+ entry?: string | string[] | undefined;
2143
+ project?: string | string[] | undefined;
2144
+ };
2145
+ 'tanstack-router': string | boolean | string[] | {
2146
+ config?: string | string[] | undefined;
2147
+ entry?: string | string[] | undefined;
2148
+ project?: string | string[] | undefined;
2149
+ };
2150
+ travis: string | boolean | string[] | {
2151
+ config?: string | string[] | undefined;
2152
+ entry?: string | string[] | undefined;
2153
+ project?: string | string[] | undefined;
2154
+ };
2155
+ 'ts-node': string | boolean | string[] | {
2156
+ config?: string | string[] | undefined;
2157
+ entry?: string | string[] | undefined;
2158
+ project?: string | string[] | undefined;
2159
+ };
2160
+ tsup: string | boolean | string[] | {
2161
+ config?: string | string[] | undefined;
2162
+ entry?: string | string[] | undefined;
2163
+ project?: string | string[] | undefined;
2164
+ };
2165
+ tsx: string | boolean | string[] | {
2166
+ config?: string | string[] | undefined;
2167
+ entry?: string | string[] | undefined;
2168
+ project?: string | string[] | undefined;
2169
+ };
2170
+ typedoc: string | boolean | string[] | {
2171
+ config?: string | string[] | undefined;
2172
+ entry?: string | string[] | undefined;
2173
+ project?: string | string[] | undefined;
2174
+ };
2175
+ typescript: string | boolean | string[] | {
2176
+ config?: string | string[] | undefined;
2177
+ entry?: string | string[] | undefined;
2178
+ project?: string | string[] | undefined;
2179
+ };
2180
+ unbuild: string | boolean | string[] | {
2181
+ config?: string | string[] | undefined;
2182
+ entry?: string | string[] | undefined;
2183
+ project?: string | string[] | undefined;
2184
+ };
2185
+ unocss: string | boolean | string[] | {
2186
+ config?: string | string[] | undefined;
2187
+ entry?: string | string[] | undefined;
2188
+ project?: string | string[] | undefined;
2189
+ };
2190
+ 'vercel-og': string | boolean | string[] | {
2191
+ config?: string | string[] | undefined;
2192
+ entry?: string | string[] | undefined;
2193
+ project?: string | string[] | undefined;
2194
+ };
2195
+ vike: string | boolean | string[] | {
2196
+ config?: string | string[] | undefined;
2197
+ entry?: string | string[] | undefined;
2198
+ project?: string | string[] | undefined;
2199
+ };
2200
+ vite: string | boolean | string[] | {
2201
+ config?: string | string[] | undefined;
2202
+ entry?: string | string[] | undefined;
2203
+ project?: string | string[] | undefined;
2204
+ };
2205
+ vitest: string | boolean | string[] | {
2206
+ config?: string | string[] | undefined;
2207
+ entry?: string | string[] | undefined;
2208
+ project?: string | string[] | undefined;
2209
+ };
2210
+ vue: string | boolean | string[] | {
2211
+ config?: string | string[] | undefined;
2212
+ entry?: string | string[] | undefined;
2213
+ project?: string | string[] | undefined;
2214
+ };
2215
+ 'webdriver-io': string | boolean | string[] | {
2216
+ config?: string | string[] | undefined;
2217
+ entry?: string | string[] | undefined;
2218
+ project?: string | string[] | undefined;
2219
+ };
2220
+ webpack: string | boolean | string[] | {
2221
+ config?: string | string[] | undefined;
2222
+ entry?: string | string[] | undefined;
2223
+ project?: string | string[] | undefined;
2224
+ };
2225
+ wireit: string | boolean | string[] | {
2226
+ config?: string | string[] | undefined;
2227
+ entry?: string | string[] | undefined;
2228
+ project?: string | string[] | undefined;
2229
+ };
2230
+ wrangler: string | boolean | string[] | {
2231
+ config?: string | string[] | undefined;
2232
+ entry?: string | string[] | undefined;
2233
+ project?: string | string[] | undefined;
2234
+ };
2235
+ xo: string | boolean | string[] | {
2236
+ config?: string | string[] | undefined;
2237
+ entry?: string | string[] | undefined;
2238
+ project?: string | string[] | undefined;
2239
+ };
2240
+ yarn: string | boolean | string[] | {
2241
+ config?: string | string[] | undefined;
2242
+ entry?: string | string[] | undefined;
2243
+ project?: string | string[] | undefined;
2244
+ };
2245
+ yorkie: string | boolean | string[] | {
2246
+ config?: string | string[] | undefined;
2247
+ entry?: string | string[] | undefined;
2248
+ project?: string | string[] | undefined;
2249
+ };
2250
+ }>;