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>
12 lines
193 B
JSON
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"
|
|
}
|
|
}
|