-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·54 lines (54 loc) · 1.17 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
{
"name": "sk-global",
"displayName": "SK Global",
"description": "Sic Kode Global Extension Pack",
"icon": "icon.png",
"galleryBanner": {
"color": "#3B82F6",
"theme": "dark"
},
"author": {
"name": "Sergiu Waxmann",
"email": "[email protected]"
},
"publisher": "sickode",
"repository": "https://github.com/sickodewebdesign/sk-global",
"version": "1.0.3",
"license": "MIT",
"engines": {
"vscode": "^1.70.0"
},
"categories": [
"Extension Packs"
],
"keywords": [
"SK",
"Sic Kode",
"Sic Kode Web Design",
"SK Global",
"Sic Kode Global",
"Sic Kode Web Design Global",
"SK Global Extension Pack",
"Sic Kode Global Extension Pack",
"Sic Kode Web Design Global Extension Pack"
],
"extensionPack": [
"aaron-bond.better-comments",
"streetsidesoftware.code-spell-checker",
"vivaxy.vscode-conventional-commits",
"usernamehw.errorlens",
"esbenp.prettier-vscode",
"gruntfuggly.todo-tree"
],
"contributes": {
"snippets": [
{
"path": "./snippets/snippets.code-snippets"
}
]
},
"scripts": {
"build": "vsce package",
"publish": "vsce publish"
}
}