-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1.02 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
{
"name": "tslint-config-clean-code",
"version": "4.0.12",
"description": "An opinionated TSLint configuration for enforcing clean code and avoiding hard-to-debug errors",
"main": "tslint-config.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wh1t3cAt1k/tslint-config-clean-code.git"
},
"keywords": [],
"author": {
"name": "Pavel Kabir",
"email": "pavel@kabir.ru",
"url": "http://linkedin.com/in/pkabirr"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/wh1t3cAt1k/tslint-config-clean-code/issues"
},
"homepage": "https://github.com/wh1t3cAt1k/tslint-config-clean-code#readme",
"dependencies": {
"tslint-consistent-codestyle": "^1.15.1",
"tslint-eslint-rules": "^5.4.0",
"tslint-microsoft-contrib": "^6.1.0",
"tslint-no-circular-imports": "^0.6.2",
"tslint-react": "^3.6.0",
"tslint-sonarts": "^1.9.0"
},
"peerDependencies": {
"tslint": ">= 5.14.0"
}
}