-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
50 lines (50 loc) · 985 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
49
50
{
"name": "boitatech",
"displayName": "Boitatech Theme",
"description": "The Boitatech VS Code theme!",
"version": "1.337.2",
"publisher": "Boitatech",
"license": "MIT",
"scripts": {
"build": "node ./scripts/build.js"
},
"repository": {
"type": "git",
"url": "https://github.com/boitatech/boitatech-vscode-theme"
},
"bugs": {
"url": "https://github.com/boitatech/boitatech-vscode-theme/issues"
},
"icon": "icon.png",
"keywords": [
"boitatech",
"theme",
"vscode",
"hacking",
"infosec",
"boitatech dark",
"dark infosec theme",
"red theme",
"dark red theme"
],
"engines": {
"vscode": "^1.71.0"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "Boitatech",
"uiTheme": "vs-dark",
"path": "./themes/boitatech.json"
}
]
},
"dependencies": {
"js-yaml": "^3.13.1",
"npm": "^8.19.2",
"tinycolor2": "^1.4.1"
}
}