-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.08 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
{
"name": "material-monokai",
"displayName": "Material Monokai Theme",
"description": "Material Monokai Theme",
"author": "Alessio Enrico Repetti <[email protected]>",
"version": "1.1.0",
"publisher": "repeale",
"icon": "logo.png",
"repository": {
"type": "git",
"url": "https://github.com/repeale/material-monokai.git"
},
"engines": {
"vscode": "^1.60.1"
},
"galleryBanner": {
"color": "#292929",
"theme": "dark"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "Material Monokai High Contrast",
"uiTheme": "vs-dark",
"path": "./themes/Material-Monokai-High-Contrast-color-theme.json"
}
]
},
"keywords": [
"material theme",
"monokai",
"high contrast"
],
"prettier": "@repeale/prettier-config",
"scripts": {
"start": "nodemon --exec vsce package",
"package": "vsce package",
"publish": "vsce publish"
},
"devDependencies": {
"@repeale/prettier-config": "1.0.4",
"nodemon": "2.0.12",
"prettier": "2.4.0"
},
"dependencies": {}
}