cline/standalone/runtime-files/package.json
Sarah Fortune ba64d9fafb
Don't use symlinks in the standalone distribution zip. (#3582)
Don't install vscode with file:./vscode because it creates a
symlink which is not portable for the distribution.
2025-05-17 14:52:19 -07:00

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"
}
}