forked from microsoft/rushstack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.04 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
{
"name": "@rushstack/eslint-plugin",
"version": "0.3.2",
"description": "An ESLint plugin providing supplementary rules for use with the @rushstack/eslint-config package",
"repository": {
"url": "https://github.com/microsoft/rushstack/tree/master/stack/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": "gulp test --clean"
},
"peerDependencies": {
"eslint": "^5.0.0 || ^6.0.0"
},
"devDependencies": {
"@microsoft/node-library-build": "6.4.5",
"@microsoft/rush-stack-compiler-3.5": "0.4.4",
"@types/eslint": "6.1.3",
"@types/estree": "0.0.39",
"@types/node": "10.17.13",
"@typescript-eslint/experimental-utils": "2.3.3",
"@typescript-eslint/parser": "2.3.3",
"@typescript-eslint/typescript-estree": "2.3.3",
"eslint": "~6.5.1",
"gulp": "~4.0.2",
"typescript": "~3.5.3"
}
}