{ "name": "expo-linking", "version": "6.3.1", "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": "~16.0.0", "invariant": "^2.2.4" }, "devDependencies": { "expo-module-scripts": "^3.0.0" }, "jest": { "preset": "expo-module-scripts" }, "gitHead": "ee4f30ef3b5fa567ad1bf94794197f7683fdd481" }