mirror of
https://github.com/TabbyML/tabby
synced 2024-11-22 08:21:59 +00:00
14 lines
209 B
JSON
14 lines
209 B
JSON
{
|
|
"private": true,
|
|
"workspaces": [
|
|
"clients/tabby-agent",
|
|
"clients/vscode",
|
|
"clients/vim",
|
|
"clients/intellij",
|
|
"clients/example-vscode-lsp"
|
|
],
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
}
|