mirror of
https://github.com/cline/cline.git
synced 2026-09-14 02:29:17 +08:00
* since npm nightly worked, make npm main * fix ripgrep, split npm and jetbrains packaging * cli nightly package version update --------- Co-authored-by: Andrei Edell <andrei@nugbase.com>
69 lines
1.2 KiB
JSON
69 lines
1.2 KiB
JSON
{
|
|
"name": "cline",
|
|
"version": "1.0.9",
|
|
"description": "Autonomous coding agent CLI - capable of creating/editing files, running commands, using the browser, and more",
|
|
"main": "cline-core.js",
|
|
"bin": {
|
|
"cline": "./bin/cline",
|
|
"cline-host": "./bin/cline-host"
|
|
},
|
|
"man": "./man/cline.1",
|
|
"scripts": {
|
|
"postinstall": "node postinstall.js"
|
|
},
|
|
"bundleDependencies": [
|
|
"@grpc/grpc-js",
|
|
"@grpc/reflection",
|
|
"better-sqlite3",
|
|
"grpc-health-check",
|
|
"open",
|
|
"vscode-uri"
|
|
],
|
|
"engines": {
|
|
"node": ">=20.0.0"
|
|
},
|
|
"keywords": [
|
|
"cline",
|
|
"claude",
|
|
"dev",
|
|
"mcp",
|
|
"openrouter",
|
|
"coding",
|
|
"agent",
|
|
"autonomous",
|
|
"chatgpt",
|
|
"sonnet",
|
|
"ai",
|
|
"llama",
|
|
"cli"
|
|
],
|
|
"author": {
|
|
"name": "Cline Bot Inc."
|
|
},
|
|
"license": "Apache-2.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/cline/cline"
|
|
},
|
|
"homepage": "https://cline.bot",
|
|
"bugs": {
|
|
"url": "https://github.com/cline/cline/issues"
|
|
},
|
|
"dependencies": {
|
|
"@grpc/grpc-js": "^1.13.3",
|
|
"@grpc/reflection": "^1.0.4",
|
|
"better-sqlite3": "^12.2.0",
|
|
"grpc-health-check": "^2.0.2",
|
|
"open": "^10.1.2",
|
|
"vscode-uri": "^3.1.0"
|
|
},
|
|
"os": [
|
|
"darwin",
|
|
"linux"
|
|
],
|
|
"cpu": [
|
|
"x64",
|
|
"arm64"
|
|
]
|
|
}
|