-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.12 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
{
"name": "secunda",
"version": "1.4.0",
"displayName": "Secunda",
"description": "A simple dark theme for coding at night",
"author": "Rodger Jordas <[email protected]> (https://rmjordas.github.io)",
"homepage": "https://github.com/rmjordas/secunda/blob/master/README.md",
"repository": {
"type": "git",
"url": "https://github.com/rmjordas/secunda.git"
},
"bugs": {
"url": "https://github.com/rmjordas/secunda/issues"
},
"engines": {
"vscode": "^1.41.0"
},
"categories": [
"Themes"
],
"galleryBanner": {
"color": "#26292c",
"theme": "dark"
},
"icon": "images/icon.png",
"keywords": [
"color theme",
"dark",
"dark theme",
"secunda",
"night",
"theme"
],
"license": "MIT",
"publisher": "ruj",
"contributes": {
"themes": [
{
"id": "Secunda",
"label": "Secunda",
"uiTheme": "vs-dark",
"path": "./themes/secunda-color-theme.json"
}
]
},
"scripts": {
"package": "vsce package"
},
"devDependencies": {
"@ruj/prettier-config": "^2.0.0",
"prettier": "^2.7.1",
"vsce": "^2.11.0"
}
}