{
  "name": "@memberjunction/ai-gemini",
  "type": "module",
  "version": "5.42.0",
  "description": "MemberJunction Wrapper for Google Gemini AI Models",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "/dist"
  ],
  "scripts": {
    "start": "ts-node-dev src/index.ts",
    "build": "tsc && tsc-alias -f",
    "test": "vitest run"
  },
  "author": "MemberJunction.com",
  "license": "ISC",
  "devDependencies": {
    "ts-node-dev": "^2.0.0",
    "typescript": "^5.9.3"
  },
  "dependencies": {
    "@memberjunction/ai": "5.42.0",
    "@memberjunction/global": "5.42.0",
    "@google/genai": "^2.8.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/MemberJunction/MJ"
  }
}
