This repository has been archived by the owner on Sep 18, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.54 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
{
"name": "gitter-inspired-dark",
"title": "Gitter Inspired Dark",
"description": "An inspired dark theme for Gitter and related websites.",
"version": "1.2.0",
"author": "Style-it themes",
"repository": "style-it-themes/gitter-inspired-dark",
"homepage": "https://github.com/style-it-themes/gitter-inspired-dark",
"bugs": {
"url": "https://github.com/style-it-themes/gitter-inspired-dark/issues"
},
"main": "gitter-inspired-dark.user.css",
"license": "CC-BY-SA-4.0",
"engines": {
"node": ">=14"
},
"devDependencies": {
"eslint": "^7.32.0",
"eslint-config-silverwind": "^40.0.3",
"perfectionist": "^2.4.0",
"stylelint": "^13.13.1",
"stylelint-config-standard": "^22.0.0",
"updates": "^12.2.0",
"versions": "^9.0.0"
},
"scripts": {
"clean": "npm run lintfix && npm run perfectionist && node tools/fix-perfectionist.js",
"eslint": "eslint --quiet --color tools/*.js",
"lint": "npm run eslint && npm run stylelint",
"patch": "npx versions -p -C patch *.css *.user.css",
"minor": "npx versions -p -C minor *.css *.user.css",
"major": "npx versions -p -C major *.css *.user.css",
"perfectionist": "npx perfectionist gitter-inspired-dark.user.css gitter-inspired-dark.user.css --indentSize 2 --maxAtRuleLength 250",
"stylelint": "npx stylelint --quiet --color -- gitter-inspired-dark.user.css",
"lintfix": "npx stylelint --quiet --color --fix -- gitter-inspired-dark.user.css",
"test": "npm run eslint && npm run stylelint",
"update": "npx updates -cu && npm install"
}
}