-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
137 lines (137 loc) · 3.21 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
{
"name": "snippetmaster",
"displayName": "All in One Snippet Master",
"description": "A Visual Studio Code extension that provides custom code snippets for a variety of programming languages. With SnippetMaster, you can save time and increase your productivity by quickly inserting common code patterns and snippets.",
"version": "1.5.3",
"publisher": "vitabletech",
"author": {
"name": "Mayank Singh Kushwah",
"email": "[email protected]",
"url": "https://vitabletech.in"
},
"repository": {
"type": "git",
"url": "https://github.com/vitabletech/SnippetMaster.git"
},
"bugs": {
"url": "https://github.com/vitabletech/SnippetMaster/issues"
},
"engines": {
"vscode": "^1.77.0"
},
"categories": [
"Snippets"
],
"scripts": {
"postinstall": "npm install -g jsonlint && npm install -g @vscode/vsce && npm run husky",
"husky": "husky install"
},
"homepage": "https://vitabletech.github.io/SnippetMaster/",
"license": "MIT",
"icon": "logo.png",
"contributes": {
"snippets": [
{
"language": "",
"path": "./snippets/php.code-snippets"
},
{
"language": "",
"path": "./snippets/js.code-snippets"
},
{
"language": "",
"path": "./snippets/shell.code-snippets"
},
{
"language": "",
"path": "./snippets/other_stuff.code-snippets"
},
{
"language": "",
"path": "./snippets/css.code-snippets"
},
{
"language": "",
"path": "./snippets/sass.code-snippets"
},
{
"language": "php",
"path": "./snippets/wp.code-snippets"
},
{
"language": "php",
"path": "./snippets/wp_class_and_constants.code-snippets"
},
{
"language": "php",
"path": "./snippets/wp_admin.code-snippets"
},
{
"language": "",
"path": "./snippets/docker.code-snippets"
},
{
"language": "",
"path": "./snippets/git.code-snippets"
},
{
"language": "yaml",
"path": "./snippets/ansible.code-snippets"
},
{
"language": "",
"path": "./snippets/terraform.code-snippets"
},
{
"language": "",
"path": "./snippets/aws.code-snippets"
}
]
},
"keywords": [
"aws cli",
"AWS CLI commands",
"ansible",
"terraform",
"git",
"vscode",
"All in One Snippet Master",
"git commands",
"windows commands",
"wordpress developer",
"wordpress code snippets",
"laravel developer",
"wordpress plugin",
"wordpress code snippet plugin",
"shell or linux commands",
"linux",
"snippet",
"code-snippets",
"custom-snippets",
"web-development",
"php",
"javascript",
"docker",
"css",
"sass",
"msrajawat298",
"vitabletech",
"SnippetMaster",
"CodeBoost",
"CodeHelper",
"CodeNexus",
"SnipAssist",
"CodeFuse",
"SnipPilot",
"Code snippet",
"All in one Code snippet"
],
"devDependencies": {
"@commitlint/cli": "^17.6.1",
"@commitlint/config-conventional": "^17.6.1",
"husky": "^8.0.3",
"jsonlint": "^1.6.3"
},
"pricing": "Free"
}