-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
82 lines (82 loc) · 2.01 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "nushu-vscode-theme",
"displayName": "Nüshu",
"homepage": "https://marketplace.visualstudio.com/items?itemName=wheredoesyourmindgo.nushu-vscode-theme",
"description": "A theme that will continue to fade with time",
"version": "2.2.10",
"scripts": {
"list": "echo 'Skipping yarn list'",
"build": "node src/index.js && node src/nushu/index.js",
"release:major": "vsce publish --no-yarn major && git push",
"release:minor": "vsce publish --no-yarn minor && git push",
"release:patch": "vsce publish --no-yarn patch && git push"
},
"icon": "images/icon.png",
"publisher": "wheredoesyourmindgo",
"galleryBanner": {
"color": "#1b1f23",
"theme": "dark"
},
"repository": {
"type": "git",
"url": "https://github.com/wheredoesyourmindgo/nushu-vscode-theme"
},
"bugs": {
"url": "https://github.com/wheredoesyourmindgo/nushu-vscode-theme/issues"
},
"engines": {
"vscode": "^1.43.0"
},
"categories": [
"Themes"
],
"keywords": [
"theme",
"women",
"github",
"light",
"dark",
"paper",
"parchment",
"human",
"pen paper coffee",
"focus",
"astigmatism"
],
"contributes": {
"themes": [
{
"label": "Nüshu Light",
"uiTheme": "vs",
"path": "./themes/nushu-light.json"
},
{
"label": "Nüshu Dark",
"uiTheme": "vs-dark",
"path": "./themes/nushu-dark.json"
},
{
"label": "Nüshu Classic",
"uiTheme": "vs",
"path": "./themes/nushu-classic.json"
}
]
},
"license": "MIT",
"__metadata": {
"publisherDisplayName": "wheredoesyourmindgo"
},
"devDependencies": {
"@changesets/changelog-github": "^0.4.1",
"@changesets/cli": "^2.17.0",
"@primer/primitives": "7.10.0",
"chroma-js": "^2.1.2",
"color": "^3.1.2",
"cp-file": "<10",
"nodemon": "^2.0.3",
"replace-in-file": "^7.0.1",
"replace-json-property": "^1.9.0",
"vsce": "^2.15.0"
},
"packageManager": "[email protected]"
}