13 行
287 B
JSON
13 行
287 B
JSON
{
|
|
"name": "hl-api-changelog-quality-gates",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "node --test tests/validate-changelog-filenames.test.mjs",
|
|
"check:filenames": "node scripts/validate-changelog-filenames.mjs"
|
|
},
|
|
"engines": {
|
|
"node": ">=20"
|
|
}
|
|
}
|