forked from microsoft/rushstack
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.15 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.15 KB
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
{
"name": "@rushstack/eslint-plugin",
"version": "0.19.0",
"description": "An ESLint plugin providing supplementary rules for use with the @rushstack/eslint-config package",
"license": "MIT",
"repository": {
"url": "https://github.com/microsoft/rushstack.git",
"type": "git",
"directory": "eslint/eslint-plugin"
},
"homepage": "https://rushstack.io",
"keywords": [
"eslint",
"eslint-config",
"monorepo",
"rush",
"scalable",
"scale",
"typescript"
],
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"scripts": {
"build": "heft build --clean",
"_phase:build": "heft run --only build -- --clean",
"_phase:test": "heft run --only test -- --clean"
},
"dependencies": {
"@rushstack/tree-pattern": "workspace:*",
"@typescript-eslint/utils": "~8.31.0"
},
"peerDependencies": {
"eslint": "^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0"
},
"devDependencies": {
"@rushstack/heft": "0.74.0",
"@typescript-eslint/parser": "~8.31.0",
"@typescript-eslint/rule-tester": "~8.31.0",
"decoupled-local-node-rig": "workspace:*",
"eslint": "~9.25.1",
"typescript": "~5.8.2"
}
}