hl-api-changelog/package.json
wx 5c7fa5dbe6
所有检测均成功
changelog-filename-gate / validate (pull_request) Successful in 2s
fix(changelog): restore stable path aliases for #5252
2026-07-26 15:02:13 +08:00

17 行
686 B
JSON

{
"name": "hl-api-changelog-quality-gates",
"private": true,
"type": "module",
"scripts": {
"test": "node --test tests/validate-changelog-filenames.test.mjs tests/validate-changelog-frontmatter.test.mjs tests/changelog-path-aliases.test.mjs",
"check:filenames": "node scripts/validate-changelog-filenames.mjs",
"check:frontmatter": "node scripts/validate-changelog-frontmatter.mjs",
"check:path-aliases": "node scripts/changelog-path-aliases.mjs --check",
"changelog:resolve": "node scripts/changelog-path-aliases.mjs --resolve",
"changelog:transition": "node scripts/changelog-path-aliases.mjs --transition"
},
"engines": {
"node": ">=20"
}
}