{
    "name": "@byteowls/capacitor-oauth2",
    "version": "5.0.0",
    "description": "Capacitor OAuth 2 client plugin",
    "author": "Michael Oberwasserlechner",
    "homepage": "https://github.com/moberwasserlechner/capacitor-oauth2",
    "license": "MIT",
    "main": "dist/esm/index.js",
    "module": "dist/esm/index.js",
    "types": "dist/esm/index.d.ts",
    "scripts": {
        "build": "npm run clean && tsc",
        "clean": "rimraf ./dist",
        "watch": "tsc --watch",
        "test": "jest",
        "removePacked": "rimraf -g byteowls-capacitor-oauth2-*.tgz",
        "publishLocally": "npm run removePacked && npm run build && npm pack",
        "prepublishOnly": "npm run build"
    },
    "files": [
        "android/src/main/",
        "android/build.gradle",
        "dist/",
        "ios/ByteowlsCapacitorOauth2/Source",
        "ByteowlsCapacitorOauth2.podspec"
    ],
    "keywords": [
        "capacitor",
        "capacitor-plugin",
        "oauth2",
        "oauth2-client",
        "social-login"
    ],
    "capacitor": {
        "ios": {
            "src": "ios"
        },
        "android": {
            "src": "android"
        }
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/moberwasserlechner/capacitor-oauth2"
    },
    "bugs": {
        "url": "https://github.com/moberwasserlechner/capacitor-oauth2/issues"
    },
    "publishConfig": {
        "access": "public"
    },
    "peerDependencies": {
        "@capacitor/core": ">=5"
    },
    "dependencies": {},
    "devDependencies": {
        "@capacitor/android": "5.3.0",
        "@capacitor/core": "5.3.0",
        "@capacitor/ios": "5.3.0",
        "@types/jest": "29.5.4",
        "jest": "29.6.4",
        "ts-jest": "29.1.1",
        "eslint": "8.48.0",
        "rimraf": "5.0.1",
        "typescript": "4.8.4"
    }
}
