{
  "name": "react-native-swipeable-lists",
  "version": "0.0.1",
  "description": "Swipeable lists for React Native ⬅️➡️",
  "license": "MIT",
  "author": "Nicolas Castellanos",
  "main": "lib/commonjs/index.js",
  "module": "lib/module/index.js",
  "react-native": "src/index.js",
  "bugs": {
    "url": "https://github.com/nicastelo/react-native-swipeable-lists/issues"
  },
  "homepage": "https://github.com/nicastelo/react-native-swipeable-lists#readme",
  "repository": {
    "type": "git",
    "url": "git@github.com:nicastelo/react-native-swipeable-lists.git"
  },
  "keywords": [
    "react-native",
    "react-component",
    "react-native-component",
    "react",
    "mobile",
    "ios",
    "android",
    "ui",
    "flatlist",
    "swipeable",
    "row",
    "action"
  ],
  "scripts": {
    "bob": "bob build",
    "lint": "eslint src",
    "format": "prettier README.md CONTRIBUTING.md CODE_OF_CONDUCT.md './src/**/*.{js}' --write",
    "prepare": "npm run bob"
  },
  "peerDependencies": {
    "react": "*",
    "react-native": "*"
  },
  "@react-native-community/bob": {
    "source": "src",
    "output": "lib",
    "targets": [
      [
        "commonjs",
        {
          "flow": true
        }
      ],
      "module"
    ]
  },
  "files": [
    "lib/",
    "src/"
  ],
  "devDependencies": {
    "@react-native-community/bob": "^0.8.0",
    "@react-native-community/eslint-config": "0.0.6",
    "@react-native-community/eslint-plugin": "^1.0.0",
    "prettier": "^1.19.1",
    "react": "^16.12.0",
    "react-native": "^0.61.5"
  }
}
