{
  "name": "facebook-oauth-react",
  "version": "1.1.5",
  "description": "This package made for easily facebook oauth Implementation in your react app",
  "main": "./cjs/index.js",
  "module": "./esm/index.js",
  "types": "./cjs/index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Youssefgamer685/react-facebook-oauth.git"
  },
  "keywords": [
    "react",
    "react-auth",
    "react-oauth",
    "facebook",
    "facebook-oauth",
    "oauth",
    "auth"
  ],
  "author": {
    "name": "Youssefgamer685",
    "email": "ya107231@gmail.com",
    "url": "https://github.com/Youssefgamer685"
  },
  "dependencies": {
    "react": "^18.2.0",
    "react-dom": "^18.2.0"
  },
  "devDependencies": {
    "@types/react": "^18.0.17",
    "@types/react-dom": "^18.0.6",
    "typescript": "^4.6.4"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Youssefgamer685/react-facebook-oauth/issues"
  },
  "homepage": "https://github.com/Youssefgamer685/react-facebook-oauth#readme"
}