-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.1 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": "synthwave--2077",
"displayName": "Synthwave '2077",
"description": "When Cyberpunk 2077 meets Synthwave '84",
"icon": "./icon.png",
"publisher": "CodeSacha",
"license": "SEE LICENSE IN LICENSE.txt",
"homepage": "https://github.com/SBigz/Synthwave-2077/blob/main/README.md",
"bugs": {
"url": "https://github.com/SBigz/Synthwave-2077/issues",
"email": "[email protected]"
},
"version": "0.6.0",
"engines": {
"vscode": "^1.77.0"
},
"repository": {
"type": "git",
"url": "https://github.com/SBigz/Synthwave-2077"
},
"categories": [
"Themes"
],
"main": "./extension.js",
"contributes": {
"themes": [
{
"label": "Synthwave '2077",
"uiTheme": "vs-dark",
"path": "./themes/Synthwave '2077-color-theme.json"
}
],
"commands": [
{
"command": "synthwave--2077.enable",
"title": "Synthwave 2077: Enable Neon"
},
{
"command": "synthwave--2077.disable",
"title": "Synthwave 2077: Disable Neon"
}
]
},
"devDependencies": {
"vscode": "^1.1.37"
}
}