{
  "name": "@stytch/stytch-react",
  "version": "4.1.2",
  "description": "Stytch's official React Library",
  "main": "dist/index.js",
  "module": "dist/index.esm.js",
  "scripts": {
    "test": "npx jest",
    "build": "rollup -c",
    "prepare": "rollup -c",
    "patch-stytch-js": "./patch-stytch-js.sh"
  },
  "author": "Stytch",
  "license": "MIT",
  "devDependencies": {
    "@babel/core": "^7.15.5",
    "@babel/preset-env": "^7.15.6",
    "@babel/preset-react": "^7.12.13",
    "@babel/preset-typescript": "^7.15.0",
    "@rollup/plugin-typescript": "^8.2.5",
    "@types/enzyme": "^3.10.10",
    "@types/enzyme-adapter-react-16": "^1.0.6",
    "@types/jest": "^26.0.20",
    "@types/react": "^17.0.39",
    "@types/react-dom": "^17.0.10",
    "@typescript-eslint/eslint-plugin": "^5.10.2",
    "@typescript-eslint/parser": "^5.10.2",
    "babel-loader": "^8.2.2",
    "enzyme": "^3.11.0",
    "enzyme-adapter-react-16": "^1.15.6",
    "eslint": "^8.8.0",
    "eslint-config-prettier": "^8.3.0",
    "eslint-import-resolver-typescript": "^2.5.0",
    "eslint-plugin-import": "^2.25.4",
    "eslint-plugin-prettier": "^4.0.0",
    "eslint-plugin-react": "^7.28.0",
    "eslint-plugin-react-hooks": "^4.3.0",
    "eslint-plugin-simple-import-sort": "^7.0.0",
    "jest": "^26.6.3",
    "prettier": "^2.5.1",
    "react": "^16.14.0",
    "react-dom": "^16.14.0",
    "rollup": "^2.56.3",
    "rollup-plugin-babel": "^4.4.0",
    "rollup-plugin-commonjs": "^10.1.0",
    "rollup-plugin-node-resolve": "^5.2.0",
    "rollup-plugin-ts": "^2.0.5",
    "typescript": "^4.4.4"
  },
  "bugs": {
    "url": "https://github.com/stytchauth/stytch-react/issues"
  },
  "homepage": "https://stytch.com/docs/sdks/javascript-sdk",
  "files": [
    "dist",
    "src",
    "LICENSE",
    "README.md",
    "package.json"
  ],
  "dependencies": {
    "@stytch/stytch-js": "^3.3.0"
  },
  "peerDependencies": {
    "react": ">= 16.x.x"
  }
}
