-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.25 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.25 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
{
"name": "node-essentials",
"displayName": "Node Essentials",
"description": "Essential extensions for node development and collaboration.",
"version": "1.1.0",
"publisher": "afractal",
"license": "MIT",
"homepage": "https://github.com/afractal/NodeEssentials",
"icon": "assets/nodejs-logo.png",
"repository": {
"type": "git",
"url": "https://github.com/afractal/NodeEssentials.git"
},
"engines": {
"vscode": "^1.30.0"
},
"galleryBanner": {
"theme": "light"
},
"keywords": [
"essentials",
"javascript",
"nodejs"
],
"categories": [
"Extension Packs"
],
"extensionPack": [
"msjsdiag.debugger-for-chrome",
"redhat.fabric8-analytics",
"peterjausovec.vscode-docker",
"mikestead.dotenv",
"editorconfig.editorconfig",
"dbaeumer.vscode-eslint",
"eamodio.gitlens",
"wix.vscode-import-cost",
"orta.vscode-jest",
"ms-kubernetes-tools.vscode-kubernetes-tools",
"be5invis.vscode-icontheme-nomo-dark",
"christian-kohler.path-intellisense",
"wallabyjs.quokka-vscode",
"ms-vscode.vscode-typescript-tslint-plugin",
"visualstudioexptteam.vscodeintellicode",
"ms-vsliveshare.vsliveshare",
"redhat.vscode-yaml",
"github.vscode-pull-request-github"
]
}