{ "name": "expo-linking", "version": "2.0.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.io/versions/latest/sdk/linking", "dependencies": { "expo-constants": "~9.3.3", "invariant": "^2.2.4", "qs": "^6.5.0", "url-parse": "^1.4.4" }, "peerDependencies": { "react-native": "*" }, "devDependencies": { "@types/qs": "^6.5.3", "expo-module-scripts": "^1.2.0" }, "jest": { "preset": "expo-module-scripts" }, "gitHead": "99e491260ccd7bd27c060b82247e475ce275deda" }