-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.17 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": "stylus-wardrobe",
"title": "Stylus Wardrobe",
"description": "An inspired configurable theme for the magnificent Openstyles Stylus",
"author": {
"name": "Style-it Themes: the-j0k3r",
"url": "https://github.com/style-it-themes/stylus-wardrobe"
},
"contributors": [
{
"name": "The Community Contributors",
"url": "https://github.com/style-it-themes/stylus-wardrobe/graphs/contributors"
}
],
"repository": "style-it-themes/stylus-wardrobe",
"homepage": "https://github.com/style-it-themes/stylus-wardrobe",
"bugs": {
"url": "https://github.com/style-it-themes/stylus-wardrobe/issues/choose"
},
"license": "© 2021 Style-it Themes: the-j0k3r - MIT",
"engines": {
"node": ">=14"
},
"devDependencies": {
"eclint": "^2.8.1",
"updates": "^13.1.13",
"versions": "^10.1.0"
},
"scripts": {
"authors": "bash tools/authors.sh",
"patch": "versions -p patch -C *.styl && git psh",
"minor": "versions -p minor -C *.styl && git psh",
"major": "versions -p major -C *.styl && git psh",
"fix": "eclint fix stylus-wardrobe.user.styl && eclint fix *.md",
"update": "updates -cuU && npm install"
}
}