-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 788 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 788 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
29
30
{
"name": "windows-terminal-github-theme",
"description": "GitHub's themes for Windows Terminal.",
"version": "1.0.1",
"type": "module",
"scripts": {
"build": "node src/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Jamerrone/windows-terminal-github-theme.git"
},
"keywords": [
"dark",
"github",
"light",
"theme",
"windows-terminal"
],
"author": "James Peter Perrone Jefferies <james.p.perrone@protonmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Jamerrone/windows-terminal-github-theme/issues"
},
"homepage": "https://github.com/Jamerrone/windows-terminal-github-theme#readme",
"devDependencies": {
"@primer/primitives": "^4.5.1",
"color-convert": "^2.0.1"
}
}