{
  "_from": "@stripe/react-connect-js@^3.3.33",
  "_id": "@stripe/react-connect-js@3.3.34",
  "_inBundle": false,
  "_integrity": "sha512-eNyvlWeh90SBUC5dQhNfVPXOFuliO2Va3ZOfhZfybJoAYyZx4Jwy6SBOq5lEUU5+4RwRj/JJQfMeezSS9xQBng==",
  "_location": "/@stripe/react-connect-js",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@stripe/react-connect-js@^3.3.33",
    "name": "@stripe/react-connect-js",
    "escapedName": "@stripe%2freact-connect-js",
    "scope": "@stripe",
    "rawSpec": "^3.3.33",
    "saveSpec": null,
    "fetchSpec": "^3.3.33"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/@stripe/react-connect-js/-/react-connect-js-3.3.34.tgz",
  "_shasum": "7bb4e8fc52e04892a46a7e5792f0636af7f2060c",
  "_spec": "@stripe/react-connect-js@^3.3.33",
  "_where": "C:\\Sites\\Panel\\App",
  "author": {
    "name": "Stripe",
    "url": "https://www.stripe.com"
  },
  "bugs": {
    "url": "https://github.com/stripe/react-connect-js/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "React components for Connect.js and Connect embedded components",
  "devDependencies": {
    "@babel/core": "^7.7.2",
    "@babel/preset-env": "^7.7.1",
    "@babel/preset-flow": "7.18.6",
    "@babel/preset-react": "7.18.6",
    "@rollup/plugin-json": "^6.0.0",
    "@rollup/plugin-replace": "^2.3.1",
    "@stripe/connect-js": "3.3.35",
    "@types/jest": "^24.0.25",
    "@types/react": "^16.8.0",
    "@types/react-dom": "^16.8.0",
    "@typescript-eslint/eslint-plugin": "^7",
    "@typescript-eslint/parser": "^7",
    "@typescript-eslint/rule-tester": "^7",
    "@typescript-eslint/scope-manager": "^7",
    "@typescript-eslint/utils": "^7",
    "babel-eslint": "^10.0.3",
    "babel-jest": "^24.9.0",
    "conditional-type-checks": "^1.0.5",
    "eslint": "8.56.0",
    "eslint-config-prettier": "^8.3.0",
    "eslint-plugin-import": "^2.20.1",
    "eslint-plugin-jest": "^26.6.0",
    "eslint-plugin-prettier": "^4.2.1",
    "eslint-plugin-react": "^7.36.1",
    "eslint-plugin-react-hooks": "5.2.0-canary-7b402084-20250107",
    "jest": "^29.5.0",
    "jest-environment-jsdom": "^29.5.0",
    "jsdom": "^22.0.0",
    "prettier": "^2.8.7",
    "react": "^16.14.0",
    "rimraf": "^2.6.2",
    "rollup": "~2.80",
    "rollup-plugin-babel": "^4.4.0",
    "rollup-plugin-commonjs": "^10.1.0",
    "rollup-plugin-node-resolve": "^5.2.0",
    "rollup-plugin-replace": "^2.2.0",
    "rollup-plugin-terser": "^7.0.2",
    "rollup-plugin-ts": "^3.2.0",
    "rollup-plugin-typescript2": "^0.25.3",
    "ts-jest": "^29.1.0",
    "typescript": "^4.1.2",
    "yalc": "^1.0.0-pre.53",
    "zx": "^4.2.0"
  },
  "files": [
    "dist",
    "src",
    "node_modules",
    ".yalc"
  ],
  "homepage": "https://github.com/stripe/react-connect-js#readme",
  "keywords": [
    "React",
    "Connect",
    "embedded UIs"
  ],
  "license": "MIT",
  "main": "dist/react-connect.js",
  "module": "dist/react-connect.esm.js",
  "name": "@stripe/react-connect-js",
  "peerDependencies": {
    "react": ">=16.8.0",
    "react-dom": ">=16.8.0",
    "@stripe/connect-js": ">=3.3.35"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/stripe/react-connect-js.git"
  },
  "scripts": {
    "build": "yarn run clean && yarn run rollup -c",
    "checkimport": "scripts/check-imports",
    "clean": "rimraf dist",
    "doctoc": "doctoc README.md",
    "lint": "eslint --max-warnings=0 '{src,examples}/**/*.{ts,tsx,js}'",
    "lint-fix": "eslint '{src,types}/**/*.{ts,js}' --fix && yarn prettier",
    "lint:prettier": "prettier './**/*.js' './**/*.ts' './**/*.tsx' './**/*.md' --list-different",
    "local-install-publish": "yalc add @stripe/connect-js@1.0.0 && yalc publish",
    "prettier": "prettier './**/*.js' './**/*.ts' './**/*.tsx' './**/*.md' --write",
    "prettier-check": "prettier './**/*.{js,ts,md,html,css}' --check",
    "storybook": "start-storybook -p 6006 ",
    "test": "yarn run lint && yarn run test:unit --passWithNoTests && yarn run typecheck",
    "test:unit": "jest",
    "typecheck": "tsc",
    "validate-change": "yarn run test",
    "validate-changes": "yarn run test"
  },
  "types": "dist/react-connect.d.ts",
  "version": "3.3.34"
}
