generated from devcontainers/feature-starter
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
24 lines (24 loc) · 836 Bytes
/
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
{
"scripts": {
"fix:prettier": "yarn run check:prettier --write",
"check:github-actions": "git ls-files '.github/**.yaml' | xargs -t -I {} action-validator {}",
"check:prettier": "prettier --check .",
"check:renovateconfig": "yarn dlx --package=renovate --quiet renovate-config-validator --strict",
"check:yarn:dedupe": "yarn dedupe --check",
"check:shellcheck": "shellcheck $(git ls-files | grep '.sh$')",
"check": "npm-run-all --parallel --print-label 'check:**'",
"all": "yarn install && yarn run check"
},
"devDependencies": {
"@action-validator/cli": "0.6.0",
"@action-validator/core": "0.6.0",
"@devcontainers/cli": "0.73.0",
"npm-run-all2": "7.0.2",
"prettier": "3.4.2"
},
"engines": {
"node": "^22.0.0"
},
"private": true,
"packageManager": "[email protected]"
}