btch-gemini
Version:
A package for communicating with the Gemini API for chat and image processing.
45 lines (44 loc) • 1.12 kB
JSON
{
"name": "btch-gemini",
"version": "4.0.91-alpha",
"description": "A package for communicating with the Gemini API for chat and image processing.",
"config": {
"baseUrl": "https://gemini-api.zone.id"
},
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "node test/test.js"
},
"keywords": [
"gemini",
"chat",
"image-processing",
"video-processing",
"audio-processing",
"image-editing",
"api"
],
"author": "BOTCAHX",
"license": "MIT",
"dependencies": {
"axios": "^1.8.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hostinger-bot/btch-gemini.git"
},
"bugs": {
"url": "https://github.com/hostinger-bot/btch-gemini/issues"
},
"homepage": "https://github.com/hostinger-bot/btch-gemini#readme",
"directories": {
"src": "src",
"test": "test"
},
"devDependencies": {},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"readme": "README.md"
}