|
1 | 1 | {
|
2 | 2 | "name": "eslint-plugin-import-x",
|
3 | 3 | "version": "4.7.0",
|
| 4 | + "type": "commonjs", |
4 | 5 | "description": "Import with sanity.",
|
5 | 6 | "repository": "git+https://github.com/un-ts/eslint-plugin-import-x",
|
6 | 7 | "author": "JounQin <[email protected]> (https://www.1stG.me)",
|
|
37 | 38 | "lint:es": "eslint . --cache",
|
38 | 39 | "lint:tsc": "tsc -p tsconfig.base.json --noEmit",
|
39 | 40 | "prepare": "patch-package && simple-git-hooks && yarn-berry-deduplicate || exit 0",
|
40 |
| - "release": "changeset publish", |
| 41 | + "release": "clean-pkg-json && changeset publish", |
41 | 42 | "test": "jest",
|
42 | 43 | "test-compiled": "yarn build && cross-env TEST_COMPILED=1 jest",
|
43 | 44 | "update:eslint-docs": "eslint-doc-generator --rule-doc-title-format prefix-name --rule-doc-section-options false --rule-list-split meta.docs.category --ignore-config stage-0 --config-emoji recommended,☑️",
|
|
55 | 56 | "get-tsconfig": "^4.10.0",
|
56 | 57 | "is-glob": "^4.0.3",
|
57 | 58 | "minimatch": "^10.0.1",
|
58 |
| - "oxc-resolver": "^5.0.0", |
| 59 | + "rspack-resolver": "^1.1.0", |
59 | 60 | "semver": "^7.7.1",
|
60 | 61 | "stable-hash": "^0.0.5",
|
61 | 62 | "tslib": "^2.8.1"
|
|
98 | 99 | "@typescript-eslint/parser": "^8.26.1",
|
99 | 100 | "@typescript-eslint/rule-tester": "^8.26.1",
|
100 | 101 | "@unts/patch-package": "^8.1.1",
|
| 102 | + "clean-pkg-json": "^1.2.1", |
101 | 103 | "cross-env": "^7.0.3",
|
102 | 104 | "escope": "^4.0.0",
|
103 | 105 | "eslint": "^9.22.0",
|
104 | 106 | "eslint-config-prettier": "^10.1.1",
|
105 | 107 | "eslint-doc-generator": "^2.1.1",
|
106 |
| - "eslint-import-resolver-typescript": "^3.8.7", |
| 108 | + "eslint-import-resolver-typescript": "^3.9.0", |
107 | 109 | "eslint-import-resolver-webpack": "^0.13.10",
|
108 | 110 | "eslint-import-test-order-redirect": "link:./test/fixtures/order-redirect",
|
109 | 111 | "eslint-plugin-eslint-plugin": "^6.4.0",
|
|
127 | 129 | "redux": "^5.0.1",
|
128 | 130 | "rimraf": "^6.0.1",
|
129 | 131 | "simple-git-hooks": "^2.11.1",
|
| 132 | + "tinyexec": "^0.3.2", |
130 | 133 | "ts-node": "^10.9.2",
|
131 | 134 | "type-fest": "^4.37.0",
|
132 | 135 | "typescript": "^5.8.2",
|
|
0 commit comments