-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
40 lines (40 loc) · 902 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
{
"name": "pustota",
"displayName": "pustota",
"description": "Minimalistic VSCode theme inspired by old-fashioned hobbies",
"version": "0.0.24",
"scripts": {
"package": "vsce package",
"start": "npm run package",
"publish": "vsce publish"
},
"engines": {
"vscode": "^1.87.0"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "pustota",
"uiTheme": "vs-dark",
"path": "./themes/pustota-color-theme.json"
}
]
},
"publisher": "sobolevn",
"homepage": "https://github.com/pustota-theme/pustota",
"icon": "assets/icon.png",
"repository": {
"type": "git",
"url": "https://github.com/pustota-theme/pustota.git"
},
"bugs": {
"url": "https://github.com/pustota-theme/pustota/issues",
"email": "mail@sobolevn.me"
},
"devDependencies": {
"@vscode/vsce": "^3.0.0"
}
}