-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.4 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
{
"name": "php-essentials",
"displayName": "PHP Essentials",
"description": "The only extension that a modern PHP developer must install",
"publisher": "dudemelo",
"author": {
"name": "dudemelo"
},
"version": "1.0.0",
"license": "SEE LICENSE IN LICENSE",
"icon": "images/icon.png",
"bugs": {
"url": "https://github.com/dudemelo/vscode-php-essentials/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/dudemelo/vscode-php-essentials"
},
"homepage": "https://github.com/dudemelo/vscode-php-essentials/blob/master/README.md",
"galleryBanner": {
"color": "#1d1b84",
"theme": "dark"
},
"engines": {
"vscode": "^1.51.0"
},
"categories": [
"Extension Packs"
],
"extensionPack": [
"bmewburn.vscode-intelephense-client",
"hbenl.vscode-test-explorer",
"recca0120.vscode-phpunit",
"felixfbecker.php-debug",
"mehedidracula.php-constructor",
"eamodio.gitlens",
"editorconfig.editorconfig",
"streetsidesoftware.code-spell-checker"
],
"keywords": [
"php",
"pack",
"inteliphense",
"productivity",
"intellisense"
],
"scripts": {
"package": "vsce package",
"publish": "vsce publish"
},
"devDependencies": {
"vsce": "^1.81"
}
}