UNPKG

react-native-appsflyer

Version:
48 lines (47 loc) 1.38 kB
{ "name": "react-native-appsflyer", "version": "6.17.5", "description": "React Native Appsflyer plugin", "main": "index.js", "types": "index.d.ts", "scripts": { "test": "jest --coverage", "demo.ios": "npm run ios-pod; cd SampleApps/AppsFlyerExample; npm run ios", "demo.android": "cd SampleApps/AppsFlyerExample; npm run android", "ios-pod": "cd SampleApps/AppsFlyerExample/ios; pod install; cd ../" }, "repository": { "type": "git", "url": "https://github.com/AppsFlyerSDK/react-native-appsflyer.git" }, "author": "Appsflyer / Maxim Shoustin", "license": { "type": "MIT", "url": "https://github.com/AppsFlyerSDK/react-native-appsflyer/blob/master/LICENSE" }, "homepage": "https://github.com/AppsFlyerSDK/react-native-appsflyer#readme", "keywords": [ "react-native", "react", "native", "appsflyer" ], "bugs": { "url": "https://github.com/AppsFlyerSDK/react-native-appsflyer/issues" }, "devDependencies": { "@babel/preset-env": "^7.26.9", "@types/jest": "^29.5.14", "babel-jest": "^29.7.0", "jest": "^29.7.0", "react": "16.11.0", "react-native": "0.62.3", "react-test-renderer": "16.11.0", "ts-jest": "^29.4.1", "ts-node": "^9.1.1", "typescript": "^4.1.2" }, "resolutions": { "react-native/@jest/create-cache-key-function": "^27.0.2" } }