{
  "name": "react-native-swipe-action-list",
  "version": "0.0.6",
  "description": "A list that performs actions on items when swiped.",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mirailabs/react-native-swipe-action-list.git"
  },
  "keywords": [
    "react",
    "react-native",
    "list",
    "swipe"
  ],
  "author": "Preetam D'Souza <preetamjdsouza@gmail.com>",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/mirailabs/react-native-swipe-action-list/issues"
  },
  "main": "components/SwipeActionList.js",
  "scripts": {
    "start": "cd example && npm run start",
    "android": "cd example && npm run android",
    "ios": "cd example && npm run ios",
    "test": "jest",
    "release": "standard-version"
  },
  "jest": {
    "preset": "react-native",
    "testPathIgnorePatterns": [
      "example/"
    ]
  },
  "dependencies": {
    "prop-types": "^15.7.2",
    "react-native-swipe-list-view": "2.5.0"
  },
  "peerDependencies": {
    "react": ">=0.14.8",
    "react-native": ">=0.23.1"
  },
  "devDependencies": {
    "@babel/core": "^7.8.4",
    "@babel/runtime": "^7.8.4",
    "@react-native-community/eslint-config": "^2.0.0",
    "babel-jest": "^26.6.3",
    "eslint": "^7.18.0",
    "jest": "^26.6.3",
    "metro-react-native-babel-preset": "^0.59.0",
    "prettier": "^2.2.1",
    "react": "16.13.1",
    "react-devtools": "^4.10.1",
    "react-native": "0.63.4",
    "react-test-renderer": "16.13.1",
    "standard-version": "^9.0.0"
  }
}
