-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
34 lines (34 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
{
"name": "pocket-dark",
"title": "Pocket-Dark",
"version": "1.2.11",
"description": "A dark Pocket theme",
"license": "CC-BY-SA-4.0",
"repository": "https://github.com/StylishThemes/Pocket-Dark",
"homepage": "https://github.com/StylishThemes/Pocket-Dark",
"main": "pocket-dark.user.css",
"engines": {
"node": ">=10"
},
"devDependencies": {
"eslint": "^7.2.0",
"eslint-config-silverwind": "^13.4.6",
"perfectionist": "^2.4.0",
"stylelint": "^13.6.1",
"stylelint-config-standard": "^20.0.0",
"updates": "^10.2.14",
"versions": "^8.4.1"
},
"scripts": {
"authors": "bash tools/authors",
"clean": "npm run perfectionist && node tools/fix-perfectionist.js",
"eslint": "eslint tools/*.js",
"major": "versions -p -C major pocket-dark.user.css",
"minor": "versions -p -C minor pocket-dark.user.css",
"patch": "versions -p -C patch pocket-dark.user.css",
"perfectionist": "npx perfectionist pocket-dark.user.css pocket-dark.user.css --indentSize 2 --maxAtRuleLength 250",
"stylelint": "stylelint pocket-dark.user.css",
"test": "npm run eslint && npm run stylelint",
"update": "updates -cu && npm install"
}
}