knip 5.49.0 → 5.50.0

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