-
Notifications
You must be signed in to change notification settings - Fork 32
/
package.json
34 lines (34 loc) · 1.27 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
{
"name": "wikipedia-dark",
"title": "Wikipedia Dark",
"version": "3.7.9",
"description": "Wikipedia Dark theme",
"license": "CC-BY-SA-4.0",
"repository": "https://github.com/StylishThemes/Wikipedia-Dark",
"homepage": "https://github.com/StylishThemes/Wikipedia-Dark",
"main": "wikipedia-dark.user.css",
"engines": {
"node": ">=10"
},
"devDependencies": {
"eslint": "^8.41.0",
"eslint-config-silverwind": "^73.0.0",
"perfectionist": "^2.4.0",
"stylelint": "^15.6.2",
"stylelint-config-silverwind": "14.0.1",
"stylelint-config-standard": "^33.0.0",
"updates": "^14.1.1",
"versions": "11.0.1"
},
"scripts": {
"authors": "bash tools/authors.sh",
"clean": "npm run perfectionist && node tools/clean.js",
"lint": "eslint --fix tools/*.js ; stylelint wikipedia-dark.user.css",
"patch": "versions -p patch package.json wikipedia-dark.user.css",
"minor": "versions -p minor package.json wikipedia-dark.user.css",
"major": "versions -p major package.json wikipedia-dark.user.css",
"perfectionist": "perfectionist wikipedia-dark.user.css wikipedia-dark.user.css --indentSize 2 --maxAtRuleLength 1 --maxSelectorLength false --maxValueLength false",
"test": "npm run lint",
"update": "updates -cu && npm install"
}
}