{ "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" } }