-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 728 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 728 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
{
"name": "react-elmish-snippets",
"displayName": "React Elmish Snippets",
"description": "Snippets for usage with the react-elmish package.",
"version": "0.0.1",
"publisher": "atheck",
"repository": {
"type": "git",
"url": "https://github.com/atheck/react-elmish-snippets.git"
},
"scripts": {
"semantic-release": "semantic-release"
},
"devDependencies": {
"@vscode/vsce": "2.16.0",
"semantic-release": "20.0.2",
"semantic-release-vsce": "5.5.3"
},
"engines": {
"vscode": "^1.74.0"
},
"categories": [
"Snippets"
],
"contributes": {
"snippets": [
{
"language": "typescript",
"path": "./snippets/snippets.code-snippets"
}
]
}
}