forked from microsoft/vscode-docs-authoring
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1011 Bytes
/
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
{
"name": "docs-authoring-pack",
"displayName": "Docs Authoring Pack",
"description": "Collection of extensions to assist with content development for learn.microsoft.com",
"icon": "media/image/docs-logo-ms.png",
"version": "0.1.15",
"publisher": "docsmsft",
"private": true,
"engines": {
"vscode": "^1.20.0"
},
"homepage": "https://github.com/Microsoft/vscode-docs-authoring/tree/main/docs-authoring-pack",
"bugs": {
"url": "https://github.com/Microsoft/vscode-docs-authoring/issues"
},
"repository": {
"url": "https://github.com/Microsoft/vscode-docs-authoring.git"
},
"categories": [
"Extension Packs"
],
"keywords": [
"markdown",
"Microsoft Learn"
],
"extensionPack": [
"DavidAnson.vscode-markdownlint",
"docsmsft.docs-images",
"docsmsft.docs-preview",
"docsmsft.docs-markdown",
"docsmsft.docs-article-templates",
"docsmsft.docs-build",
"docsmsft.docs-yaml",
"docsmsft.docs-scaffolding"
],
"license": "MIT"
}