23 lines
477 B
JSON
23 lines
477 B
JSON
{
|
|
"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": {
|
|
"build": "tsc -p tsconfig.json"
|
|
},
|
|
"dependencies": {
|
|
"@google/gemini-cli-core": "0.40.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=26.1.0"
|
|
}
|
|
}
|