Files
wehub-resource-sync 680cc63b3d
Relay Deploy Dev / Deploy Relay Dev (push) Failing after 1s
Remote Deploy Dev / Deploy Remote Dev (push) Failing after 2s
Test / frontend-checks (push) Blocked by required conditions
Test / changes (push) Waiting to run
Test / backend-schema-checks (push) Blocked by required conditions
Test / backend-remote-checks (push) Blocked by required conditions
Test / backend-clippy (push) Blocked by required conditions
Test / backend-test (push) Blocked by required conditions
Test / tauri-checks (push) Blocked by required conditions
chore: import upstream snapshot with attribution
2026-07-13 12:12:58 +08:00

36 lines
800 B
JSON

{
"name": "vibe-kanban",
"private": false,
"version": "0.1.44",
"main": "index.js",
"bin": {
"vibe-kanban": "bin/cli.js"
},
"scripts": {
"build": "esbuild src/cli.ts --bundle --platform=node --target=node20 --format=cjs --outfile=bin/cli.js --external:adm-zip --banner:js=\"#!/usr/bin/env node\"",
"check": "tsc --noEmit -p tsconfig.json"
},
"keywords": [],
"author": "bloop",
"repository": {
"type": "git",
"url": "https://github.com/BloopAI/vibe-kanban"
},
"engines": {
"node": ">=20.19.0"
},
"license": "",
"description": "NPX wrapper around vibe-kanban and vibe-kanban-mcp",
"devDependencies": {
"esbuild": "^0.27.2"
},
"dependencies": {
"adm-zip": "^0.5.16",
"cac": "^7.0.0"
},
"files": [
"bin",
"dist"
]
}