| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768 |
- {
- "name": "cline",
- "version": "1.0.3",
- "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"
- ]
- }
|