-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 977 Bytes
/
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
{
"name": "meow",
"displayName": "Meow",
"description": "Fresh and clean user interface, code with no distraction. Meow in the darkness.",
"publisher": "irfanshadikrishad",
"icon": "images/meow.png",
"version": "3.0.11",
"repository": {
"type": "git",
"url": "https://github.com/irfanshadikrishad/meow"
},
"homepage": "https://irfanshadikrishad.github.io/meow",
"bugs": {
"url": "https://github.com/irfanshadikrishad/meow/issues"
},
"keywords": [
"aesthetic",
"elegent",
"dark",
"night mode",
"modern",
"syntax highlight",
"meow dark",
"meow",
"strawberry"
],
"engines": {
"vscode": "^1.84.0"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "Meow",
"uiTheme": "vs-dark",
"path": "./themes/meow.json"
}
]
},
"devDependencies": {
"prettier": "^3.3.3"
},
"scripts": {
"format": "prettier . --write"
}
}