-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 834 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 834 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "@elvatis_com/openclaw-cli-bridge-elvatis",
"version": "3.10.7",
"description": "Bridges gemini, claude, and codex CLI tools as OpenClaw model providers. Reads existing CLI auth without re-login.",
"type": "module",
"openclaw": {
"extensions": [
"./index.ts"
]
},
"scripts": {
"build": "tsc --noEmitOnError false",
"typecheck": "tsc -p tsconfig.check.json",
"test": "vitest run",
"lint": "eslint .",
"ci": "npm run lint && npm run typecheck && npm run test"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@types/node": "^25.3.2",
"eslint": "^10.0.3",
"typescript": "^6.0.2",
"typescript-eslint": "^8.58.1",
"vitest": "^4.0.18"
},
"dependencies": {
"@google/genai": "^1.49.0",
"playwright": "^1.58.2"
},
"license": "Apache-2.0"
}