* wip: workflows * wip: fix up issues in ci scripts and fix frontend lint errors * wip: fix backend lints * remove unused deps * wip: build frontend in test.yml * wip: attempt to improve Rust caching * wip: testing release * wip: linear release flow * wip: check against both package.json versions * wip: spurious attempt to get Rust caching * wip: more cache * merge release and publish jobs; add more caching to release flow * decouple github releases and npm publishing * update pack flow --------- Co-authored-by: couscous <couscous@runner.com>
16 lines
274 B
JSON
16 lines
274 B
JSON
{
|
|
"name": "vibe-kanban",
|
|
"private": false,
|
|
"version": "0.0.1",
|
|
"main": "index.js",
|
|
"bin": {
|
|
"my-npx-cli": "bin/cli.js"
|
|
},
|
|
"keywords": [],
|
|
"author": "bloop",
|
|
"license": "",
|
|
"description": "NPX wrapper around vibe-kanban",
|
|
"files": [
|
|
"dist"
|
|
]
|
|
} |