-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 981 Bytes
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 981 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
{
"name": "hax-development-kit",
"displayName": "Hax Development Kit",
"description": "Development kit for developing HAX web components",
"version": "1.0.2",
"readme": "README.md",
"icon": "hax-text.png",
"publisher": "zdodson",
"engines": {
"vscode": "^1.96.0"
},
"categories": [
"Extension Packs"
],
"repository": {
"type": "git",
"url": "https://github.com/zdodson21/hax-development-kit"
},
"extensionPack": [
"aaron-bond.better-comments",
"zdodson.dddignore",
"usernamehw.errorlens",
"lit.lit-snippets",
"editorconfig.editorconfig",
"eamodio.gitlens",
"wix.vscode-import-cost",
"AykutSarac.jsoncrack-vscode",
"bierner.lit-html",
"runem.lit-plugin",
"christian-kohler.path-intellisense",
"esbenp.prettier-vscode",
"gruntfuggly.todo-tree"
],
"keywords": [
"hax",
"web component",
"hax development kit",
"lit",
"lit-element",
"lit-html",
"ddd"
]
}