-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathpackage.json
53 lines (53 loc) · 1.42 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
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "thinking-in-data",
"displayName": "Thinking in Data",
"publisher": "dynamicwebpaige",
"description": "A VS Code extension pack to help users visualize, understand, and interact with data.",
"icon": "icon.png",
"version": "0.0.1",
"repository": {
"type": "git",
"url": "https://github.com/dynamicwebpaige/thinking-in-data"
},
"engines": {
"vscode": "^1.51.0"
},
"categories": [
"Extension Packs"
],
"keywords": [
"learning",
"data",
"playground",
"notes",
"data science",
"machine learning",
"exploration"
],
"extensionPack": [
"vsls-contrib.codetour",
"vsls-contrib.gistfs",
"vsls-contrib.gitdoc",
"codespaces-contrib.codeswing",
"hediet.vscode-drawio",
"ms-python.python",
"ms-dotnettools.dotnet-interactive-vscode",
"Ikuyadeu.r",
"mtxr.sqltools",
"lostintangent.vsls-whiteboard",
"GitHub.vscode-pull-request-github",
"eamodio.gitlens",
"MS-vsliveshare.vsliveshare-pack",
"hediet.debug-visualizer",
"foam.foam-vscode",
"RandomFractalsInc.vscode-data-preview",
"ms-vscode-remote.vscode-remote-extensionpack",
"usernamehw.errorlens"
],
"devDependencies": {
"vsce": "^1.87.0"
},
"scripts": {
"package": "vsce package"
}
}