{
  "name": "react-native-stretchy",
  "version": "4.0.0",
  "description": "A ReactNative scrollable stretchy header component",
  "main": "lib/dist/index.js",
  "typings": "lib/dist/index.d.ts",
  "scripts": {
    "android": "react-native run-android",
    "ios": "react-native run-ios",
    "start": "react-native start",
    "test": "jest",
    "lint": "eslint .",
    "watch": "tsc --watch"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hamidhadi/react-native-stretchy.git"
  },
  "keywords": [
    "react",
    "react-component",
    "react-native",
    "react-native-component",
    "scrollview",
    "flatlist",
    "sectionlist",
    "stretchy",
    "stretch-view",
    "component",
    "animation",
    "react-native-animation",
    "scroll-animation",
    "scrollable-component",
    "scrollable-animation",
    "expo",
    "expo-support",
    "parallax",
    "parallax-scrolling",
    "parallax-scroll"
  ],
  "author": "Hamid Hadi <hamidhadi@live.com> (https://github.com/hamidhadi)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/hamidhadi/react-native-stretchy/issues"
  },
  "homepage": "https://github.com/hamidhadi/react-native-stretchy#readme",
  "dependencies": {},
  "peerDependencies": {
    "react": "^16.11.0",
    "react-native": ">=0.60.0"
  },
  "devDependencies": {
    "@babel/core": "^7.9.0",
    "@babel/runtime": "^7.9.2",
    "@react-native-community/eslint-config": "^1.0.0",
    "@testing-library/react-hooks": "^3.2.1",
    "@testing-library/react-native": "^5.0.3",
    "@types/jest": "^25.1.4",
    "@types/react": "^16.9.27",
    "@types/react-native": "^0.62.0",
    "@types/react-test-renderer": "^16.9.2",
    "babel-jest": "^25.2.4",
    "eslint": "^6.8.0",
    "jest": "^25.2.4",
    "metro-react-native-babel-preset": "^0.59.0",
    "react": "16.11.0",
    "react-native": "0.62.0",
    "react-native-linear-gradient": "^2.5.6",
    "react-native-navigation": "^6.3.3",
    "react-test-renderer": "16.11.0",
    "typescript": "^3.8.3"
  },
  "jest": {
    "preset": "react-native"
  }
}
