-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
53 lines (53 loc) · 1.19 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
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "@starlab/tslint-config",
"version": "1.0.8",
"description": "StarLab TSLint configuration",
"main": "index.js",
"files": [
"rules.json"
],
"scripts": {
"test": "echo \"no tests yet\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/kryshac/tslint-config.git"
},
"keywords": [
"starlab",
"frontend",
"typescript",
"angular",
"tslint",
"config",
"rules"
],
"author": "Kryshac",
"license": "MIT",
"bugs": {
"url": "https://github.com/kryshac/tslint-config/issues"
},
"homepage": "https://github.com/kryshac/tslint-config#readme",
"peerDependencies": {
"@angular/compiler": "^7.2.12",
"@angular/core": "^7.2.12",
"codelyzer": "^5.0.0",
"rxjs": "^6.4.0",
"typescript": "~3.2.4"
},
"dependencies": {
"@angular/compiler": "^7.2.12",
"@angular/core": "^7.2.12",
"codelyzer": "^5.0.0",
"rxjs": "^6.4.0",
"rxjs-tslint-rules": "^4.19.1",
"tslint": "^5.15.0",
"tslint-config-airbnb": "^5.11.1",
"tslint-config-prettier": "^1.18.0",
"tslint-microsoft-contrib": "^6.1.0",
"typescript": "~3.2.4"
},
"devDependencies": {
"tslint": "5.15.0"
}
}