repo-mailbox/package.json
Kjell Tore Guttormsen 4fd195513f
chore(release): 0.36.0
Version 0.36.0 in all seven files (plugin.json, package.json, README badge,
four SKILL.md frontmatters) and CHANGELOG [0.36.0] - 2026-09-23. No tag:
release-plugin.mjs is the operator's push round.

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

12 lines
193 B
JSON

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