|
1 | 1 | { |
| 2 | + "$schema": "https://unpkg.com/knip@5/schema.json", |
| 3 | + "ignore": ["templates/**/*"], |
2 | 4 | "workspaces": { |
3 | | - ".": { |
4 | | - "entry": ["scripts/*.js", "tools/*.js", ".github/workflows/*.yml"] |
5 | | - }, |
6 | | - "packages/migrate-config": { |
7 | | - "entry": ["src/migrate-config.js", "tests/**/*.{js,ts}"], |
| 5 | + ".": { "entry": ["scripts/*.js", "tools/*.js", ".github/workflows/*.yml"] }, |
| 6 | + "packages/compat": { |
| 7 | + "ignoreDependencies": ["eslint"], |
| 8 | + "entry": ["tests/**/*.{js,ts}"], |
8 | 9 | "project": ["src/**/*.{js,ts}", "tests/*.{js,ts}"] |
9 | 10 | }, |
10 | 11 | "packages/config-array": { |
11 | 12 | "entry": ["tests/**/*.{js,ts}", "rollup.std__path-config.js"], |
12 | 13 | "project": ["src/**/*.{js,ts}", "tests/**/*.{js,ts}"] |
13 | 14 | }, |
14 | | - "packages/plugin-kit": { |
| 15 | + "packages/config-helpers": { |
15 | 16 | "entry": ["tests/**/*.{js,ts}"], |
16 | 17 | "project": ["src/**/*.{js,ts}", "tests/**/*.{js,ts}"] |
17 | 18 | }, |
18 | | - "packages/compat": { |
| 19 | + "packages/core": { "project": ["src/**/*.{js,ts}"] }, |
| 20 | + "packages/mcp": { |
19 | 21 | "entry": ["tests/**/*.{js,ts}"], |
| 22 | + "project": ["src/**/*.{js,ts}", "tests/**/*.{js,ts}"] |
| 23 | + }, |
| 24 | + "packages/migrate-config": { |
| 25 | + "entry": ["src/migrate-config.js", "tests/**/*.{js,ts}"], |
20 | 26 | "project": ["src/**/*.{js,ts}", "tests/*.{js,ts}"] |
21 | 27 | }, |
22 | 28 | "packages/object-schema": { |
23 | 29 | "entry": ["tests/**/*.{js,ts}", "src/types.ts"], |
24 | 30 | "project": ["src/**/*.{js,ts}", "tests/**/*.{js,ts}"] |
25 | 31 | }, |
26 | | - "packages/core": { |
27 | | - "project": ["src/**/*.{js,ts}"] |
| 32 | + "packages/plugin-kit": { |
| 33 | + "entry": ["tests/**/*.{js,ts}"], |
| 34 | + "project": ["src/**/*.{js,ts}", "tests/**/*.{js,ts}"] |
28 | 35 | } |
29 | 36 | } |
30 | 37 | } |
0 commit comments