-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
41 lines (41 loc) · 991 Bytes
/
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
{
"publisher": "salesforce",
"name": "codey-high-noon",
"displayName": "Codey High Noon",
"description": "Light theme configured for accessibility and Salesforce development",
"version": "1.0.1",
"icon": "images/icon.png",
"license": "BSD-3-Clause",
"qna": false,
"bugs": {
"url": "https://github.com/zaynelt/codey-high-noon/issues"
},
"repository": {
"url": "https://github.com/zaynelt/codey-high-noon"
},
"galleryBanner": {
"color": "#ECECEC",
"theme": "light"
},
"engines": {
"vscode": "^1.30.0"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "Codey High Noon",
"uiTheme": "vs",
"path": "./themes/CodeyHighNoon.json"
}
]
},
"scripts": {
"vscode:package": "vsce package"
},
"devDependencies": {
"vsce": "^1.62.0"
}
}