{
  "name": "@assaf/react-one-tap",
  "version": "3.0.0",
  "description": "React component for Google One-Tap",
  "main": "dist/index.js",
  "module": "dist/react-one-tap.esm.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "dts build",
    "lint": "dts lint src",
    "prepack": "yarn build",
    "prepare": "yarn build",
    "watch": "dts watch"
  },
  "author": "Assaf Arkin <assaf@labnotes.org> (https://labnotes.org/)",
  "homepage": "https://github.com/assaf/react-one-tap",
  "license": "MIT",
  "repository": "github:assaf/react-one-tap.git",
  "keywords": [
    "react",
    "authenticate",
    "one-tap",
    "sign-in",
    "sign-in with google"
  ],
  "files": [
    "dist",
    "src",
    "README.md"
  ],
  "devDependencies": {
    "@tsconfig/node16": "^1.0.2",
    "@tsconfig/recommended": "^1.0.1",
    "@types/jsonwebtoken": "^8.5.6",
    "@types/node": "^16.11.10",
    "@types/react": "^17.0.37",
    "@typescript-eslint/eslint-plugin": "^5.4.0",
    "@typescript-eslint/parser": "^5.4.0",
    "dts-cli": "^0.19.7",
    "eslint": "^8.3.0",
    "eslint-config-prettier": "^8.3.0",
    "eslint-config-react-app": "^6.0.0",
    "eslint-plugin-flowtype": "^8.0.3",
    "eslint-plugin-import": "^2.25.3",
    "eslint-plugin-jsx-a11y": "^6.5.1",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-prettier": "^4.0.0",
    "eslint-plugin-react": "^7.27.1",
    "eslint-plugin-react-hooks": "^4.3.0",
    "eslint-plugin-sonarjs": "^0.10.0",
    "google-auth-library": "^7.10.2",
    "jsonwebtoken": "^8.5.1",
    "prettier": "^2.5.0",
    "react": "^17.0.2",
    "tslib": "^2.3.1",
    "typescript": "^4.5.2"
  },
  "peerDependencies": {
    "react": ">= 16"
  },
  "dependencies": {
    "node-fetch": "2.6.6"
  }
}
