cline
Version:
Autonomous coding agent CLI - capable of creating/editing files, running commands, using the browser, and more
55 lines (54 loc) • 1.23 kB
JSON
{
"name": "cline",
"version": "3.0.46",
"description": "Autonomous coding agent CLI - capable of creating/editing files, running commands, using the browser, and more",
"license": "Apache-2.0",
"keywords": [
"cline",
"claude",
"dev",
"mcp",
"openrouter",
"coding",
"agent",
"autonomous",
"chatgpt",
"sonnet",
"ai",
"llama",
"cli"
],
"author": {
"name": "Cline Bot Inc."
},
"homepage": "https://cline.bot",
"bugs": {
"url": "https://github.com/cline/cline/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cline/cline.git",
"directory": "apps/cli"
},
"bin": {
"cline": "./bin/cline"
},
"scripts": {
"postinstall": "node ./postinstall.mjs || true"
},
"dependencies": {
"@cline/sdk": "0.0.65",
"@cline/core": "0.0.65",
"@cline/agents": "0.0.65",
"@cline/llms": "0.0.65",
"@cline/shared": "0.0.65"
},
"optionalDependencies": {
"@cline/cli-darwin-arm64": "3.0.46",
"@cline/cli-darwin-x64": "3.0.46",
"@cline/cli-windows-arm64": "3.0.46",
"@cline/cli-linux-x64": "3.0.46",
"@cline/cli-linux-arm64": "3.0.46",
"@cline/cli-windows-x64": "3.0.46"
}
}