{
  "name": "@greatsumini/react-facebook-login",
  "version": "3.3.3",
  "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"
  },
  "devDependencies": {
    "@babel/core": "7.21.4",
    "@mdx-js/react": "2.3.0",
    "@testing-library/jest-dom": "5.16.5",
    "@testing-library/react": "14.0.0",
    "@types/jest": "29.5.0",
    "@types/node": "18.15.11",
    "@types/react": "18.0.32",
    "@types/testing-library__jest-dom": "5.14.5",
    "@typescript-eslint/eslint-plugin": "5.57.1",
    "@typescript-eslint/parser": "5.57.1",
    "babel-loader": "9.1.2",
    "eslint": "8.37.0",
    "eslint-config-prettier": "8.8.0",
    "eslint-plugin-import": "2.27.5",
    "jest": "29.5.0",
    "jest-environment-jsdom": "29.5.0",
    "npm-run-all": "4.1.5",
    "prettier": "2.8.7",
    "react": "18.2.0",
    "react-dom": "18.2.0",
    "rimraf": "4.4.1",
    "ts-jest": "29.1.0",
    "typescript": "5.0.3"
  }
}
