-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.24 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
55
56
57
58
59
60
61
62
63
{
"name": "theme-hbuilderx-push-light",
"displayName": "%displayName%",
"description": "%description%",
"version": "1.0.4",
"homepage": "https://github.com/ZQun/theme-hbuilderx-push-light/blob/master/README.md",
"repository": {
"type": "git",
"url": "https://github.com/ZQun/theme-hbuilderx-push-light"
},
"bugs": {
"url": "https://github.com/ZQun/theme-hbuilderx-push-light/issues"
},
"publisher": "ZQun",
"license": "MIT",
"icon": "icon.png",
"engines": {
"vscode": "*"
},
"categories": [
"Themes",
"Other"
],
"keywords": [
"health",
"hbuilder",
"hbuilderx",
"h5builder",
"green",
"soft green",
"yellow",
"solarized",
"light"
],
"contributes": {
"themes": [
{
"label": "HBuilderX Soft Green Light",
"uiTheme": "vs",
"path": "./themes/hbuilderx-soft-green-light-color-theme.json"
}
]
},
"dependencies": {
"dot-prop": ">=4.2.1",
"lodash": ">=4.17.19"
},
"devDependencies": {
"@commitlint/cli": "^8.3.5",
"@commitlint/config-conventional": "^8.3.4",
"husky": "^3.1.0",
"minimist": ">=1.2.2",
"vsce": "^1.74.0"
},
"scripts": {
"publish": "./node_modules/.bin/vsce publish"
},
"husky": {
"hooks": {
"commit-msg": "./node_modules/.bin/commitlint -E HUSKY_GIT_PARAMS"
}
}
}