-
Notifications
You must be signed in to change notification settings - Fork 206
/
package.json
64 lines (64 loc) · 1.67 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "react-native-branch",
"version": "6.4.0",
"description": "Branch Metrics React Native SDK",
"main": "src/index.js",
"types": "src/index.d.ts",
"files": [
"android",
"branch.example.json",
"ios",
"!**/*-dev.podspec",
"react-native-branch.podspec",
"src"
],
"scripts": {
"lint": "eslint src test",
"test": "jest --coverage"
},
"keywords": [
"react-native",
"react-component",
"ios",
"android",
"branch",
"metrics",
"deeplink",
"deep",
"link",
"attribution"
],
"authors": [
"Zack Story <[email protected]> (https://github.com/rt2zz)",
"Kevin Stumpf (https://github.com/kevinstumpf)",
"Jimmy Dee (https://github.com/jdee)",
"Ernest Cho (https://github.com/echo-branch)",
"Benas Klastaitis (https://github.com/bklastaitis-branch)",
"Gabriel De Luna (https://github.com/gdeluna-branch)"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/BranchMetrics/react-native-branch-deep-linking-attribution.git"
},
"bugs": {
"url": "https://github.com/BranchMetrics/react-native-branch-deep-linking-attribution/issues",
"email": "[email protected]"
},
"homepage": "https://help.branch.io/developers-hub/docs/react-native",
"peerDependencies": {
"react-native": ">= 0.60"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/preset-env": "^7.20.0",
"@babel/runtime": "^7.20.0",
"@react-native-community/eslint-config": "^3.0.0",
"babel-jest": "^29.2.1",
"eslint": "^8.19.0",
"eslint-config-rackt": "^1.1.1",
"jest": "^29.2.1",
"react": "18.2.0",
"react-native": "0.71.4"
}
}