forked from import-js/eslint-plugin-import
-
-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathpackage.json
142 lines (142 loc) · 4.62 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
{
"name": "eslint-plugin-import-x",
"version": "4.9.2",
"type": "commonjs",
"description": "Import with sanity.",
"repository": "https://github.com/un-ts/eslint-plugin-import-x",
"author": "JounQin <[email protected]> (https://www.1stG.me)",
"license": "MIT",
"packageManager": "[email protected]",
"engines": {
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
},
"main": "lib/index.js",
"exports": {
".": "./lib/index.js",
"./package.json": "./package.json",
"./*": "./lib/*"
},
"files": [
"lib",
"!lib/*.tsbuildinfo"
],
"keywords": [
"eslint",
"eslintplugin",
"eslint-plugin",
"es6",
"jsnext",
"modules",
"import",
"export"
],
"scripts": {
"build": "tsc -p src",
"clean": "rimraf lib",
"lint": "run-p 'lint:*'",
"lint:docs": "yarn update:eslint-docs --check",
"lint:es": "eslint . --cache",
"lint:tsc": "tsc -p tsconfig.base.json --noEmit",
"prepare": "patch-package && simple-git-hooks && yarn-berry-deduplicate || exit 0",
"release": "clean-pkg-json && changeset publish",
"test": "jest",
"test-compiled": "yarn build && cross-env TEST_COMPILED=1 jest",
"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,☑️",
"watch": "yarn test --watch"
},
"peerDependencies": {
"eslint": "^8.57.0 || ^9.0.0"
},
"dependencies": {
"@types/doctrine": "^0.0.9",
"@typescript-eslint/utils": "^8.27.0",
"debug": "^4.4.0",
"doctrine": "^3.0.0",
"eslint-import-resolver-node": "^0.3.9",
"get-tsconfig": "^4.10.0",
"is-glob": "^4.0.3",
"minimatch": "^10.0.1",
"rspack-resolver": "^1.2.2",
"semver": "^7.7.1",
"stable-hash": "^0.0.5",
"tslib": "^2.8.1"
},
"devDependencies": {
"@1stg/commitlint-config": "^5.0.0",
"@1stg/lint-staged": "^4.0.4",
"@1stg/prettier-config": "^4.0.4",
"@1stg/remark-preset": "^3.0.0",
"@1stg/simple-git-hooks": "^0.2.4",
"@1stg/tsconfig": "^3.0.0",
"@angular-eslint/template-parser": "^19.2.1",
"@babel/core": "^7.26.10",
"@babel/eslint-parser": "^7.26.10",
"@babel/plugin-proposal-decorators": "^7.25.9",
"@babel/plugin-proposal-export-default-from": "^7.25.9",
"@babel/preset-env": "^7.26.9",
"@babel/preset-flow": "^7.25.9",
"@babel/preset-react": "^7.26.3",
"@babel/preset-typescript": "^7.26.0",
"@babel/register": "^7.25.9",
"@changesets/changelog-github": "^0.5.1",
"@changesets/cli": "^2.28.1",
"@commitlint/cli": "^19.8.0",
"@eslint/import-test-order-redirect-scoped": "link:./test/fixtures/order-redirect-scoped",
"@swc-node/jest": "^1.8.13",
"@swc/core": "^1.11.11",
"@swc/helpers": "^0.5.15",
"@test-scope/some-module": "link:./test/fixtures/symlinked-module",
"@total-typescript/ts-reset": "^0.6.1",
"@types/debug": "^4.1.12",
"@types/eslint": "^9.6.1",
"@types/eslint8.56": "npm:@types/eslint@~8.56.0",
"@types/is-glob": "^4.0.4",
"@types/jest": "^29.5.14",
"@types/json-schema": "^7.0.15",
"@types/klaw-sync": "^6.0.5",
"@types/node": "^20.17.24",
"@types/pnpapi": "^0.0.5",
"@typescript-eslint/eslint-plugin": "^8.27.0",
"@typescript-eslint/parser": "^8.27.0",
"@typescript-eslint/rule-tester": "^8.27.0",
"@unts/patch-package": "^8.1.1",
"clean-pkg-json": "^1.2.1",
"cross-env": "^7.0.3",
"eslint": "^9.22.0",
"eslint-config-prettier": "^10.1.1",
"eslint-doc-generator": "^2.1.2",
"eslint-import-resolver-typescript": "^4.2.2",
"eslint-import-resolver-webpack": "^0.13.10",
"eslint-import-test-order-redirect": "link:./test/fixtures/order-redirect",
"eslint-plugin-eslint-plugin": "^6.4.0",
"eslint-plugin-import-x": "link:.",
"eslint-plugin-jest": "^28.11.0",
"eslint-plugin-json": "^4.0.1",
"eslint-plugin-mdx": "^3.2.0",
"eslint-plugin-n": "^17.16.2",
"eslint-plugin-prettier": "^5.2.3",
"eslint-plugin-unicorn": "^56.0.1",
"eslint-plugin-yml": "^1.17.0",
"eslint8.56": "npm:eslint@~8.56.0",
"eslint9": "npm:eslint@^9.22.0",
"hermes-eslint": "^0.26.0",
"jest": "^29.7.0",
"klaw-sync": "^7.0.0",
"lint-staged": "^15.5.0",
"npm-run-all2": "^7.0.2",
"path-serializer": "^0.3.4",
"prettier": "^3.5.3",
"redux": "^5.0.1",
"rimraf": "^6.0.1",
"simple-git-hooks": "^2.11.1",
"tinyexec": "^0.3.2",
"ts-node": "^10.9.2",
"type-fest": "^4.37.0",
"typescript": "^5.8.2",
"yarn-berry-deduplicate": "^6.1.1",
"zod": "^3.24.2"
},
"resolutions": {
"prettier": "^3.5.3"
}
}