-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 842 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
{
"name": "fp-ts-snippets",
"version": "2.1.2",
"publisher": "juan-ojeda-dev",
"icon": "images/icon.png",
"galleryBanner": {
"color": "#5189C6",
"theme": "dark"
},
"categories": [
"Snippets"
],
"engines": {
"vscode": "^1.51.0"
},
"repository": {
"type": "git",
"url": "https://github.com/juanojeda/fp-ts-snippets"
},
"displayName": "fp-ts-snippets",
"description": "Simple snippets for use with fp-ts library",
"contributes": {
"snippets": [
{
"language": "typescript",
"path": "./snippets/snippets.code-snippets"
},
{
"language": "typescriptreact",
"path": "./snippets/snippets.code-snippets"
}
]
}
}