repo-mailbox/package.json
Kjell Tore Guttormsen addd6c9be6
chore(release): 0.36.1
Version 0.36.1 in plugin.json, package.json, the README badge, the four
SKILL.md frontmatters and CHANGELOG. No tag: tagging and release belong
to the operator's push round.

Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>
2026-09-23 15:19:21 +02:00

12 lines
193 B
JSON

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