@onepunya/ez-gemini
Version:
A wrapper for Google Gemini (Gemini Ai) API supporting both CommonJS (CJS) and ECMAScript Modules (ESM).
38 lines • 649 B
JSON
{
"name": "@onepunya/ez-gemini",
"version": "1.3.0-saitekina",
"main": "index.cjs",
"module": "index.js",
"exports": {
".": {
"import": "./index.js",
"require": "./index.cjs"
}
},
"type": "module",
"scripts": {
"test": "node index.cjs && node index.js"
},
"keywords": [
"ai",
"gpt",
"gemini",
"gemini vision",
"Whatsapp bot",
"bot",
"discord bot",
"REST api",
"Api",
"Free",
"Onesytex-Api",
"mr.one",
"gpt"
],
"author": "mr.one",
"license": "ISC",
"dependencies": {
"axios": "^0.27.2",
"jimp": "^0.16.1",
"node-fetch": "^2.6.7"
}
}