This repository has been archived on 2022-03-12. You can view files and clone it, but cannot push or open issues or pull requests.

50 lines
1.2 KiB
JSON
Raw Normal View History

2021-04-02 02:24:13 +03:00
{
"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"
}