{
  "name": "@elissaioskon/scrollable-list",
  "version": "1.5.1",
  "main": "dist/index.js",
  "repository": "https://github.com/elissaioskon/scrollable-list",
  "author": "Elissaios Kon <elissaioskon@gmail.com>",
  "license": "MIT",
  "devDependencies": {
    "@babel/cli": "7.4.4",
    "@babel/core": "^7.0.0-0",
    "@babel/plugin-proposal-class-properties": "7.5.5",
    "@babel/preset-env": "7.4.5",
    "@babel/preset-react": "7.0.0",
    "@commitlint/config-angular": "7.6.0",
    "@semantic-release/git": "7.0.8",
    "@semantic-release/github": "5.2.10",
    "@semantic-release/npm": "5.1.7",
    "@testing-library/react": "8.0.5",
    "babel-eslint": "10.0.2",
    "babel-jest": "24.8.0",
    "codecov": "3.5.0",
    "commitizen": "3.1.1",
    "eslint": "5.3.0",
    "eslint-config-airbnb": "17.1.1",
    "eslint-config-prettier": "4.3.0",
    "eslint-plugin-import": "^2.18.0",
    "eslint-plugin-jsx-a11y": "^6.2.3",
    "eslint-plugin-prettier": "3.1.0",
    "eslint-plugin-react": "^7.14.2",
    "husky": "2.3.0",
    "jest": "24.8.0",
    "lint-staged": "9.2.0",
    "prettier": "1.17.1",
    "react": "16.8.6",
    "react-dom": "16.8.6",
    "rimraf": "2.6.3",
    "semantic-release": "^15.13.12"
  },
  "dependencies": {
    "prop-types": "15.7.2"
  },
  "files": [
    "dist",
    "README.md"
  ],
  "scripts": {
    "prebuild": "rimraf dist",
    "build": "babel src --out-dir dist",
    "test": "jest",
    "test:branch": "jest --changedSince=origin/master",
    "lint": "eslint",
    "commit": "git-cz",
    "codecov": "codecov"
  },
  "description": "Scroll to an element within a list easily 😃",
  "keywords": [
    "scroll",
    "scrollable list",
    "scrollable item",
    "scrollTo",
    "scrollView",
    "scrollableElement"
  ],
  "publishConfig": {
    "access": "public"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "peerDependencies": {
    "react": "^16.0.0",
    "react-dom": "^16.0.0"
  }
}
