-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 1.29 KB
/
package.json
File metadata and controls
32 lines (32 loc) · 1.29 KB
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
{
"name": "reusable-workflows",
"repository": "github:WillBooster/reusable-workflows",
"license": "UNLICENSED",
"author": "WillBooster Inc.",
"scripts": {
"check-all-for-ai": "yarn check-for-ai && yarn test",
"check-for-ai": "yarn install > /dev/null && yarn format > /dev/null 2> /dev/null || true",
"cleanup": "yarn format",
"format": "sort-package-json && yarn prettify",
"postinstall": "husky || true",
"prepack": "pinst --disable",
"postpack": "pinst --enable",
"pre-push": "echo 'start pre-push'; sleep 60; yarn sync",
"prepare": "husky || true",
"prettify": "prettier --cache --color --write \"**/{.*/,}*.{cjs,css,cts,htm,html,java,js,json,json5,jsonc,jsx,md,mjs,mts,scss,ts,tsx,vue,yaml,yml}\" \"!**/test{-,/}fixtures/**\" || true",
"sync": "one-way-git-sync -v -i node_modules -i renovate.json -d git@github.com:WillBoosterLab/reusable-workflows.git",
"sync-force": "yarn sync --force"
},
"prettier": "@willbooster/prettier-config",
"devDependencies": {
"@willbooster/prettier-config": "10.2.4",
"husky": "9.1.7",
"lint-staged": "16.4.0",
"one-way-git-sync": "6.0.40",
"pinst": "3.0.0",
"prettier": "3.8.1",
"prettier-plugin-java": "2.8.1",
"sort-package-json": "3.6.1"
},
"packageManager": "yarn@4.13.0"
}