-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.59 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.59 KB
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
55
56
57
58
59
60
61
{
"publisher": "Stacks",
"name": "vscode-stacks",
"displayName": "Stacks",
"version": "0.70.23",
"description": "A modern Stacks development environment.",
"license": "MIT",
"funding": "https://github.com/sponsors/chrisbbreuer",
"sponsor": {
"url": "https://github.com/sponsors/chrisbbreuer"
},
"homepage": "https://github.com/stacksjs/stacks/tree/main/storage/framework/defaults/ide/vscode",
"repository": {
"type": "git",
"url": "https://github.com/stacksjs/stacks.git",
"directory": "./storage/framework/defaults/ide/vscode"
},
"bugs": {
"url": "https://github.com/stacksjs/stacks/issues"
},
"keywords": [
"stacks",
"stacksjs",
"extension pack",
"stacks extension collection"
],
"categories": ["Extension Packs"],
"icon": "logo.png",
"files": ["LICENSE.md", "logo.png"],
"engines": {
"vscode": "^1.103.2"
},
"scripts": {
"package": "bunx --bun vsce package",
"release": "bunx --bun vsce publish"
},
"galleryBanner": {
"color": "#d7e4f5",
"theme": "light"
},
"extensionPack": [
"dotenv.dotenvx-vscode",
"amazonwebservices.aws-toolkit-vscode",
"antfu.goto-alias",
"dbaeumer.vscode-eslint",
"christian-kohler.npm-intellisense",
"davidanson.vscode-markdownlint",
"foxundermoon.shell-format",
"mattpocock.ts-error-translator",
"mikestead.dotenv",
"mylesmurphy.prettify-ts",
"nhoizey.gremlins",
"Orta.vscode-twoslash-queries",
"oven.bun-vscode",
"streetsidesoftware.code-spell-checker",
"vue.volar"
],
"devDependencies": {
"@vscode/vsce": "^3.7.2-8"
}
}