UNPKG

gemini-genai

Version:

A TypeScript based npm package providing a type-safe interface for integrating Google Gemini API text generation

53 lines (52 loc) 1.3 kB
{ "name": "gemini-genai", "private": false, "version": "1.0.1", "description": "A TypeScript based npm package providing a type-safe interface for integrating Google Gemini API text generation", "main": "./dist/gemini-genai.umd.js", "module": "./dist/gemini-genai.es.js", "files": [ "dist" ], "scripts": { "dev": "vite", "build": "tsc && vite build", "test": "echo \"Error: no test specified\" && exit 1" }, "devDependencies": { "@types/node": "^22.13.14", "typescript": "~5.7.2", "vite": "^6.2.0" }, "keywords": [ "generative-ai", "genai", "google-gemini", "text-generation", "language-model", "ai-text", "nlp", "prompt-engineering", "prompt-generation", "content-generation", "text-completion", "text-summarization", "text-classification", "text-analysis", "ai-writing", "language-generation", "machine-learning", "deep-learning", "llm" ], "author": "Shiv Baran Singh <spyshiv@gmail.com>", "license": "ISC", "repository": { "type": "git", "url": "https://github.com/spyshiv/gemini-genai.git.git" }, "bugs": { "url": "https://github.com/spyshiv/gemini-genai.git/issues" }, "homepage": "https://github.com/spyshiv/gemini-genai.git#readme" }