-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.11 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
{
"name": "theme-elaina",
"displayName": "vscode-theme-elaina",
"description": "「澄み渡った青空をゆく、そこに人がいたのなら間違いなく誰もが振り返り、ため息をこぼしてしまうほどの美貌の魔女は、いったい誰でしょう?」",
"version": "0.0.14",
"author": "Nyakku Shigure <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/moefyit/vscode-theme-elaina.git"
},
"publisher": "SigureMo",
"engines": {
"vscode": "^1.75.0"
},
"categories": [
"Themes"
],
"keywords": [
"ColorTheme",
"Elaina"
],
"icon": "images/icon-128x128.png",
"scripts": {
"build": "tsx src/index.mts",
"watch": "tsx watch src/index.mts",
"release": "vsce package && vsce publish"
},
"contributes": {
"themes": [
{
"label": "Elaina",
"uiTheme": "vs-dark",
"path": "./themes/elaina-color-theme.json"
}
]
},
"devDependencies": {
"@types/node": "^20.8.7",
"@vscode/vsce": "^3.0.0",
"color2k": "^2.0.2",
"tsx": "^4.0.0"
}
}