-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
52 lines (52 loc) · 1.13 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
{
"name": "monokai-grs",
"displayName": "Monokai GRS",
"description": "Dark theme based on color schema Monokai",
"version": "1.0.15",
"publisher": "goliafrs",
"scripts": {
"postversion": "cp -r package.json .."
},
"engines": {
"vscode": "^1.13.0"
},
"categories": [
"Themes"
],
"icon": "icon.png",
"contributes": {
"themes": [
{
"label": "Monokai GRS",
"uiTheme": "vs-dark",
"path": "./themes/Monokai-GRS.json"
}
]
},
"repository": {
"type": "git",
"url": "https://github.com/goliafrs/monokai.git"
},
"bugs": {
"url": "https://github.com/goliafrs/monokai/issues"
},
"homepage": "https://github.com/goliafrs/monokai/blob/main/README.md",
"keywords": [
"vscode",
"theme",
"monokai",
"dark"
],
"author": {
"name": "goliafrs",
"email": "[email protected]"
},
"license": "MIT",
"devDependencies": {
"@semantic-release/commit-analyzer": "^13.0.0",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^11.0.1",
"@semantic-release/npm": "^12.0.1",
"semantic-release": "^24.2.0"
}
}