mirror of
https://github.com/cline/cline.git
synced 2026-09-24 23:20:16 +08:00
Update the name of the script so that you can tell from the process name what it is, standalone.js is too vague to be able to associate it with cline.
13 lines
237 B
JSON
13 lines
237 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",
|
|
"grpc-health-check": "^2.0.2",
|
|
"open": "^10.1.2",
|
|
"vscode-uri": "^3.1.0"
|
|
}
|
|
}
|