-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.35 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
{
"name": "@rpattersonnet/prunerr",
"scope": "@rpattersonnet",
"version": "3.0.0-b0",
"description": "Perma-seed Servarr media libraries",
"scripts": {
"lint": "npm run lint:code && npm run lint:prose",
"lint:code": "npm run lint:prettier",
"lint:prettier": "prettier --check './'",
"lint:prose": "npm run lint:write-good && npm run lint:alex",
"lint:write-good": "git ls-files -co --exclude-standard -z ':!LICENSES' ':!styles/*/meta.json' ':!styles/*/*.yml' ':!requirements/**' | xargs -r -0 -- write-good --no-weasel --no-adverb --no-illusion || true",
"lint:alex": "git ls-files -co --exclude-standard -z ':!.gitignore' ':!**/.gitignore' ':!LICENSES' ':!styles/*/meta.json' ':!styles/*/*.yml' ':!styles/Vocab' ':!*.license' ':!docs/conf.py' ':!requirements/**' ':!*.mkv' | xargs -r -0 -- alex || true",
"format": "prettier --write './'"
},
"keywords": [
"template",
"structure"
],
"license": "MIT",
"author": {
"name": "Ross Patterson",
"email": "me@rpatterson.net",
"url": "https://www.rpatterson.net/"
},
"repository": {
"type": "git",
"url": "https://gitlab.com/rpatterson/prunerr.git"
},
"funding": {
"type": "liberapay",
"url": "https://liberapay.com/rpatterson/donate"
},
"devDependencies": {
"alex": "^11.0.0",
"prettier": "2.8.8",
"write-good": "^1.0.8"
}
}