-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 1.59 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": "travis-ci-inspired-dark-extended",
"title": "Travis CI Inspired Dark",
"description": "An Inspired dark theme for Travis CI and related websites.",
"version": "1.5.0",
"author": "Style-it themes",
"repository": "style-it-themes/travis-ci-inspired-dark-extended",
"homepage": "https://github.com/style-it-themes/travis-ci-inspired-dark-extended",
"bugs": {
"url": "https://github.com/style-it-themes/travis-ci-inspired-dark-extended/issues"
},
"main": "travis-ci-inspired-dark-extended.user.css",
"license": "MIT",
"engines": {
"node": ">=10"
},
"devDependencies": {
"eslint": "^7.17.0",
"eslint-config-silverwind": "^27.0.0",
"perfectionist": "^2.4.0",
"stylelint": "^13.8.0",
"stylelint-config-standard": "^20.0.0",
"updates": "^11.4.2",
"versions": "^8.4.4"
},
"scripts": {
"clean": "npm run lintfix && npm run perfectionist && node tools/fix-perfectionist.js",
"eslint": "eslint --fix tools/*.js",
"lint": "npm run eslint && npm run stylelint",
"patch": "versions -p -C patch *.user.css",
"minor": "versions -p -C minor *.user.css",
"major": "versions -p -C major *.user.css",
"perfectionist": "perfectionist travis-ci-inspired-dark-extended.user.css travis-ci-inspired-dark-extended.user.css --indentSize 2 --maxAtRuleLength 250",
"stylelint": "stylelint --quiet --color -- travis-ci-inspired-dark-extended.user.css",
"lintfix": "stylelint --quiet --color --fix -- travis-ci-inspired-dark-extended.user.css",
"test": "npm run eslint && npm run stylelint",
"update": "updates -cu && npm install"
}
}