{
  "name": "react-native-swipeable-item",
  "version": "2.0.9",
  "description": "A horizontally swipeable flatlist row compatible with react-native-draggable-flatlist",
  "main": "lib/commonjs/index",
  "module": "lib/module/index",
  "react-native": "src/index.tsx",
  "types": "lib/typescript/index.d.ts",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "typecheck": "tsc --skipLibCheck --noEmit",
    "build": "bob build"
  },
  "husky": {
    "hooks": {
      "pre-commit": "pretty-quick --staged"
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/computerjazz/react-native-swipeable-item.git"
  },
  "keywords": [
    "flatlist",
    "react",
    "native",
    "gesture",
    "swipe",
    "delete"
  ],
  "author": "Daniel Merrill",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/computerjazz/react-native-swipeable-item/issues"
  },
  "homepage": "https://github.com/computerjazz/react-native-swipeable-item#readme",
  "peerDependencies": {
    "react-native": ">=0.64.0",
    "react-native-gesture-handler": ">=2.0.0",
    "react-native-reanimated": ">=2.8.0"
  },
  "dependencies": {
    "@babel/preset-typescript": "^7.17.12"
  },
  "devDependencies": {
    "@types/react": "^17.0.5",
    "@types/react-native": "^0.64.5",
    "husky": "^4.2.0",
    "metro-react-native-babel-preset": "^0.71.0",
    "prettier": "^2.2.1",
    "pretty-quick": "^2.0.1",
    "react": "~16.9.0",
    "react-native": "^0.62.2",
    "react-native-builder-bob": "^0.18.1",
    "react-native-gesture-handler": "^2.0.0",
    "react-native-reanimated": "^2.8.0",
    "typescript": "^4.2.4"
  },
  "react-native-builder-bob": {
    "source": "src",
    "output": "lib",
    "targets": [
      [
        "commonjs",
        {
          "configFile": "./babel.config.js"
        }
      ],
      [
        "module",
        {
          "configFile": "./babel.config.js"
        }
      ],
      "typescript"
    ]
  }
}
