-
Notifications
You must be signed in to change notification settings - Fork 110
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 754 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 754 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
{
"name": "opencode-gemini-auth",
"main": "./index.ts",
"module": "index.ts",
"version": "1.4.10",
"author": "jenslys",
"repository": "https://github.com/jenslys/opencode-gemini-auth",
"files": [
"index.ts",
"src"
],
"license": "MIT",
"type": "module",
"scripts": {
"update:gemini-cli": "git -C .local/gemini-cli pull --ff-only",
"update:gemini-cli-version": "node commands/sync-gemini-cli-version.mjs",
"update:gemini-cli-sync": "npm run update:gemini-cli && npm run update:gemini-cli-version"
},
"devDependencies": {
"@types/bun": "latest"
},
"peerDependencies": {
"typescript": "^5.9.3"
},
"dependencies": {
"@opencode-ai/plugin": "^1.2.20",
"@openauthjs/openauth": "^0.4.3"
}
}