-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.11 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
{
"name": "@webcomputing/tslint-config-webcomputing",
"version": "0.0.3",
"description": "A TSLint configuration which will be used by all public typescript project from the web computing. ",
"main": "tslint-base.json",
"peerDependencies": {
"tslint": "^5.11.0"
},
"keywords": [
"web computing",
"tslint",
"typescript",
"AssistantJS"
],
"dependencies": {
"@angular/compiler": "^7.2.11",
"@angular/core": "^7.2.11",
"codelyzer": "~4.5.0",
"rxjs": "^6.4.0",
"tslint": "^5.11.0",
"tslint-config-airbnb": "^5.11.1",
"tslint-config-prettier": "^1.18.0"
},
"author": "Thorsten Woywod <[email protected]>",
"license": "Apache-2.0",
"devDependencies": {
"typescript": "^3.3.4000"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/webcomputing/tslint-config-webcomputing.git"
},
"bugs": {
"url": "https://github.com/webcomputing/tslint-config-webcomputing/issues"
},
"homepage": "https://github.com/webcomputing/tslint-config-webcomputing#readme"
}