-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "intepriddarkness",
"displayName": "Intrepid Darkness",
"description": "",
"version": "1.9.2",
"engines": {
"vscode": "^1.68.1"
},
"scripts": {
"deploy": "vsce publish --yarn",
"build": "vsce package --out release"
},
"publisher": "KeineAhnung",
"categories": [
"Themes"
],
"galleryBanner": {
"color": "#0C1016",
"theme": "dark"
},
"bugs": {
"url": "https://github.com/TheKeineAhnung/Intrepid-Darkness/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/TheKeineAhnung/Intrepid-Darkness"
},
"icon": "icon.png",
"keywords": [
"KeineAhnung",
"theme",
"color theme",
"dark theme",
"best dark theme",
"Intrepid-Darkness",
"Intrepid Darkness"
],
"contributes": {
"themes": [
{
"label": "Intrepid Darkness",
"uiTheme": "vs-dark",
"path": "./themes/IntrepidDarkness.json"
},
{
"label": "Intrepid Darkness Light",
"uiTheme": "vs",
"path": "./themes/IntrepidDarknessLight.json"
}
]
},
"devDependencies": {
"vsce": "2.15.0"
}
}