{
  "name": "@formspree/react",
  "version": "2.5.1",
  "private": false,
  "description": "The React component library for Formspree",
  "bugs": {
    "url": "https://github.com/formspree/formspree-react/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/formspree/formspree-react.git"
  },
  "license": "MIT",
  "contributors": [
    "Derrick Reimer",
    "Cole Krumbholz",
    "Ismail Ghallou"
  ],
  "sideEffects": false,
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "files": [
    "dist/**"
  ],
  "scripts": {
    "build": "tsup src/index.ts --format esm,cjs --dts --external react --minify",
    "clean": "rm -rf dist && rm -rf node_modules",
    "dev": "tsup src/index.ts --format esm,cjs --dts --external react --sourcemap --watch",
    "lint": "eslint ./src ./test",
    "test": "jest",
    "typecheck": "tsc --noEmit"
  },
  "dependencies": {
    "@formspree/core": "^3.0.1",
    "@stripe/react-stripe-js": "^1.7.1",
    "@stripe/stripe-js": "^1.35.0"
  },
  "devDependencies": {
    "@babel/preset-react": "^7.22.5",
    "@swc/core": "^1.3.61",
    "@testing-library/dom": "^9.3.0",
    "@testing-library/react": "^14.0.0",
    "@testing-library/user-event": "^14.4.3",
    "@types/react": "^18.0.15",
    "@types/react-dom": "^18.0.6",
    "eslint-plugin-react-hooks": "^4.3.0",
    "react": "^18.2.0",
    "react-dom": "^18.2.0"
  },
  "peerDependencies": {
    "react": "^16.8 || ^17.0 || ^18.0",
    "react-dom": "^16.8 || ^17.0 || ^18.0"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  }
}
