-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 1.83 KB
/
package.json
File metadata and controls
73 lines (73 loc) · 1.83 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
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "js-awesome-soho-extension-pack",
"publisher": "comnori",
"displayName": "JS/TS AWESOME-SOHO Extension Pack",
"description": "Popular extensions for JS/TS development",
"version": "1.0.3",
"engines": {
"vscode": "^1.84.0"
},
"icon": "logo.jpg",
"keywords": [
"javascript",
"typescript"
],
"maintainers": [
{
"name": "Yongsik Yun",
"email": "comnori@gmail.com",
"web": "https://www.linkedin.com/in/yongsik-yun-36260344"
}
],
"homepage": "https://github.com/comnori/vscode-javascript-pack",
"bugs": {
"url": "https://github.com/comnori/vscode-javascript-pack/issues",
"email": "comnori@gmail.com"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/comnori/vscode-javascript-pack"
},
"categories": [
"Extension Packs"
],
"extensionPack": [
"aaron-bond.better-comments",
"chrisbibby.hide-node-modules",
"christian-kohler.npm-intellisense",
"dbaeumer.vscode-eslint",
"dotenv.dotenv-vscode",
"eamodio.gitlens",
"EditorConfig.EditorConfig",
"esbenp.prettier-vscode",
"Gruntfuggly.todo-tree",
"fengzhu.css-module-intellisense",
"formulahendry.auto-rename-tag",
"liamhammett.inline-parameters",
"lokalise.i18n-ally",
"meganrogge.template-string-converter",
"mhutchie.git-graph",
"donjayamanne.githistory",
"oderwat.indent-rainbow",
"PKief.material-icon-theme",
"SonarSource.sonarlint-vscode",
"usernamehw.errorlens",
"semanticdiff.semanticdiff"
],
"scripts": {
"package": "vsce package --out ./build",
"publish": "vsce publish"
},
"funding": [
{
"type": "Buy Me a Coffee",
"url": "https://www.buymeacoffee.com/comnori"
},
{
"type": "patreon",
"url": "https://patreon.com/comnori"
}
],
"pricing": "Free"
}