-
Notifications
You must be signed in to change notification settings - Fork 29
/
package.json
56 lines (56 loc) · 1.3 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
{
"name": "halcyon-vscode",
"displayName": "Halcyon Theme",
"description": "A dark blue theme for VS Code based on the Ayu Mirage theme",
"version": "0.3.1",
"publisher": "brittanychiang",
"icon": "images/logo.png",
"author": {
"name": "Brittany Chiang",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/bchiang7/halcyon-vscode"
},
"bugs": {
"url": "https://github.com/bchiang7/halcyon-vscode/issues",
"email": "[email protected]"
},
"homepage": "https://github.com/bchiang7/halcyon-vscode/blob/master/README.md",
"galleryBanner": {
"color": "#171c28",
"theme": "dark"
},
"engines": {
"vscode": "^1.18.0"
},
"categories": [
"Themes"
],
"keywords": [
"Themes",
"Dark Theme",
"color-theme",
"Halcyon"
],
"contributes": {
"themes": [
{
"label": "Halcyon",
"uiTheme": "vs-dark",
"path": "./themes/halcyon-color-theme.json"
}
]
},
"devDependencies": {
"@babel/core": "^7.22.5",
"@babel/eslint-parser": "^7.22.5",
"@upstatement/eslint-config": "^2.0.0",
"@upstatement/prettier-config": "^1.1.0",
"eslint": "^8.43.0",
"eslint-config-prettier": "^8.8.0",
"prettier": "^2.8.8",
"vsce": "^2.15.0"
}
}