-
-
Notifications
You must be signed in to change notification settings - Fork 62
/
package.json
74 lines (74 loc) · 2.25 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
{
"name": "shades-of-purple",
"displayName": "Shades of Purple",
"description": "🦄 A professional theme suite with hand-picked & bold shades of purple for your VS Code editor and terminal apps. One of the excellent, most downloaded, and top-rated VSCode Themes on the marketplace. Part of VSCode.pro course.",
"version": "7.3.2",
"publisher": "ahmadawais",
"engines": {
"vscode": "^1.15.0"
},
"icon": "images/icon/logo.png",
"repository": {
"type": "git",
"url": "https://github.com/ahmadawais/shades-of-purple-vscode"
},
"galleryBanner": {
"color": "#222145",
"theme": "dark"
},
"categories": [
"Themes"
],
"keywords": [
"Shades of Purple",
"Dark Theme",
"VSCode Power User",
"Shade of Purple",
"Cobalt"
],
"contributes": {
"themes": [
{
"label": "Shades of Purple",
"uiTheme": "vs-dark",
"path": "./themes/shades-of-purple-color-theme.json"
},
{
"label": "Shades of Purple (Super Dark)",
"uiTheme": "vs-dark",
"path": "./themes/shades-of-purple-color-theme-super-dark.json"
}
]
},
"devDependencies": {
"nodemon": "^2.0.20"
},
"files": [
".vscodeignore",
"themes/shades-of-purple-color-theme.json",
"themes",
"themes/*",
"images/icon/logo.png",
"package.json",
"readme.md",
"code-of-conduct.md",
"changelog.md"
],
"badges": [
{
"url": "https://img.shields.io/badge/SUPPORT%20THIS%20PROJECT-Become%20a%20VSCode%20Power%20User%20%E2%86%92-gray.svg?colorA=131217&colorB=5734F5&style=flat",
"href": "https://VSCode.pro/?utm_source=EmojiLogVSCode",
"description": "Support this project!"
}
],
"scripts": {
"start": "nodemon --exec vsce package",
"build": "echo 'Building the theme'"
},
"license": "MIT",
"__metadata": {
"id": "431aa1a8-74f4-43d5-a83b-f4960510da5f",
"publisherDisplayName": "Ahmad Awais ⚡",
"publisherId": "530c7464-efca-4776-9142-c6f0aeb4084e"
}
}