-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.23 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
{
"name": "icot-vsce",
"displayName": "iCoT VSCE Pack",
"publisher": "icot-vsce",
"license": "MIT",
"author": {
"name": "iCot",
"email": "[email protected]"
},
"scripts": {
"publish": "vsce package && vsce publish"
},
"repository": {
"type": "git",
"url": "https://github.com/icotd/vsce"
},
"icon": "icon.png",
"description": "Extension pack for development",
"version": "1.0.0",
"engines": {
"vscode": "^1.91.1"
},
"categories": [
"Extension Packs"
],
"extensionPack": [
"steoates.autoimport",
"JannisX11.batch-rename-extension",
"oven.bun-vscode",
"naumovs.color-highlight",
"mikestead.dotenv",
"manuelgil.drizzle-orm-snippets",
"dbaeumer.vscode-eslint",
"shinnn.file-tree-generator",
"github.copilot",
"github.copilot-chat",
"chanzhaoyu.hono-snippets",
"lokalise.i18n-ally",
"visualstudioexptteam.vscodeintellicode",
"zainchen.json",
"esbenp.prettier-vscode",
"mechatroner.rainbow-csv",
"codecola.codecolac-replace",
"yy0931.vscode-sqlite3-editor",
"chanzhaoyu.svelte5-snippets",
"svelte.svelte-vscode",
"alexcvzz.svelte-extract",
"bradlc.vscode-tailwindcss",
"rangav.vscode-thunder-client",
"wayou.vscode-todo-highlight"
]
}