* 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
18 lines
308 B
JSON
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"
|
|
]
|
|
}
|