-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 709 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 709 Bytes
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
{
"name": "shades-of-purple-konsole",
"displayName": "Shades of Purple for Konsole",
"description": "Professional Konsole Terminal theme with hand-picked & bold shades of purple 💜 to go along with your command line usage. A custom Hyper™ Terminal theme with style.",
"version": "1.1.0",
"publisher": "ahmadawais",
"repository": {
"type": "git",
"url": "https://github.com/ahmadawais/shades-of-purple-iterm2"
},
"author": "Ahmad Awais",
"license": "ISC",
"keywords": [
"Shades of Purple",
"Shade of Purple",
"Cobalt",
"Konsole",
"coblat 3",
"konsole theme",
"konsole terminal"
],
"devDependencies": {
"release-it": "^7.2.1"
},
"scripts": {
"release": "release-it"
}
}