-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.1 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
45
46
47
48
49
{
"name": "dein-snippets-pack",
"description": "VS Code dein Snippets collection for JS and TS",
"version": "2.0.3",
"displayName": "dein Snippets Pack",
"publisher": "deinsoftware",
"icon": "images/light-icon.png",
"keywords": [
"variables",
"constantes",
"object-literal",
"json",
"destructuring",
"arrow-function",
"snippets",
"javascript",
"typescript",
"react",
"vue"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/deinsoftware/vscode-dein-snippets-pack"
},
"sponsor": {
"url": "https://github.com/sponsors/deinsoftware"
},
"engines": {
"vscode": "^1.58.0"
},
"categories": [
"Snippets",
"Extension Packs"
],
"main": "./build/extension.js",
"browser": "./build/extension.js",
"extensionKind": [],
"activationEvents": [],
"extensionPack": [
"deinsoftware.debug-snippets",
"deinsoftware.const-props-snippets",
"deinsoftware.arrow-function-snippets"
],
"volta": {
"node": "18.14.2",
"npm": "9.5.0"
}
}