2023-05-22 16:34:56 +00:00
|
|
|
{
|
|
|
|
|
"name": "vim-tabby",
|
|
|
|
|
"version": "0.0.1",
|
|
|
|
|
"description": "Vim plugin for Tabby AI coding assistant.",
|
|
|
|
|
"repository": "https://github.com/TabbyML/tabby",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"postinstall": "yarn copy-scripts",
|
2023-05-24 01:50:57 +00:00
|
|
|
"copy-scripts": "rimraf ./node_scripts && cpy --cwd='node_modules/tabby-agent/dist' ./ ../../../node_scripts/"
|
2023-05-22 16:34:56 +00:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"cpy-cli": "^4.2.0",
|
2023-05-24 01:50:57 +00:00
|
|
|
"rimraf": "^5.0.1",
|
|
|
|
|
"tabby-agent": "file:../tabby-agent"
|
2023-05-22 16:34:56 +00:00
|
|
|
}
|
|
|
|
|
}
|