forked from angular-eslint/angular-eslint
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 762 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 762 Bytes
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
{
"name": "@angular-eslint/eslint-plugin",
"version": "12.5.0",
"description": "ESLint plugin for Angular applications, following angular.io/styleguide",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/angular-eslint/angular-eslint.git",
"directory": "packages/eslint-plugin"
},
"files": [
"dist",
"package.json",
"README.md",
"LICENSE"
],
"dependencies": {
"@angular-eslint/utils": "12.5.0",
"@typescript-eslint/experimental-utils": "4.28.2"
},
"peerDependencies": {
"@angular/compiler": ">= 12.0.0 < 13.0.0",
"eslint": "*",
"typescript": "*"
},
"gitHead": "d1d0e9f61f6a864d14507aa09c4b08c085309e7d"
}