-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
41 lines (41 loc) · 983 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
38
39
40
41
{
"name": "thinking-in-code",
"displayName": "Thinking in Code",
"publisher": "lostintangent",
"description": "Collection of extensions to enable a richer environment for writing, thinking, and learning about code.",
"icon": "icon.png",
"version": "0.0.11",
"repository": {
"type": "git",
"url": "https://github.com/lostintangent/thinking-in-code"
},
"engines": {
"vscode": "^1.51.0"
},
"categories": [
"Extension Packs"
],
"extensionKind": [
"ui",
"workspace"
],
"keywords": [
"learning",
"gist",
"playground",
"notes"
],
"extensionPack": [
"vsls-contrib.codetour",
"vsls-contrib.gistfs",
"codespaces-contrib.codeswing",
"hediet.vscode-drawio",
"lostintangent.wikilens"
],
"devDependencies": {
"vsce": "^1.95.0"
},
"scripts": {
"package": "vsce package"
}
}