-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.37 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
{
"name": "gh-actions",
"private": true,
"type": "module",
"scripts": {
"audit": "pnpm dlx audit-ci@^6 --config ./audit-ci.jsonc",
"preinstall": "node verify-node-version.cjs && npx only-allow pnpm",
"prepare": "is-ci || husky || exit 0",
"sort-package-json": "sort-package-json ./package.json"
},
"devDependencies": {
"@anolilab/commitlint-config": "^5.0.3",
"@anolilab/lint-staged-config": "^2.1.7",
"@anolilab/prettier-config": "^5.0.14",
"@anolilab/semantic-release-preset": "^9.0.2",
"@commitlint/cli": "^19.6.0",
"@commitlint/config-conventional": "^19.6.0",
"@secretlint/secretlint-rule-preset-recommend": "^9.0.0",
"commitizen": "^4.3.1",
"conventional-changelog-conventionalcommits": "8.0.0",
"cross-env": "^7.0.3",
"husky": "^9.1.7",
"is-ci": "^3.0.1",
"lint-staged": "^15.2.10",
"prettier": "^3.4.1",
"secretlint": "9.0.0",
"semantic-release": "^24.2.0",
"sort-package-json": "^2.12.0"
},
"packageManager": "[email protected]",
"engines": {
"node": ">=18.* <=21.*"
},
"pnpm": {
"overrides": {
"@commitlint/config-conventional": "^19.6.0",
"micromatch@<4.0.8": ">=4.0.8",
"cross-spawn@>=7.0.0 <7.0.5": ">=7.0.5"
}
}
}