{
  "name": "@bbe-io/capacitor-firebase-auth",
  "version": "0.4.1",
  "description": "Capacitor plugin for Firebase Authentication",
  "main": "dist/esm/index.js",
  "types": "dist/esm/index.d.ts",
  "scripts": {
    "build": "npm run clean && tsc",
    "clean": "rimraf ./dist",
    "watch": "tsc --watch",
    "prepublishOnly": "npm run build"
  },
  "author": "Bernardo Baumblatt",
  "license": "MIT",
  "dependencies": {
    "@capacitor/core": "latest",
    "rxjs": "^6.5.3"
  },
  "devDependencies": {
    "rimraf": "^2.6.3",
    "typescript": "~3.2.2"
  },
  "peerDependencies": {
    "firebase": "^6.6.1",
    "rxjs": "~6.5.3"
  },
  "files": [
    "alternative/",
    "dist/",
    "ios/",
    "android/",
    "BbeIoCapacitorFirebaseAuth.podspec"
  ],
  "keywords": [
    "capacitor",
    "plugin",
    "native"
  ],
  "capacitor": {
    "ios": {
      "src": "ios"
    },
    "android": {
      "src": "android/bbe-io-capacitor-firebase-auth"
    }
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/baumblatt/capacitor-firebase-auth.git"
  },
  "bugs": {
    "url": "https://github.com/baumblatt/capacitor-firebase-auth.git/issues"
  },
  "_where": "/Users/baumblatt/wks/cap-fire-playground"
}
