{
  "name": "react-paystack",
  "version": "3.0.5",
  "description": "This is an reactJS library for implementing paystack payment gateway",
  "main": "dist/index.js",
  "module": "dist/index.es.js",
  "typings": "dist/index.d.ts",
  "jsnext:main": "dist/index.es.js",
  "scripts": {
    "build": "rm -rf dist && rollup -c ",
    "build:watch": "rm -rf dist && rollup -c --watch",
    "format": "prettier --write '**/**/*.{js,}'",
    "lint": "eslint --ext .js,.ts,.tsx,.jsx --ignore-path .eslintignore .",
    "lint:fix": "npm run lint -- --fix",
    "test": "jest --env=jsdom",
    "test:watch": "jest --watch --verbose --env=jsdom"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/iamraphson/react-paystack.git"
  },
  "keywords": [
    "Javascript",
    "github",
    "ReactJS",
    "Open Source",
    "payments",
    "paystack",
    "Gateway"
  ],
  "author": "Ayeni Olusegun <nsegun5@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/iamraphson/react-paystack/issues"
  },
  "homepage": "https://github.com/iamraphson/react-paystack#readme",
  "peerDependencies": {
    "react": "^15.0.0 || ^16.0.0 || ^17.0.0",
    "react-dom": "^15.0.0 || ^16.0.0 || ^17.0.0"
  },
  "devDependencies": {
    "@babel/core": "7.15.5",
    "@babel/preset-env": "7.15.6",
    "@babel/preset-typescript": "7.15.0",
    "@rollup/plugin-commonjs": "20.0.0",
    "@rollup/plugin-node-resolve": "13.0.4",
    "@rollup/plugin-typescript": "8.2.5",
    "@testing-library/react": "12.1.0",
    "@testing-library/react-hooks": "7.0.2",
    "@types/jest": "27.0.1",
    "@types/react": "17.0.20",
    "@types/react-dom": "17.0.9",
    "@typescript-eslint/eslint-plugin": "4.31.0",
    "@typescript-eslint/parser": "4.31.0",
    "babel-eslint": "^10.1.0",
    "babel-jest": "27.1.1",
    "eslint": "^7.32.0",
    "eslint-config-prettier": "8.3.0",
    "eslint-config-standard": "^16.0.3",
    "eslint-plugin-jest": "24.4.0",
    "eslint-plugin-prettier": "4.0.0",
    "eslint-plugin-react": "7.25.1",
    "jest": "27.1.1",
    "prettier": "2.4.0",
    "react": "17.0.2",
    "react-dom": "17.0.2",
    "react-test-renderer": "17.0.2",
    "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-peer-deps-external": "^2.2.4",
    "rollup-plugin-typescript2": "^0.30.0",
    "ts-jest": "27.0.5",
    "typescript": "4.4.3"
  }
}
