-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.33 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
38
39
40
41
42
{
"name": "@alchzh/catppuccin-mangadex",
"version": "2.0.1",
"description": "📙 Soothing pastel theme for MangaDex",
"main": "mangadex-themes.json",
"keywords": [
"catppuccin",
"mangadex"
],
"scripts": {
"compile-template": "whiskers-js compile -X -x template-theme.hbs.yaml --map compiled/theme.yaml.mjs.map -f compiled/theme.yaml.mjs && chmod +x compiled/theme.yaml.mjs",
"generate-themes": "scripts/generate-themes.mjs > mangadex-themes.json",
"render-readme": "scripts/render-readme.mjs > README.md",
"take-screenshots": "scripts/take-screenshots.mjs",
"compose-previews": "scripts/compose-previews.mjs assets/",
"prepare": "run-s compile-template generate-themes",
"build": "run-s compile-template generate-themes render-readme take-screenshots compose-previews"
},
"author": "Albert Zhang <[email protected]>",
"license": "MIT",
"dependencies": {
"@alchzh/mangadex-theme": "^1.2.0",
"catppuccin-whiskers-js": "^2.4.7",
"js-yaml": "^4.1.0"
},
"devDependencies": {
"npm-run-all": "^4.1.5",
"puppeteer": "^21.5.2",
"sharp": "^0.32.6"
},
"files": [
"compiled/theme.yaml.mjs",
"mangadex-themes.json",
"template-theme.hbs.yaml",
"LICENSE",
"package.json"
],
"bin": {
"catppuccin-mangadex-yaml": "./compiled/theme.yaml.js"
},
"type": "module"
}