-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 943 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
42
43
44
{
"name": "phocus-vscode",
"displayName": "Phocus Theme",
"description": "VSCode implementation of the phocus color scheme.",
"version": "1.1.0",
"license": "MIT",
"scripts": {
"package": "vsce package",
"publish-vsce": "vsce publish",
"publish-ovsx": "ovsx publish"
},
"homepage": "https://phocus.github.io/",
"icon": "assets/phocus.png",
"repository": {
"type": "git",
"url": "https://github.com/phocus/vscode"
},
"bugs": {
"url": "https://github.com/phocus/vscode/issues"
},
"sponsor": {
"url": "https://github.com/sponsors/phisch"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "phocus",
"uiTheme": "vs-dark",
"path": "./themes/phocus-color-theme.json"
}
]
},
"engines": {
"vscode": "^1.70.0"
},
"publisher": "phisch",
"devDependencies": {
"ovsx": "^0.5.1",
"vsce": "^2.10.2"
}
}