mirror of
https://github.com/cline/cline.git
synced 2026-09-24 23:20:16 +08:00
13 lines
243 B
JSON
13 lines
243 B
JSON
{
|
|
"name": "cline-standalone",
|
|
"version": "0.0.1",
|
|
"main": "standalone.js",
|
|
"dependencies": {
|
|
"@grpc/grpc-js": "^1.13.3",
|
|
"@grpc/reflection": "^1.0.4",
|
|
"grpc-health-check": "^2.0.2",
|
|
"open": "^10.1.2",
|
|
"vscode-uri": "^3.1.0"
|
|
}
|
|
}
|