-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 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
{
"name": "apparently-purple",
"displayName": "Apparently Purple",
"description": "Apparently Purple Theme",
"version": "1.0.3",
"publisher": "ApparentlyStudio",
"engines": {
"vscode": "^1.62.0"
},
"homepage": "https://github.com/apparently-studio/apparently-purple",
"repository": {
"type": "git",
"url": "https://github.com/apparently-studio/apparently-purple"
},
"contributes": {
"themes": [
{
"label": "Apparently Purple",
"path": "./themes/apparently-purple-color-theme.json",
"uiTheme": "vs-dark"
}
]
},
"license": "MIT",
"categories": [
"Themes"
],
"keywords": [
"theme",
"violet",
"purple",
"dark",
"apparently"
],
"galleryBanner": {
"color": "#1b1436",
"theme": "dark"
},
"icon": "images/icon.png",
"scripts": {
"pack": "git clean -df && vsce package",
"pub": "git clean -df && vsce publish"
},
"devDependencies": {
"vsce": "2.2.0"
}
}