-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.27 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
54
{
"name": "@bytpher/tslint-ns-core",
"version": "1.0.1",
"description": "Recommended tslint configuration for NativeScript Core applications.",
"main": "tslint.json",
"repository": {
"type": "git",
"url": "https://github.com/bytpher/tslint-ns-core.git"
},
"keywords": [
"bytpher",
"tslint",
"nativescript",
"henry",
"chavez",
"angular",
"telerik",
"mobile",
"android",
"ios"
],
"author": {
"name": "Henry Chavez",
"email": "henry.chavez@bytpher.com",
"url": "https://github.com/henrychavez"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/bytpher/tslint-ns-core/issues"
},
"homepage": "https://github.com/bytpher/tslint-ns-core#readme",
"scripts": {
"release": "standard-version -t '' "
},
"dependencies": {
"tslint-config-prettier": "^1.18.0",
"tslint-plugin-prettier": "^2.3.0"
},
"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"
}
}