-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.25 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.25 KB
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
{
"name": "@bytpher/tslint-ns-angular",
"version": "1.0.0",
"description": "Recommended tslint configuration for NativeScript Angular applications.",
"main": "tslint.json",
"repository": {
"type": "git",
"url": "https://github.com/bytpher/tslint-ns-angular.git"
},
"keywords": [
"bytpher",
"tslint",
"angular",
"nativescript",
"henry chavez",
"telerik",
"progress"
],
"author": {
"name": "Henry Chavez",
"email": "henry.chavez@bytpher.com",
"url": "https://github.com/henrychavez"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/bytpher/tslint-ns-angular/issues"
},
"homepage": "https://github.com/bytpher/tslint-ns-angular#readme",
"scripts": {
"release": "standard-version -t '' "
},
"dependencies": {
"@bytpher/tslint-ns-core": "^1.0.0",
"codelyzer": "^5.2.2"
},
"devDependencies": {
"@commitlint/cli": "^8.3.5",
"@commitlint/config-conventional": "^8.3.4",
"husky": "^4.2.3",
"standard-version": "^7.1.0",
"tslint": "^5.20.0",
"typescript": "^3.5.3"
},
"peerDependencies": {
"prettier": ">= 2.0.2",
"prettier-tslint": "^0.4.2",
"pretty-quick": "^2.0.1",
"tslint": ">= 5.20.0",
"typescript": ">= 3.5.3 < 4"
}
}