{
  "name": "react-plaid-link",
  "version": "4.1.1",
  "description": "A React component for Plaid Link",
  "registry": "https://registry.npmjs.org",
  "files": [
    "dist",
    "src",
    "LICENSE"
  ],
  "main": "dist/index.js",
  "module": "dist/index.esm.js",
  "jsnext:main": "dist/index.esm.js",
  "browser:min": "dist/index.umd.min.js",
  "browser": "dist/index.umd.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/plaid/react-plaid-link.git"
  },
  "types": "dist/index.d.ts",
  "keywords": [
    "react",
    "react-component",
    "plaid"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/plaid/react-plaid-link/issues"
  },
  "homepage": "https://github.com/plaid/react-plaid-link",
  "directories": {
    "example": "examples"
  },
  "scripts": {
    "lint": "eslint '{src,examples}/**/*.{ts,tsx,js,jsx}' --ignore-path .gitignore",
    "test": "NODE_ENV=test BABEL_ENV=testing jest",
    "storybook": "start-storybook -p 9001",
    "deploy-storybook": "storybook-to-ghpages",
    "build-storybook": "build-storybook -s public"
  },
  "husky": {
    "hooks": {
      "pre-push": "npm run lint"
    }
  },
  "dependencies": {
    "prop-types": "^15.7.2"
  },
  "peerDependencies": {
    "react": "^16.8.0 || ^17 || ^18 || ^19",
    "react-dom": "^16.8.0 || ^17 || ^18 || ^19"
  },
  "devDependencies": {
    "@babel/cli": "^7.14.3",
    "@babel/core": "^7.14.3",
    "@babel/plugin-proposal-class-properties": "^7.14.3",
    "@babel/preset-env": "^7.14.3",
    "@babel/preset-react": "^7.14.3",
    "@babel/preset-typescript": "^7.16.7",
    "@storybook/addon-actions": "^5.3.17",
    "@storybook/addon-console": "^1.2.1",
    "@storybook/addon-knobs": "^5.3.17",
    "@storybook/addon-links": "^5.3.17",
    "@storybook/addons": "^5.3.17",
    "@storybook/preset-typescript": "^2.1.0",
    "@storybook/react": "^5.3.17",
    "@storybook/storybook-deployer": "^2.8.3",
    "@testing-library/react": "^12.1.4",
    "@testing-library/react-hooks": "^7.0.2",
    "@types/jest": "^27.4.1",
    "@types/react": "^17.0.9",
    "@types/react-dom": "^17.0.6",
    "@typescript-eslint/eslint-plugin": "^2.24.0",
    "@typescript-eslint/parser": "^2.24.0",
    "@wessberg/rollup-plugin-ts": "^1.2.21",
    "babel-loader": "^8.0.6",
    "babel-plugin-transform-class-properties": "^6.24.1",
    "babel-plugin-typescript-to-proptypes": "^1.3.2",
    "eslint": "6.6.0",
    "eslint-config-airbnb": "18.0.1",
    "eslint-config-prettier": "^6.10.0",
    "eslint-plugin-import": "^2.18.2",
    "eslint-plugin-jest": "^22.6.3",
    "eslint-plugin-jsx-a11y": "^6.2.3",
    "eslint-plugin-prettier": "^3.1.2",
    "eslint-plugin-react": "^7.14.3",
    "eslint-plugin-react-hooks": "^4.2.0",
    "husky": "^4.2.3",
    "jest": "^27.5.1",
    "mocha": "2.3.x",
    "prettier": "^1.19.1",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "react-tools": "0.13.x",
    "rollup": "^1.27.0",
    "rollup-plugin-babel": "^4.3.3",
    "rollup-plugin-commonjs": "^10.1.0",
    "rollup-plugin-node-resolve": "^5.2.0",
    "rollup-plugin-replace": "^2.2.0",
    "rollup-plugin-terser": "^5.1.2",
    "sinon": "1.17.x",
    "ts-loader": "^6.2.1",
    "typescript": "^3.8.3",
    "xyz": "^4.0.x"
  },
  "tags": [
    "react",
    "plaid"
  ],
  "packageManager": "yarn@1.22.22+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610"
}
