{
  "name": "react-paga",
  "version": "1.1.10",
  "description": "This is a reactJS library for implementing paga checkout",
  "main": "dist/Paga.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "storybook": "start-storybook -p 6006",
    "commit": "git-cz",
    "build-storybook": "build-storybook",
    "build": "rollup -c",
    "semantic-release": "semantic-release"
  },
  "keywords": [
    "Javascript",
    "github",
    "ReactJS",
    "Open Source",
    "payments",
    "paga",
    "Checkout"
  ],
  "author": "Henry Ugochukwu <phalconvee@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/phalconVee/react-paga/issues"
  },
  "homepage": "https://github.com/phalconVee/react-paga#readme",
  "devDependencies": {
    "@babel/core": "^7.14.8",
    "@babel/preset-react": "^7.14.5",
    "@rollup/plugin-commonjs": "^19.0.1",
    "@rollup/plugin-node-resolve": "^13.0.4",
    "@storybook/addon-actions": "^6.3.5",
    "@storybook/addon-essentials": "^6.3.5",
    "@storybook/addon-links": "^6.3.5",
    "@storybook/react": "^6.3.5",
    "babel-loader": "^8.2.2",
    "cz-conventional-changelog": "^3.3.0",
    "prop-types": "^15.7.2",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "rollup": "^2.54.0",
    "rollup-plugin-babel": "^4.4.0",
    "rollup-plugin-peer-deps-external": "^2.2.4",
    "rollup-plugin-postcss": "^4.0.0",
    "rollup-plugin-terser": "^7.0.2",
    "semantic-release": "^17.4.4"
  },
  "peerDependencies": {
    "react": "^17.0.2",
    "react-dom": "^17.0.2"
  },
  "dependencies": {},
  "repository": {
    "type": "git",
    "url": "https://github.com/phalconVee/react-paga.git"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  }
}
