UNPKG

insert-affiliate-react-native-sdk

Version:

A package for connecting with the Insert Affiliate Platform to add app based affiliate marketing.

45 lines (44 loc) 1.35 kB
{ "name": "insert-affiliate-react-native-sdk", "version": "1.10.0", "description": "A package for connecting with the Insert Affiliate Platform to add app based affiliate marketing.", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc" }, "keywords": [ "react-native", "react-native-branch", "iaptic" ], "author": "Michael Butler", "license": "MIT", "dependencies": { "react-native-play-install-referrer": "^1.1.9" }, "peerDependencies": { "@react-native-async-storage/async-storage": ">=1.0.0", "@react-native-clipboard/clipboard": ">=1.16.0", "@react-native-community/netinfo": ">=11.4.0", "axios": ">=1.0.0", "react": ">=16.0.0", "react-native": ">=0.60.0", "react-native-device-info": ">=10.0.0" }, "devDependencies": { "@jeremybarbet/apple-api-types": "^1.4.1", "@react-native-async-storage/async-storage": "^2.0.0", "@react-native-clipboard/clipboard": "^1.16.3", "@react-native-community/netinfo": "^11.4.1", "@types/react": "^18.3.12", "@types/react-native": "^0.72.8", "axios": "^1.7.7", "react": "^18.3.1", "react-native": "^0.76.1", "react-native-branch": "^6.4.0", "react-native-device-info": "^10.14.0", "react-native-play-install-referrer": "^1.1.9", "typescript": "^5.6.3" } }