{
  "name": "@reslear/capacitor-google-auth",
  "version": "3.1.2",
  "description": "Google Auth plugin for capacitor.",
  "main": "dist/esm/index.js",
  "types": "dist/esm/index.d.ts",
  "scripts": {
    "build": "npm run clean && tsc",
    "clean": "rm -rf ./dist",
    "watch": "tsc --watch",
    "prepublishOnly": "npm run build",
    "prepare": "tsc"
  },
  "author": "reslear",
  "license": "MIT",
  "devDependencies": {
    "@capacitor/android": "^3.2.3",
    "@capacitor/cli": "^3.2.3",
    "@capacitor/core": "^3.2.3",
    "@capacitor/ios": "^3.2.3",
    "@ionic/prettier-config": "^2.0.0",
    "@types/gapi": "0.0.41",
    "@types/gapi.auth2": "0.0.55",
    "prettier": "^2.4.1",
    "typescript": "^4.4.3"
  },
  "peerDependencies": {
    "@capacitor/core": "^3"
  },
  "files": [
    "dist/",
    "ios/",
    "android/",
    "ReslearCapacitorGoogleAuth.podspec"
  ],
  "keywords": [
    "capacitor",
    "plugin",
    "native",
    "google",
    "auth",
    "firebase",
    "angular",
    "vue",
    "react",
    "ionic"
  ],
  "capacitor": {
    "ios": {
      "src": "ios"
    },
    "android": {
      "src": "android"
    }
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/reslear/CapacitorGoogleAuth"
  },
  "bugs": {
    "url": "https://github.com/reslear/CapacitorGoogleAuth/issues"
  },
  "prettier": "@ionic/prettier-config"
}
