-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 987 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
35
36
37
38
39
{
"name": "effector-snippets",
"displayName": "effector-snippets",
"description": "Snippets pack for effector. Includes complete list of core units and methods as well as framework bindings and other useful stuff.",
"version": "0.2.0",
"author": "Senia Merlin",
"publisher": "SeniaMerlin",
"engines": {
"vscode": "^1.71.0"
},
"categories": [
"Snippets"
],
"contributes": {
"snippets": [
{
"language": "typescript",
"path": "./snippets/effector.code-snippets"
},
{
"language": "javascript",
"path": "./snippets/effector.code-snippets"
},
{
"language": "javascriptreact",
"path": "./snippets/effector.code-snippets"
},
{
"language": "typescriptreact",
"path": "./snippets/effector.code-snippets"
}
]
},
"icon": "images/comet.png",
"repository": {
"type": "git",
"url": "https://github.com/sbeben/effector-snippets.git"
}
}