-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 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
40
41
{
"name": "angular-strict-tslint-rules",
"version": "0.3.1",
"description": "Stricts rules to enforce a consistent code style for Angular development",
"repository": {
"type": "git",
"url": "https://github.com/Jbz797/angular-strict-tslint-rules"
},
"keywords": [
"angular",
"linting-rules",
"stricts-rules",
"tslint",
"typescript"
],
"author": {
"name": "Jean-benoit Gautier"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/Jbz797/angular-strict-tslint-rules/issues"
},
"homepage": "https://github.com/Jbz797/angular-strict-tslint-rules",
"main": "./tslint.json",
"dependencies": {
"angular-tslint-rules": "1.20.4",
"codelyzer": "6.0.2",
"tslint": "6.1.3",
"tslint-consistent-codestyle": "1.16.0",
"tslint-eslint-rules": "5.4.0",
"tslint-microsoft-contrib": "6.2.0"
},
"devDependencies": {
"@angular/compiler": "^13.0.0",
"@angular/core": "^13.0.0",
"rxjs": "^6.0.0",
"tslib": "^2.0.0",
"typescript": "^4.0.0",
"zone.js": "^0.11.0"
}
}