-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.73 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
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "vscode-common-pack",
"displayName": "Seudev's VSCode common pack",
"description": "The Seudev's Visual Studio Code common pack",
"version": "0.0.1",
"author": "Thomás Sousa Silva <thomassousa.dev>",
"publisher": "Seudev",
"icon": "images/logo.png",
"homepage": "https://github.com/seudev/vscode-common-pack",
"license": "Apache-2.0",
"engines": {
"vscode": "^1.93.0"
},
"categories": [
"Extension Packs"
],
"extensionPack": [
"Seudev.vscode-configs",
"streetsidesoftware.code-spell-checker",
"donjayamanne.githistory",
"mhutchie.git-graph",
"eamodio.gitlens",
"alefragnani.Bookmarks",
"adpyke.codesnap",
"bierner.color-info",
"bierner.markdown-preview-github-styles",
"bierner.markdown-mermaid",
"bierner.markdown-emoji",
"bierner.markdown-checkbox",
"ms-azuretools.vscode-docker",
"redhat.vscode-yaml",
"redhat.vscode-xml",
"ms-vscode.live-server",
"MS-vsliveshare.vsliveshare",
"humao.rest-client",
"johnpapa.vscode-peacock",
"usernamehw.errorlens",
"helixquar.randomeverything",
"BriteSnow.vscode-toggle-quotes",
"DavidAnson.vscode-markdownlint",
"quicktype.quicktype",
"vsls-contrib.codetour",
"Gruntfuggly.todo-tree",
"esbenp.prettier-vscode"
],
"repository": {
"type": "git",
"url": "git+https://github.com/seudev/vscode-common-pack.git"
},
"bugs": {
"url": "https://github.com/seudev/vscode-common-pack/issues"
},
"keywords": [
"pack",
"vscode",
"Seudev"
],
"scripts": {
"build-readme": "node src/ReadmeBuilder.js",
"build": "npm run build-readme && vsce package",
"prepublishOnly": "npm run build",
"publish": "vsce publish -p $ACCESS_TOKEN"
}
}