{
  "name": "@standardagents/google",
  "version": "0.41.12",
  "private": false,
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "type": "module",
  "description": "Google Gemini provider for Standard Agents",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    },
    "./pricing": {
      "types": "./dist/pricing.d.ts",
      "import": "./dist/pricing.js"
    }
  },
  "files": [
    "dist",
    "README.md"
  ],
  "scripts": {
    "build": "tsup",
    "dev": "tsup --watch",
    "typecheck": "tsc --noEmit",
    "test": "cd ../.. && vitest --dir packages/google",
    "test:run": "cd ../.. && vitest run --dir packages/google"
  },
  "dependencies": {
    "@standardagents/provider-pricing": "0.41.12",
    "@google/genai": "^1.47.0",
    "zod": "^4.3.5"
  },
  "peerDependencies": {
    "@standardagents/spec": "^0.41.12"
  },
  "devDependencies": {
    "@standardagents/spec": "0.41.12",
    "tsup": "^8.3.5",
    "typescript": "^5.9.0"
  },
  "keywords": [
    "standardagents",
    "google",
    "gemini",
    "provider",
    "ai",
    "llm"
  ],
  "author": "FormKit Inc.",
  "license": "UNLICENSED"
}
