hl-api-changelog/package.json
wx 6cbe22f40a
所有检测均成功
changelog-filename-gate / validate (pull_request) Successful in 2s
feat: track frontend changelog consumption (#5218)
2026-07-24 15:22:10 +08:00

14 行
409 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",
"check:filenames": "node scripts/validate-changelog-filenames.mjs",
"check:frontmatter": "node scripts/validate-changelog-frontmatter.mjs"
},
"engines": {
"node": ">=20"
}
}