blob: 967875ed760b006674da8032ca9540f4035bc431 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
{
"scripts": {
"build": "themer -c theme.js -t themer-terminal -t themer-hyper -t themer-vim -t themer-atom-ui -t themer-atom-syntax -t themer-wallpaper-octagon -o gen"
},
"devDependencies": {
"themer": "^3.1.6",
"themer-atom-syntax": "^2.0.2",
"themer-atom-ui": "^1.0.5",
"themer-terminal": "^2.0.3",
"themer-vim": "^3.0.2",
"themer-wallpaper-octagon": "^3.0.3"
},
"dependencies": {
"themer-hyper": "^3.0.2"
}
}
|