-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
37 lines (37 loc) · 1.39 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
{
"name": "hyper-rose-pine-next",
"version": "2.1.1",
"description": "All natural pine, faux fur and a bit of soho vibes for the classy minimalist.",
"author": "Hai Nguyen <github@ng-hai.dev>",
"repository": {
"type": "git",
"url": "https://github.com/ng-hai/hyper-rose-pine-next"
},
"license": "MIT",
"files": [
"index.js"
],
"keywords": [
"hyper",
"hyper-theme",
"theme",
"ui",
"terminal",
"rose pine",
"classy",
"dark theme",
"subtle",
"minimalist",
"minimal"
],
"scripts": {
"release": "npx np --no-publish",
"wallpaper:dark": "themer -c ./themer/dark.js -t @themerdev/wallpaper-block-wave --themer-wallpaper-block-wave-size 2560x1440 --themer-wallpaper-block-wave-size 3840x2160 --themer-wallpaper-block-wave-size 5120x2880 -o wallpaper/dark",
"wallpaper:moon": "themer -c ./themer/moon.js -t @themerdev/wallpaper-block-wave --themer-wallpaper-block-wave-size 2560x1440 --themer-wallpaper-block-wave-size 3840x2160 --themer-wallpaper-block-wave-size 5120x2880 -o wallpaper/moon",
"wallpaper:dawn": "themer -c ./themer/dawn.js -t @themerdev/wallpaper-block-wave --themer-wallpaper-block-wave-size 2560x1440 --themer-wallpaper-block-wave-size 3840x2160 --themer-wallpaper-block-wave-size 5120x2880 -o wallpaper/dawn"
},
"devDependencies": {
"@themerdev/wallpaper-block-wave": "4.0.3",
"themer": "3.3.9"
}
}