repo-standard/package.json
Kjell Tore Guttormsen f28615f3b6 chore(release): v0.3.0, since BADGE-DEAD-LINK is a new check
Same precedent as v0.2.0: a new check is a minor bump, not a patch.
Bundles this session's three fixes (LINK-DEAD false positive,
widened 429 backoff, BADGE-DEAD-LINK) and the tautological-test
correction.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01W1ZJFViVYpr8cvf4fs91j1
2026-08-04 22:29:02 +02:00

12 lines
195 B
JSON

{
"name": "repo-standard",
"version": "0.3.0",
"private": true,
"type": "module",
"engines": {
"node": ">=18"
},
"scripts": {
"test": "node --test scripts/*.test.mjs"
}
}