Files
vibe-kanban/npx-cli/package.json
Anastasiia Solop 4e5cc459bd Code signing in CI (#28)
* add code-signing

* bump version

* use key json instead of separate secrets

* sign and notarize separately

* fix typos

* fix double zipping

* skip npm zipping for mac

* zip file instead of a folder

* fix zip names

* windows fix

* minor fixes

* try to fix zipping issue

* use zip -j flag to avoid folder structure

* fix mcp binary name for linux-arm64

* normalize mcp binary name
2025-07-01 11:35:05 +02:00

18 lines
308 B
JSON

{
"name": "vibe-kanban",
"private": false,
"version": "0.0.26",
"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"
]
}