2026-05-09 02:53:47 +02:00
|
|
|
{
|
|
|
|
|
"name": "@singularity-forge/google-gemini-cli-provider",
|
|
|
|
|
"version": "2.75.3",
|
|
|
|
|
"description": "Gemini CLI Core transport helper for SF providers",
|
|
|
|
|
"type": "module",
|
|
|
|
|
"main": "./dist/index.js",
|
|
|
|
|
"types": "./dist/index.d.ts",
|
|
|
|
|
"exports": {
|
|
|
|
|
".": {
|
|
|
|
|
"types": "./dist/index.d.ts",
|
|
|
|
|
"import": "./dist/index.js"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"scripts": {
|
2026-05-10 11:58:58 +02:00
|
|
|
"build": "tsgo -p tsconfig.json"
|
2026-05-09 02:53:47 +02:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2026-05-09 21:54:26 +02:00
|
|
|
"@google/gemini-cli-core": "0.41.2"
|
2026-05-09 02:53:47 +02:00
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=26.1.0"
|
|
|
|
|
}
|
|
|
|
|
}
|