{
  "name": "rn-swipe-button-rectangular",
  "version": "2.0.0",
  "description": "react native swipe/slide button component with rectangular round rect corners",
  "main": "index.js",
  "scripts": {
    "test": "echo \\\"Error: no test specified\\\" && exit 1",
    "lint": "eslint .",
    "format": "prettier --write 'src/**/*.js'"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/abhigna-shah/RNSwipeButton.git"
  },
  "keywords": [
    "react-native-swipe-button",
    "swipe-button",
    "rn-swipe-button",
    "swipeable-button",
    "swipeable",
    "swipe",
    "slide-to-unlock",
    "slide-button",
    "react-native-slide-button",
    "react-native-slide",
    "swipe-to-unlock",
    "rn-slide-button",
    "right-to-left-swipe-button",
    "right-to-left-slide-button",
    "swipe-right-to-left",
    "swipe-left-to-right",
    "slide"
  ],
  "author": "Uday Sravan Kumar Kamineni",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/abhigna-shah/RNSwipeButton/issues"
  },
  "homepage": "https://github.com/abhigna-shah/RNSwipeButton.git#readme",
  "devDependencies": {
    "@react-native-community/eslint-config": "^0.0.5",
    "eslint": "^6.3.0",
    "eslint-config-prettier": "^6.11.0",
    "eslint-plugin-prettier": "^3.1.3",
    "husky": "^4.2.5",
    "metro-react-native-babel-preset": "^0.56.0",
    "pretty-quick": "^2.0.1",
    "stylelint-config-prettier": "^8.0.1",
    "stylelint-prettier": "^1.1.2",
    "tslint-config-prettier": "^1.18.0",
    "tslint-plugin-prettier": "^2.3.0"
  },
  "peerDependencies": {
    "react": "16.8.6",
    "react-native": "0.60.5"
  },
  "types": "./types.d.ts",
  "husky": {
    "hooks": {
      "pre-commit": "yarn format && git add ."
    }
  }
}
