UNPKG

config-plugin-react-native-auth0

Version:
47 lines (46 loc) 1.16 kB
{ "name": "config-plugin-react-native-auth0", "version": "1.0.1", "description": "Expo plugin for react-native-auth0 using expo config plugins", "author": "damian-huchin", "license": "MIT", "main": "build/withAuth0.js", "types": "build/withAuth0.d.ts", "repository": { "type": "git", "url": "https://github.com/HuchinDamian/config-plugin-react-native-auth0" }, "scripts": { "build": "expo-module build", "clean": "expo-module clean", "lint": "expo-module lint", "test": "expo-module test", "prepare": "expo-module prepare", "prepublishOnly": "expo-module prepublishOnly", "expo-module": "expo-module" }, "keywords": [ "react-native", "expo", "expo-plugins", "config-plugins", "prebuild", "auth0-react-native", "auth0-expo", "auth0-expo-config", "auth0-expo-plugin", "expo-45", "dev-client" ], "dependencies": { "@expo/config-plugins": "^5.0.0", "expo-build-properties": "^0.3.0" }, "peerDependencies": { "react-native-auth0": "^2.13.0" }, "devDependencies": { "typescript": "^4.7.4", "expo-module-scripts": "^2.0.0" } }