|
16 | 16 | "url": "https://github.com/rstackjs/ts-checker-rspack-plugin.git" |
17 | 17 | }, |
18 | 18 | "license": "MIT", |
| 19 | + "main": "lib/index.js", |
| 20 | + "types": "lib/index.d.ts", |
19 | 21 | "files": [ |
20 | 22 | "lib" |
21 | 23 | ], |
22 | | - "main": "lib/index.js", |
23 | | - "types": "lib/index.d.ts", |
24 | 24 | "scripts": { |
25 | 25 | "build": "rslib build", |
| 26 | + "bump": "npx bumpp", |
26 | 27 | "dev": "rslib build -w", |
27 | 28 | "lint": "echo lint", |
| 29 | + "precommit": "pnpm build && pnpm test:unit", |
| 30 | + "prepare": "husky && pnpm build", |
28 | 31 | "test": "pnpm build && pnpm test:unit && pnpm test:e2e", |
29 | | - "test:unit": "rstest --config=test/unit/rstest.config.ts", |
30 | 32 | "test:e2e": "cd test/e2e && pnpm test", |
31 | 33 | "test:e2e:setup": "cd test/e2e && pnpm run setup", |
32 | | - "precommit": "pnpm build && pnpm test:unit", |
33 | | - "prepare": "husky && pnpm build", |
34 | | - "bump": "npx bumpp" |
| 34 | + "test:unit": "rstest --config=test/unit/rstest.config.ts" |
35 | 35 | }, |
36 | 36 | "dependencies": { |
37 | | - "@babel/code-frame": "^7.29.0", |
38 | 37 | "@rspack/lite-tapable": "^1.1.0", |
39 | 38 | "chokidar": "^3.6.0", |
40 | | - "is-glob": "^4.0.3", |
41 | 39 | "memfs": "^4.56.10", |
42 | | - "minimatch": "^9.0.5", |
43 | 40 | "picocolors": "^1.1.1" |
44 | 41 | }, |
45 | | - "peerDependencies": { |
46 | | - "@rspack/core": "^1.0.0 || ^2.0.0-0", |
47 | | - "typescript": ">=3.8.0" |
48 | | - }, |
49 | | - "peerDependenciesMeta": { |
50 | | - "@rspack/core": { |
51 | | - "optional": true |
52 | | - } |
53 | | - }, |
54 | 42 | "devDependencies": { |
| 43 | + "@babel/code-frame": "^7.29.0", |
55 | 44 | "@rslib/core": "^0.19.4", |
56 | 45 | "@rspack/core": "^1.7.4", |
57 | 46 | "@rstest/core": "^0.8.1", |
|
61 | 50 | "@types/node": "^24.10.9", |
62 | 51 | "cross-env": "^10.1.0", |
63 | 52 | "husky": "^9.1.7", |
| 53 | + "is-glob": "^4.0.3", |
| 54 | + "minimatch": "^10.2.2", |
64 | 55 | "mock-fs": "^5.5.0", |
65 | 56 | "prettier": "^3.8.1", |
66 | 57 | "strip-ansi": "^6.0.1", |
67 | 58 | "typescript": "^5.9.3" |
68 | 59 | }, |
| 60 | + "peerDependencies": { |
| 61 | + "@rspack/core": "^1.0.0 || ^2.0.0-0", |
| 62 | + "typescript": ">=3.8.0" |
| 63 | + }, |
| 64 | + "peerDependenciesMeta": { |
| 65 | + "@rspack/core": { |
| 66 | + "optional": true |
| 67 | + } |
| 68 | + }, |
| 69 | + "packageManager": "pnpm@10.28.2", |
69 | 70 | "publishConfig": { |
70 | 71 | "access": "public", |
71 | 72 | "registry": "https://registry.npmjs.org/" |
72 | | - }, |
73 | | - "packageManager": "pnpm@10.28.2" |
| 73 | + } |
74 | 74 | } |
0 commit comments