-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 732 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 732 Bytes
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
{
"name": "shellman",
"displayName": "shellman",
"description": "Shell script snippet",
"version": "6.0.0",
"publisher": "Remisa",
"icon": "images/icon.png",
"license": "SEE LICENSE IN LICENSE.md",
"repository": {
"type": "git",
"url": "https://github.com/yousefvand/shellman.git"
},
"galleryBanner": {
"color": "#A79E35",
"theme": "dark"
},
"engines": {
"vscode": "^1.28.1"
},
"categories": [
"Snippets"
],
"contributes": {
"snippets": [
{
"language": "shellscript",
"path": "./snippets/snippets.json"
}
]
},
"devDependencies": {
"path": "^0.12.7"
},
"dependencies": {
"@vscode/vsce": "^2.29.0",
"ovsx": "^0.9.1"
}
}