2023-04-08 05:20:27 +00:00
|
|
|
{
|
2023-05-22 16:34:56 +00:00
|
|
|
"name": "tabby-agent",
|
2023-04-08 05:20:27 +00:00
|
|
|
"version": "0.0.1",
|
2023-05-22 16:34:56 +00:00
|
|
|
"description": "Generic client agent for Tabby AI coding assistant IDE extensions.",
|
|
|
|
|
"repository": "https://github.com/TabbyML/tabby",
|
2023-04-08 05:20:27 +00:00
|
|
|
"scripts": {
|
2023-05-24 01:50:57 +00:00
|
|
|
"openapi-codegen": "rimraf ./src/generated && openapi --input ../../docs/openapi.json --output ./src/generated --client axios --name TabbyApi --indent 2",
|
2023-04-09 13:12:18 +00:00
|
|
|
"dev": "webpack --watch",
|
2023-04-08 05:20:27 +00:00
|
|
|
"build": "webpack --mode=production"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2023-05-22 16:34:56 +00:00
|
|
|
"axios": "^1.3.4",
|
|
|
|
|
"form-data": "^4.0.0",
|
2023-04-13 13:57:14 +00:00
|
|
|
"openapi-typescript-codegen": "^0.24.0",
|
2023-05-24 01:50:57 +00:00
|
|
|
"rimraf": "^5.0.1",
|
2023-04-08 05:20:27 +00:00
|
|
|
"ts-loader": "^9.4.2",
|
|
|
|
|
"typescript": "^5.0.3",
|
|
|
|
|
"webpack": "^5.77.0",
|
|
|
|
|
"webpack-cli": "^5.0.1"
|
|
|
|
|
}
|
|
|
|
|
}
|