-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
39 lines (39 loc) · 881 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
39
{
"name": "quartz-themes",
"version": "1.0.0",
"description": "Quartz-compatible Obsidian themes",
"main": "index.js",
"scripts": {
"build": "just build",
"compile": "just compile",
"check": "just check",
"format": "just format",
"update": "just update",
"theme": "just theme",
"verify": "just verify"
},
"repository": {
"type": "git",
"url": "git+https://github.com/saberzero1/quartz-themes.git"
},
"keywords": [
"quartz",
"obsidian",
"themes",
"publish",
"obsidian-publish"
],
"author": "saberzero1",
"license": "MIT",
"bugs": {
"url": "https://github.com/saberzero1/quartz-themes/issues"
},
"homepage": "https://github.com/saberzero1/quartz-themes#readme",
"devDependencies": {
"prettier": "^3.3.3",
"sass": "^1.79.3"
},
"dependencies": {
"just-install": "^2.0.2"
}
}