forked from joshgentry/hyper-gruvbox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 824 Bytes
/
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
{
"name": "hyper-gruvbox-material",
"version": "1.1.36",
"description": "Hyper theme based on Gruvbox-Material",
"license": "MIT",
"repository": "wheredoesyourmindgo/hyper-gruvbox-material",
"author": {
"name": "Abe Hendricks",
"email": "[email protected]"
},
"main:": "index.js",
"files": [
"index.js"
],
"keywords": [
"hyper",
"hyper-theme",
"hyperterm",
"hyperterm-theme",
"gruvbox",
"gruvbox-dark",
"gruvbox-light",
"material"
],
"scripts": {
"build:ts": "tsc -p src",
"watch:ts": "yarn build:ts -w",
"build": "yarn build:ts",
"rollup": "rollup -c",
"prepublish": "yarn build && yarn rollup",
"dev": "yarn watch:ts"
},
"dependencies": {},
"devDependencies": {
"rollup": "^2.2.0",
"typescript": "^3.8.3"
}
}