xref: /expo/packages/expo-linking/package.json (revision ee2c866b)
1{
2  "name": "expo-linking",
3  "version": "6.1.0",
4  "description": "Create and open deep links universally",
5  "main": "build/Linking.js",
6  "types": "build/Linking.d.ts",
7  "scripts": {
8    "build": "expo-module build",
9    "clean": "expo-module clean",
10    "lint": "expo-module lint",
11    "test": "expo-module test",
12    "prepare": "expo-module prepare",
13    "prepublishOnly": "expo-module prepublishOnly",
14    "expo-module": "expo-module"
15  },
16  "keywords": [
17    "react-native",
18    "expo",
19    "expo-linking"
20  ],
21  "repository": {
22    "type": "git",
23    "url": "https://github.com/expo/expo.git",
24    "directory": "packages/expo-linking"
25  },
26  "bugs": {
27    "url": "https://github.com/expo/expo/issues"
28  },
29  "author": "650 Industries, Inc.",
30  "license": "MIT",
31  "homepage": "https://docs.expo.dev/versions/latest/sdk/linking",
32  "dependencies": {
33    "@types/qs": "^6.9.7",
34    "expo-constants": "~15.1.0",
35    "invariant": "^2.2.4",
36    "qs": "^6.11.0",
37    "url-parse": "^1.5.9"
38  },
39  "devDependencies": {
40    "expo-module-scripts": "^3.0.0"
41  },
42  "jest": {
43    "preset": "expo-module-scripts"
44  }
45}
46