{
  "name": "react-native-stack",
  "version": "1.0.0-alpha11",
  "description": "React Native Navigation",
  "main": "./index.js",
  "types": "./index.d.ts",
  "repository": "git@github.com:gabrielbull/react-native-stack.git",
  "author": "Gabriel Bull <me@gabrielbull.com>",
  "license": "MIT",
  "scripts": {
    "build": "sh scripts/build.sh",
    "bump": "sh scripts/bump.sh",
    "lint": "sh scripts/lint.sh",
    "test": "sh scripts/test.sh",
    "typescript": "sh scripts/typescript.sh"
  },
  "peerDependencies": {
    "react": "*",
    "react-native": "*",
    "react-native-gesture-handler": "*",
    "react-native-reanimated": "*",
    "react-native-screens": "*"
  },
  "dependencies": {
    "fbjs": "^1.0.0",
    "hoist-non-react-statics": "^3.3.0",
    "path-to-regexp": "^3.0.0",
    "tiny-invariant": "^1.0.4",
    "tiny-warning": "^1.0.2"
  },
  "devDependencies": {
    "@types/hoist-non-react-statics": "^3.3.1",
    "@types/jest": "^24.0.14",
    "@types/path-to-regexp": "^1.7.0",
    "@types/react": "^16.8.19",
    "@types/react-native": "^0.57.62",
    "@types/react-test-renderer": "^16.8.2",
    "jest": "^24.8.0",
    "metro-react-native-babel-preset": "^0.54.1",
    "react": "^16.8.6",
    "react-native": "^0.59.9",
    "react-native-gesture-handler": "^1.3.0",
    "react-native-reanimated": "^1.0.1",
    "react-native-screens": "^1.0.0-alpha.22",
    "react-test-renderer": "^16.8.6",
    "ts-jest": "^24.0.2",
    "tslint": "^5.17.0",
    "tslint-config-prettier": "^1.18.0",
    "tslint-config-standard": "^8.0.1",
    "tslint-react": "^4.0.0",
    "typescript": "^3.5.1"
  }
}
