Files
vibe-kanban/npx-cli/package.json
Anastasiia Solop 21af641491 Fix prerelease name clash (#76)
* add branch suffix to avoid tag and release clash

* remove dashed from branch

* chore: bump version to 0.0.37-clash.0

---------

Co-authored-by: GitHub Action <action@github.com>
2025-07-04 16:33:50 +02:00

18 lines
316 B
JSON

{
"name": "vibe-kanban",
"private": false,
"version": "0.0.37-clash.0",
"main": "index.js",
"bin": {
"vibe-kanban": "bin/cli.js"
},
"keywords": [],
"author": "bloop",
"license": "",
"description": "NPX wrapper around vibe-kanban and vibe-kanban-mcp",
"files": [
"dist",
"bin"
]
}