-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
30 lines (30 loc) · 1.04 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
{
"name": "github-selected-tab-color",
"title": "GitHub Selected Tab Color",
"version": "1.3.1",
"description": "Add a custom selected tab color to GitHub",
"license": "CC-BY-SA-4.0",
"repository": "StylishThemes/GitHub-Selected-Tab-Color",
"homepage": "https://github.com/StylishThemes/GitHub-Selected-Tab-Color",
"main": "github-selected-tab-color.user.css",
"engines": {
"node": ">=12"
},
"devDependencies": {
"perfectionist": "2.4.0",
"stylelint": "13.3.3",
"stylelint-config-standard": "20.0.0",
"updates": "10.2.11",
"versions": "8.2.8"
},
"scripts": {
"authors": "bash tools/authors",
"lint": "npm run stylelint",
"patch": "versions -p -C patch github-selected-tab-color.user.css",
"minor": "versions -p -C minor github-selected-tab-color.user.css",
"major": "versions -p -C major github-selected-tab-color.user.css",
"stylelint": "stylelint --quiet --color -- github-selected-tab-color.user.css",
"test": "npm run stylelint",
"update": "updates -cu && npm install"
}
}