UNPKG

@codetrix-studio/capacitor-google-auth

Version:
59 lines (58 loc) 1.22 kB
{ "name": "@codetrix-studio/capacitor-google-auth", "version": "1.2.0", "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" }, "author": "CodetrixStudio", "license": "MIT", "dependencies": { "@capacitor/core": "latest" }, "devDependencies": { "@capacitor/android": "latest", "@capacitor/ios": "latest", "@types/gapi": "0.0.36", "@types/gapi.auth2": "0.0.50", "typescript": "^3.2.4" }, "files": [ "dist/", "ios/", "android/", "CodetrixStudioCapacitorGoogleAuth.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/CodetrixStudio/CapacitorGoogleAuth.git" }, "bugs": { "url": "https://github.com/CodetrixStudio/CapacitorGoogleAuth.git/issues" } }