-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.34 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
56
57
58
59
60
61
{
"name": "venom-theme-vscode",
"displayName": "Venom Theme",
"version": "1.0.1",
"description": "A vscode theme built on Venom from MCU",
"publisher": "susanta96",
"icon": "images/logo.png",
"author": {
"name": "Susanta Chakraborty",
"email": "susant.vanu7278@gmail.com"
},
"repository": {
"type": "git",
"url": "https://github.com/susanta96/venom-theme-vscode"
},
"bugs": {
"url": "https://github.com/susanta96/venom-theme-vscode/issues",
"email": "susant.vanu7278@gmail.com"
},
"homepage": "https://github.com/susanta96/venom-theme-vscode/blob/main/README.md",
"galleryBanner": {
"color": "#11141E",
"theme": "dark"
},
"engines": {
"vscode": "^1.18.0"
},
"scripts": {
"bundle": "vsce package --no-dependencies",
"publish": "vsce publish"
},
"categories": [
"Themes"
],
"keywords": [
"Themes",
"Dark Theme",
"color-theme",
"Venom",
"DC",
"MCU",
"vscode-theme"
],
"contributes": {
"themes": [
{
"label": "Venom Theme",
"uiTheme": "vs-dark",
"path": "./themes/venom-color-theme.json"
}
]
},
"license": "MIT",
"devDependencies": {
"@babel/eslint-parser": "^7.22.5",
"eslint": "^8.42.0",
"eslint-config-prettier": "^8.8.0",
"prettier": "^2.8.8",
"@vscode/vsce": "^2.19.0"
}
}