mirror of
https://github.com/cline/cline.git
synced 2025-06-03 03:59:07 +00:00

Don't install vscode with file:./vscode because it creates a symlink which is not portable for the distribution.
12 lines
217 B
JSON
12 lines
217 B
JSON
{
|
|
"name": "Cline standalone",
|
|
"version": "1.0.0",
|
|
"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"
|
|
}
|
|
}
|