-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.12 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
{
"name": "angular-extension-pack",
"displayName": "Angular Extension Pack",
"description": "This is an extension pack for Visual Studio Code with some Angular extensions that are helpful.",
"version": "1.4.0",
"publisher": "magnobiet",
"engines": {
"vscode": "^1.38.0"
},
"categories": [
"Extension Packs"
],
"extensionPack": [
"dbaeumer.vscode-eslint",
"angular.ng-template",
"cyrilletuzi.angular-schematics",
"vismalietuva.vscode-angular-support",
"yoavbls.pretty-ts-errors",
"obenjiro.arrr"
],
"icon": "icon.png",
"galleryBanner": {
"color": "#f6f6f7",
"theme": "light"
},
"scripts": {
"package": "npx vsce package",
"publish": "npx vsce publish"
},
"author": "Magno Biét <[email protected]> (https://magnobiet.com/)",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/vscode-extension-packs/angular-extension-pack.git"
},
"bugs": {
"url": "https://github.com/vscode-extension-packs/angular-extension-pack/issues"
},
"homepage": "https://github.com/vscode-extension-packs/angular-extension-pack#readme"
}