{
  "name": "@simplipayng/checkout",
  "version": "1.4.1",
  "type": "module",
  "description": "SimpliPay Checkout - A React component for accepting card payments",
  "main": "dist/index.js",
  "module": "dist/index.esm.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "README.md"
  ],
  "keywords": [
    "simplipay",
    "checkout",
    "payment",
    "react",
    "card-payment",
    "nigeria",
    "fintech"
  ],
  "author": "SimpliPay",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/simplipayng/checkout.git"
  },
  "homepage": "https://simplipay.ng",
  "peerDependencies": {
    "react": ">=17.0.0",
    "react-dom": ">=17.0.0"
  },
  "dependencies": {
    "axios": "^1.6.2",
    "formik": "^2.4.5",
    "node-forge": "^1.3.1",
    "react-bootstrap": "^2.10.10",
    "react-otp-input": "^3.1.0",
    "react-query": "^3.39.3",
    "react-router-dom": "^7.10.1",
    "react-spinners-kit": "^1.9.1",
    "react-toastify": "^9.1.3",
    "web-vitals": "^5.1.0",
    "yup": "^1.4.0"
  },
  "devDependencies": {
    "@rollup/plugin-commonjs": "^25.0.8",
    "@rollup/plugin-json": "^6.1.0",
    "@rollup/plugin-node-resolve": "^15.3.1",
    "@rollup/plugin-typescript": "^11.1.6",
    "@testing-library/jest-dom": "^5.17.0",
    "@testing-library/react": "^13.4.0",
    "@testing-library/user-event": "^13.5.0",
    "@types/jest": "^27.5.2",
    "@types/node": "^16.18.65",
    "@types/react": "^18.2.39",
    "@types/react-dom": "^18.2.17",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "react-scripts": "5.0.1",
    "rollup": "^4.53.3",
    "rollup-plugin-dts": "^6.3.0",
    "rollup-plugin-peer-deps-external": "^2.2.4",
    "rollup-plugin-postcss": "^4.0.2",
    "sass": "^1.69.5",
    "typescript": "^4.9.5"
  },
  "scripts": {
    "start": "react-scripts start",
    "build": "rollup -c",
    "build:demo": "react-scripts build",
    "test": "react-scripts test",
    "prepublishOnly": "npm run build",
    "lint": "eslint src --ext .ts,.tsx"
  },
  "eslintConfig": {
    "extends": [
      "react-app",
      "react-app/jest"
    ]
  },
  "browserslist": {
    "production": [
      ">0.2%",
      "not dead",
      "not op_mini all"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  }
}
