-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.43 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
40
41
42
43
44
45
46
{
"name": "@travi/brand",
"description": "branding primitives for the travi.org family of sites",
"license": "MIT",
"version": "0.0.0-semantically-released",
"author": "Matt Travi <npm@travi.org> (https://matt.travi.org/)",
"repository": "travi-org/brand",
"bugs": "https://github.com/travi-org/brand/issues",
"homepage": "https://npm.im/@travi/brand",
"main": "rules.json",
"scripts": {
"clean": "rimraf lib/",
"test": "npm-run-all --print-label --parallel lint:*",
"lint:lockfile": "lockfile-lint --path package-lock.json --type npm --validate-https --allowed-hosts npm",
"lint:md": "remark . --frail",
"lint:sensitive": "ban",
"lint:peer": "npm ls >/dev/null",
"prebuild": "run-s clean",
"prepack": "run-s build",
"build": "npm-run-all --print-label --parallel build:*",
"build:svg": "svgo -f img -o dist/img --disable removeViewBox",
"prepare": "husky install",
"lint:publish": "publint --strict"
},
"files": [
"rules.json",
"dist/"
],
"publishConfig": {
"access": "public",
"provenance": true
},
"devDependencies": {
"ban-sensitive-files": "1.10.6",
"commitlint-config-travi": "1.4.53",
"cz-conventional-changelog": "3.3.0",
"husky": "9.1.7",
"lockfile-lint": "4.14.0",
"npm-run-all2": "7.0.1",
"publint": "0.2.12",
"remark-cli": "12.0.1",
"remark-preset-lint-travi": "6.0.6",
"rimraf": "6.0.1",
"svgo": "3.3.2"
}
}