{
	"name": "@im-adnan/firebase-login",
	"author": "Syed Mohd Adnan",
	"license": "MIT",
	"version": "0.0.9",
	"main": "dist/index.js",
	"module": "dist/index.mjs",
	"types": "dist/index.d.ts",
	"keywords": [
		"firebase-patch",
		"firebase",
		"expo-firebase",
		"library",
		"im-adnan/firebase-patch",
		"im-adnan/firebase-login",
		"im-adnan",
		"@im-adnan"
	],
	"repository": {
		"type": "git",
		"url": "https://github.com/maksof-sarwar/expo-firebase-recaptcha-patch.git"
	},
	"scripts": {
		"build": "tsup",
		"lint": "tsc"
	},
	"devDependencies": {
		"@changesets/cli": "^2.26.0",
		"@types/bcrypt": "^5.0.0",
		"@types/lodash": "^4.14.191",
		"@types/react": "^18.2.41",
		"tsup": "^6.5.0",
		"typescript": "^4.9.4"
	},
	"peerDependencies": {
		"firebase": "^10.7.0",
		"react": "^18.2.0",
		"react-native": "^0.74.3",
		"react-native-webview": "^13.6.3"
	}
}