-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
52 lines (52 loc) · 1.27 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": "sepia",
"displayName": "Sepia Theme",
"description": "Your eyes will thank you",
"version": "1.2.25",
"publisher": "ZYinMD",
"repository": "https://github.com/ZYinMD/sepia",
"icon": "images/icon.png",
"engines": {
"vscode": "^1.13.0"
},
"categories": [
"Themes"
],
"keywords": [
"parchment",
"vintage",
"solarized",
"yellow",
"brown"
],
"contributes": {
"themes": [
{
"label": "Sepia",
"uiTheme": "vs",
"path": "./themes/sepia.json"
},
{
"label": "Sepia from Cuttlefish",
"uiTheme": "vs-dark",
"path": "./themes/sepia-from-cuttlefish.json"
}
]
},
"scripts": {
"palettes": "start ./palettes/palettes.html || open ./palettes/palettes.html",
"implement": "node ./scripts/implement.js",
"postimplement": "printf 'For faster speed, you might want to run `node ./scripts/implement.js` directly'",
"postversion": "auto-changelog -b 99 && git commit -a --amend --no-edit && git tag -f $(git describe --tags `git rev-list --tags --max-count=1`) HEAD"
},
"devDependencies": {
"auto-changelog": "^2.3.0",
"comment-json": "^1.1.3",
"cssjson": "^2.1.3"
},
"__metadata": {
"id": "c54fb6cf-bc49-4e90-8a2b-f158b27c45ac",
"publisherDisplayName": "Zhi Yin",
"publisherId": "c8ed1e7f-4513-4c2d-b7c0-b83005a2a75d"
}
}