{
  "name": "@greatsumini/react-facebook-login",
  "version": "3.4.0",
  "keywords": [
    "react",
    "reactjs",
    "facebook",
    "oauth",
    "typescript"
  ],
  "description": "Well-typed React Component for Facebook Login",
  "main": "dist/index.js",
  "scripts": {
    "check:lint": "eslint \"src/**/*.{ts,tsx}\" --fix",
    "check:type": "tsc --noEmit",
    "check:test": "jest",
    "check": "run-p check:*",
    "test:watch": "jest --watch",
    "coverage": "jest --coverage",
    "build": "rimraf -rf dist && tsc -p tsconfig.json",
    "prepublish:npm": "npm run check && npm run build",
    "publish:npm": "npm publish --public"
  },
  "author": "greatSumini <greatSumini@gmail.com> (https://sumini.dev)",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/greatSumini/react-facebook-login.git"
  },
  "bugs": {
    "url": "https://github.com/greatSumini/react-facebook-login/issues"
  },
  "homepage": "https://github.com/greatSumini/react-facebook-login",
  "peerDependencies": {
    "react": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0 || ^21.0.0"
  },
  "devDependencies": {
    "@babel/core": "7.26.0",
    "@mdx-js/react": "3.1.0",
    "@testing-library/jest-dom": "6.6.3",
    "@testing-library/react": "14.3.1",
    "@types/jest": "29.5.14",
    "@types/node": "22.10.2",
    "@types/react": "18.3.18",
    "@types/testing-library__jest-dom": "5.14.9",
    "@typescript-eslint/eslint-plugin": "5.62.0",
    "@typescript-eslint/parser": "5.62.0",
    "babel-loader": "9.2.1",
    "eslint": "8.57.1",
    "eslint-config-prettier": "9.1.0",
    "eslint-plugin-import": "2.31.0",
    "jest": "29.7.0",
    "jest-environment-jsdom": "29.7.0",
    "npm-run-all2": "7.0.2",
    "prettier": "3.4.2",
    "react": "18.3.1",
    "react-dom": "18.3.1",
    "rimraf": "6.0.1",
    "ts-jest": "29.2.5",
    "typescript": "5.5.4"
  }
}
