16 lines
539 B
JSON
16 lines
539 B
JSON
{
|
|
"name": "vim-tabby",
|
|
"version": "1.0.2",
|
|
"description": "Vim plugin for Tabby AI coding assistant.",
|
|
"repository": "https://github.com/TabbyML/tabby",
|
|
"scripts": {
|
|
"preupgrade-agent": "cd ../tabby-agent && yarn build",
|
|
"upgrade-agent": "rimraf ./node_scripts && cpy ../tabby-agent/dist/cli.js ./node_scripts/ --flat --rename=tabby-agent.js && cpy ../tabby-agent/dist/wasm/* ./node_scripts/wasm/ --flat"
|
|
},
|
|
"devDependencies": {
|
|
"cpy-cli": "^4.2.0",
|
|
"rimraf": "^5.0.1",
|
|
"tabby-agent": "1.1.0-dev"
|
|
}
|
|
}
|