{
  "name": "@joshaber/react-native-swiping-row",
  "version": "0.1.11",
  "description": "React Native Swiping Row",
  "main": "./out/index.js",
  "types": "./out/index.d.ts",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "tsc",
    "prepublish": "npm run build",
    "bump": "npm version patch && git push && git push --tags && npm publish"
  },
  "repository": {
    "type": "https",
    "url": "https://github.com/joshaber/react-native-swiping-row"
  },
  "dependencies": {
    "react-native-interactable": "0.0.8"
  },
  "devDependencies": {
    "@types/react": "^16.0.10",
    "@types/react-native": "^0.49.2",
    "babel-jest": "19.0.0",
    "babel-preset-react-native": "1.9.1",
    "jest": "19.0.2",
    "react-test-renderer": "16.0.0-alpha.6",
    "typescript": "^2.5.3"
  },
  "peerDependencies": {
    "react": ">= 15.4.1",
    "react-native": ">= 0.40.0"
  },
  "jest": {
    "preset": "react-native"
  },
  "keywords": [
    "react",
    "react-native",
    "react-component",
    "drawer",
    "table-row",
    "swipeable",
    "ios",
    "android"
  ],
  "author": "aiden montgomery <aiden@constructivecoding.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/aidenmontgomery/react-native-swiping-row/issues"
  },
  "homepage": "https://github.com/aidenmontgomery/react-native-swiping-row"
}
