-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 954 Bytes
/
package.json
File metadata and controls
44 lines (44 loc) · 954 Bytes
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
{
"name": "sk-python",
"displayName": "SK Python",
"description": "Sic Kode Python Extension Pack",
"icon": "icon.png",
"galleryBanner": {
"color": "#3B82F6",
"theme": "dark"
},
"author": {
"name": "Sergiu Waxmann",
"email": "sergiu@sickode.com"
},
"publisher": "sickode",
"repository": "https://github.com/sickodewebdesign/sk-python",
"version": "1.0.0",
"license": "MIT",
"engines": {
"vscode": "^1.70.0"
},
"categories": [
"Extension Packs"
],
"keywords": [
"SK",
"Sic Kode",
"Sic Kode Web Design",
"SK Python",
"Sic Kode Python",
"Sic Kode Web Design Python",
"SK Python Extension Pack",
"Sic Kode Python Extension Pack",
"Sic Kode Web Design Python Extension Pack"
],
"extensionPack": [
"ms-python.black-formatter",
"ms-python.isort",
"ms-python.python"
],
"scripts": {
"build": "vsce package",
"publish": "vsce publish"
}
}