repo-mailbox/package.json
Kjell Tore Guttormsen 6e369936f9 chore(release): 0.12.1 -- coord-send stops silently falling back to a stale copy
Version sync across plugin.json, package.json, README badge, CHANGELOG and
all three skill frontmatters, plus the 156 -> 159 selftest-count references
that follow from the previous commit's three new checks.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01YJMJanRHkUhEf9EYxMpbM5
2026-07-31 18:25:39 +02:00

12 lines
193 B
JSON

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