{
  "name": "expo-linking",
  "version": "6.2.2",
  "description": "Create and open deep links universally",
  "main": "build/Linking.js",
  "types": "build/Linking.d.ts",
  "scripts": {
    "build": "expo-module build",
    "clean": "expo-module clean",
    "lint": "expo-module lint",
    "test": "expo-module test",
    "prepare": "expo-module prepare",
    "prepublishOnly": "expo-module prepublishOnly",
    "expo-module": "expo-module"
  },
  "keywords": [
    "react-native",
    "expo",
    "expo-linking"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/expo/expo.git",
    "directory": "packages/expo-linking"
  },
  "bugs": {
    "url": "https://github.com/expo/expo/issues"
  },
  "author": "650 Industries, Inc.",
  "license": "MIT",
  "homepage": "https://docs.expo.dev/versions/latest/sdk/linking",
  "dependencies": {
    "expo-constants": "~15.4.3",
    "invariant": "^2.2.4"
  },
  "devDependencies": {
    "expo-module-scripts": "^3.0.0"
  },
  "jest": {
    "preset": "expo-module-scripts"
  },
  "gitHead": "f9100f83a5d971dbdef83336a8f055046566fa83"
}
