{
  "name": "expo-linking",
  "version": "8.0.11",
  "description": "Create and open deep links universally",
  "main": "build/Linking.js",
  "types": "build/Linking.d.ts",
  "exports": {
    "./package.json": "./package.json",
    ".": {
      "react-server": "./build/Linking.server.js",
      "default": "./build/Linking.js"
    }
  },
  "scripts": {
    "build": "expo-module build",
    "clean": "expo-module clean",
    "lint": "expo-module lint",
    "test": "expo-module test",
    "test:rsc": "jest --config jest-rsc.config.js",
    "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": "~18.0.12",
    "invariant": "^2.2.4"
  },
  "devDependencies": {
    "expo-module-scripts": "^5.0.8"
  },
  "peerDependencies": {
    "react": "*",
    "react-native": "*"
  },
  "jest": {
    "preset": "expo-module-scripts"
  },
  "gitHead": "19c457054271b67be9145b575692d1437150aaa7"
}
