-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.02 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
{
"name": "vscode-dvc-pack",
"icon": "dvc.png",
"repository": {
"type": "git",
"url": "https://github.com/iterative/vscode-dvc-pack"
},
"bugs": "https://github.com/iterative/vscode-dvc-pack",
"homepage": "https://github.com/iterative/vscode-dvc-pack#readme",
"displayName": "DVC extension pack",
"description": "The most useful extensions for getting started with DVC.",
"version": "0.0.1",
"publisher": "iterative",
"license": "Apache-2.0",
"readme": "./README.md",
"engines": {
"vscode": "^1.64.0"
},
"categories": [
"Extension Packs"
],
"keywords": [
"iterative",
"data version control",
"plots",
"experiment tracking",
"hyperparameters",
"dataset",
"dvc"
],
"extensionPack": [
"Iterative.dvc",
"ms-python.python",
"redhat.vscode-yaml",
"eamodio.gitlens",
"bierner.markdown-mermaid"
],
"scripts": {
"build": "yarn run vsce package --yarn -o ./vscode-dvc-pack.vsix"
},
"devDependencies": {
"@vscode/vsce": "3.2.2"
}
}