-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.24 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
{
"publisher": "KalimahApps",
"name": "kalimahkit",
"displayName": "KalimahKit",
"description": "Language agnostic collection of VSCode extensions for common development requirements",
"version": "1.0.2",
"repository": {
"type": "git",
"url": "https://github.com/kalimahapps/kalimahkit"
},
"bugs": {
"url": "https://github.com/kalimahapps/kalimahkit/issues"
},
"license": "MIT",
"scripts": {
"generate-readme": "vite-node ./generate-readme.ts",
"package": "vsce package"
},
"devDependencies": {
"@kalimahapps/cli-progress": "^1.0.4",
"@kalimahapps/eslint-config": "^1.2.8",
"eslint": "^9.6.0",
"meta-fetcher": "^3.1.1",
"vite-node": "^1.6.0"
},
"keywords": ["extension pack"],
"categories": ["Extension Packs"],
"icon": "./logo.png",
"galleryBanner": {
"color": "#2a82ba",
"theme": "dark"
},
"engines": {
"vscode": "^1.76.0"
},
"extensionPack": [
"formulahendry.auto-close-tag",
"formulahendry.auto-rename-tag",
"streetsidesoftware.code-spell-checker",
"mikestead.dotenv",
"geeebe.duplicate",
"usernamehw.errorlens",
"antfu.file-nesting",
"GitHub.copilot",
"eamodio.gitlens",
"KalimahApps.jameel",
"KalimahApps.tabaqa",
"file-icons.file-icons",
"DotJoshJohnson.xml",
"redhat.vscode-yaml"
]
}