-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·45 lines (45 loc) · 1022 Bytes
/
package.json
File metadata and controls
executable file
·45 lines (45 loc) · 1022 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
45
{
"name": "sk-flutter",
"displayName": "SK Flutter",
"description": "Sic Kode Flutter 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-flutter",
"version": "1.1.2",
"license": "MIT",
"engines": {
"vscode": "^1.70.0"
},
"categories": [
"Extension Packs"
],
"keywords": [
"SK",
"Sic Kode",
"Sic Kode Web Design",
"SK Flutter",
"Sic Kode Flutter",
"Sic Kode Web Design Flutter",
"SK Flutter Extension Pack",
"Sic Kode Flutter Extension Pack",
"Sic Kode Web Design Flutter Extension Pack"
],
"extensionPack": [
"nash.awesome-flutter-snippets",
"dart-code.dart-code",
"dart-code.flutter",
"robert-brunhage.flutter-riverpod-snippets"
],
"scripts": {
"build": "vsce package",
"publish": "vsce publish"
}
}