react-native-branch
Version:
Branch Metrics React Native SDK
65 lines (64 loc) • 1.71 kB
JSON
{
"name": "react-native-branch",
"version": "6.8.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 <zack@root-two.com> (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": "support@branch.io"
},
"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"
}
}