{
  "name": "react-native-scroll-into-view",
  "version": "2.0.2",
  "description": "React-Native port of DOMElement.scrollIntoView() web function, for ScrollView",
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/slorber/react-native-scroll-into-view.git"
  },
  "files": [
    "build"
  ],
  "keywords": [
    "react-native",
    "react",
    "scrollIntoView",
    "form",
    "scroll",
    "into",
    "view",
    "expo",
    "visible"
  ],
  "author": "Sébastien Lorber",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/slorber/react-native-scroll-into-view/issues"
  },
  "homepage": "https://github.com/slorber/react-native-scroll-into-view#readme",
  "scripts": {
    "prestart": "yarn configure:expo",
    "start": "concurrently \"yarn run start:expo\" \"yarn run start:typecheck\"",
    "start:expo": "expo start",
    "start:typecheck": "tsc --noEmit --watch",
    "publish:expo": "expo publish",
    "build": "tsc",
    "build:clear": "rimraf build",
    "prepublish": "yarn build && yarn configure:publish",
    "postpublish": "yarn configure:expo && yarn build:clear",
    "configure:publish": "json -I -f package.json -e 'this.main=\"build/index.js\"'",
    "configure:expo": "json -I -f package.json -e 'this.main=\"node_modules/expo/AppEntry.js\"'"
  },
  "dependencies": {
    "prop-types": ">=15.6.1"
  },
  "peerDependencies": {
    "react": "*",
    "react-native": "*"
  },
  "devDependencies": {
    "@babel/core": "~7.9.0",
    "@babel/preset-typescript": "^7.1.0",
    "@types/expo": "31.0.9",
    "@types/react": "~16.9.35",
    "@types/react-native": "~0.63.2",
    "@types/react-navigation": "^3.0.1",
    "@types/yup": "^0.26.7",
    "babel-core": "^7.0.0-bridge.0",
    "babel-plugin-module-resolver": "^3.1.1",
    "babel-preset-expo": "8.3.0",
    "concurrently": "^4.0.1",
    "expo": "^41.0.1",
    "expo-cli": "^4.4.3",
    "formik": "^1.0.1",
    "jest-expo": "^41.0.0",
    "json": "^10.0.0",
    "lodash": "^4.17.10",
    "prettier": "^1.15.2",
    "react": "16.13.1",
    "react-native": "0.64.1",
    "react-native-gesture-handler": "^1.10.3",
    "react-native-keyboard-aware-scroll-view": "^0.9.3",
    "react-navigation": "^4.4.4",
    "react-navigation-stack": "^2.10.4",
    "react-test-renderer": "16.3.1",
    "rimraf": "^2.6.2",
    "typescript": "~4.0.0",
    "yup": "^0.26.10"
  }
}
