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
32 lines (32 loc) · 882 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 882 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
30
31
32
{
"name": "@angular-eslint/eslint-plugin",
"version": "0.0.1-alpha.28",
"description": "ESLint plugin for Angular applications, following angular.io/styleguide",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "rm -rf ./dist && microbundle --no-sourcemap --target=node --compress --format=cjs",
"test": "jest --coverage",
"typecheck": "tsc -p tsconfig.json --noEmit"
},
"repository": {
"type": "git",
"url": "https://github.com/angular-eslint/angular-eslint.git",
"directory": "packages/eslint-plugin"
},
"files": [
"dist",
"package.json",
"README.md",
"LICENSE"
],
"dependencies": {
"@typescript-eslint/experimental-utils": "2.19.2"
},
"peerDependencies": {
"eslint": "*",
"typescript": "*"
},
"gitHead": "8cf7fd67b1d17152b85843677bd4171ac6658e0c"
}