{
  "name": "react-scroll-component",
  "version": "0.6.7",
  "description": "Custom react scroll component",
  "main": "dist/index.js",
  "scripts": {
    "build": "webpack",
    "lint": "eslint",
    "badge:coverage": "istanbul-badges-readme",
    "readme:add": "git add 'README.md'",
    "report:coverage": "npx nyc report",
    "test:dev": "cypress open-ct",
    "pretest": "yarn lint",
    "test": "cypress run-ct",
    "posttest": "yarn report:coverage && yarn badge:coverage",
    "_postinstall": "husky install",
    "prepublishOnly": "pinst --disable",
    "postpublish": "pinst --enable"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/MechoshiPuhanaga/react-scroll-component.git"
  },
  "keywords": [
    "react",
    "component",
    "scroll",
    "scroller",
    "custom",
    "scrollbar",
    "vertical",
    "horizontal"
  ],
  "author": "Mechoshi Puhanaga",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/MechoshiPuhanaga/react-scroll-component/issues"
  },
  "homepage": "https://github.com/MechoshiPuhanaga/react-scroll-component#readme",
  "files": [
    "dist",
    "src"
  ],
  "devDependencies": {
    "@babel/core": "7.14.3",
    "@babel/eslint-parser": "7.14.4",
    "@babel/plugin-proposal-class-properties": "7.13.0",
    "@babel/plugin-syntax-object-rest-spread": "7.8.3",
    "@babel/preset-env": "7.14.4",
    "@babel/preset-react": "7.13.13",
    "@cypress/code-coverage": "3.9.6",
    "@cypress/react": "5.9.0",
    "@cypress/webpack-dev-server": "1.3.1",
    "@wojtekmaj/enzyme-adapter-react-17": "0.6.1",
    "babel-jest": "27.0.2",
    "babel-loader": "8.2.2",
    "clean-webpack-plugin": "3.0.0",
    "css-loader": "5.2.6",
    "cypress": "7.4.0",
    "enzyme": "3.11.0",
    "eslint": "7.27.0",
    "eslint-config-airbnb": "18.2.1",
    "eslint-config-prettier": "8.3.0",
    "eslint-plugin-import": "2.23.4",
    "eslint-plugin-jsx-a11y": "6.4.1",
    "eslint-plugin-prettier": "3.4.0",
    "eslint-plugin-react": "7.24.0",
    "eslint-plugin-react-hooks": "4.2.0",
    "html-webpack-plugin": "5.3.1",
    "husky": "6.0.0",
    "istanbul-badges-readme": "1.3.4",
    "jest": "27.0.4",
    "pinst": "^2.1.6",
    "prettier": "2.3.0",
    "react": "17.0.2",
    "react-dom": "17.0.2",
    "style-loader": "2.0.0",
    "webpack": "5.38.1",
    "webpack-cli": "4.7.0",
    "webpack-dev-server": "3.11.2"
  },
  "peerDependencies": {
    "react": ">=16.6.3"
  }
}
