mirror of
https://github.com/TabbyML/tabby
synced 2024-11-22 17:41:54 +00:00
16 lines
487 B
JSON
16 lines
487 B
JSON
{
|
|
"name": "intellij-tabby",
|
|
"version": "0.0.1",
|
|
"description": "IntelliJ 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"
|
|
},
|
|
"devDependencies": {
|
|
"cpy-cli": "^4.2.0",
|
|
"rimraf": "^5.0.1",
|
|
"tabby-agent": "0.4.0-dev"
|
|
}
|
|
}
|