UNPKG

react-korapay

Version:

This is a react package for implementing korapay collection gateway

81 lines (80 loc) 2.23 kB
{ "name": "react-korapay", "version": "1.0.6", "description": "This is a react package for implementing korapay collection gateway", "repository": { "url": "git://github.com/SomtoUgeh/react-korapay.git" }, "keywords": [ "javaScript", "typeScript", "github", "react", "open source", "payments", "korapay", "collections" ], "author": "Somto M.Ugeh <smugeh@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/SomtoUgeh/react-korapay/issues" }, "homepage": "https://github.com/SomtoUgeh/react-korapay#readme", "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" }, "peerDependencies": { "react": "^15.0.0 || ^16.0.0", "react-dom": "^15.0.0 || ^16.0.0" }, "devDependencies": { "@babel/core": "^7.9.0", "@babel/preset-env": "^7.9.0", "@babel/preset-typescript": "^7.9.0", "@rollup/plugin-commonjs": "^11.0.2", "@rollup/plugin-node-resolve": "^7.1.1", "@rollup/plugin-typescript": "^4.0.0", "@types/react": "^16.9.26", "@types/react-dom": "^16.9.5", "@typescript-eslint/eslint-plugin": "^2.25.0", "@typescript-eslint/parser": "^2.25.0", "babel-eslint": "^10.1.0", "eslint": "^6.8.0", "eslint-config-typescript": "^3.0.0", "eslint-config-prettier": "^6.10.1", "eslint-plugin-jest": "^23.8.2", "eslint-plugin-prettier": "^3.1.2", "eslint-plugin-react": "^7.19.0", "husky": "^4.2.3", "lint-staged": "^10.0.8", "prettier": "^2.0.2", "react": "^16.13.1", "react-dom": "^16.13.1", "rollup": "^2.2.0", "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.2", "rollup-plugin-typescript2": "^0.26.0", "typescript": "^3.8.3" }, "husky": { "hooks": { "pre-commit": "lint-staged" } }, "lint-staged": { "**/*.+(js|ts|graphql|yml|yaml|vue|tsx)": [ "eslint --fix", "prettier --write" ], "*/*.+(css|sass|less|scss|json|html)": [ "prettier --write" ] } }