mirror of
https://github.com/cline/cline.git
synced 2026-09-19 10:13:34 +08:00
17 lines
309 B
JSON
17 lines
309 B
JSON
{
|
|
"name": "cline-core",
|
|
"version": "0.0.1",
|
|
"main": "cline-core.js",
|
|
"dependencies": {
|
|
"@grpc/grpc-js": "^1.13.3",
|
|
"@grpc/reflection": "^1.0.4",
|
|
"better-sqlite3": "^12.4.1",
|
|
"grpc-health-check": "^2.0.2",
|
|
"open": "^10.1.2",
|
|
"vscode-uri": "^3.1.0"
|
|
},
|
|
"overrides": {
|
|
"tar-fs": "^3.1.1"
|
|
}
|
|
}
|