{
  "name": "google-login-vue3",
  "version": "1.1.4",
  "type": "module",
  "description": "A lightweight and customizable Vue 3 component for Google OAuth 2.0 authentication, supporting both code-based and JWT-based authentication modes.",
  "main": "dist/google-login-vue3.umd.js",
  "module": "dist/google-login-vue3.es.js",
  "exports": {
    ".": {
      "import": "./dist/google-login-vue3.es.js",
      "require": "./dist/google-login-vue3.umd.js"
    }
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "dev": "vite",
    "build": "vite build"
  },
  "peerDependencies": {
    "vue": "^3.0.0"
  },
  "devDependencies": {
    "@vitejs/plugin-vue": "^5.2.1",
    "vite": "^6.2.0"
  },
  "keywords": [
    "google-login-vue3",
    "vue3",
    "google-oauth2",
    "code-grant",
    "authentication",
    "login",
    "oauth",
    "google-signin",
    "authorization",
    "frontend-auth",
    "vue-component",
    "security",
    "javascript"
  ],
  "author": "Shiv Baran Singh <spyshiv@gmail.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/spyshiv/google-login-vue3.git"
  },
  "bugs": {
    "url": "https://github.com/spyshiv/google-login-vue3/issues"
  },
  "homepage": "https://github.com/spyshiv/google-login-vue3#readme"
}
