@viss-develop/affiliate-sdk
Version:
React Native Affiliate SDK with AppsFlyer integration
49 lines (48 loc) • 1.14 kB
JSON
{
"name": "@viss-develop/affiliate-sdk",
"version": "1.0.4",
"description": "React Native Affiliate SDK with AppsFlyer integration",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"test": "jest --coverage",
"prepare": "npm run build"
},
"keywords": [
"react-native",
"react",
"native",
"affiliate",
"appsflyer",
"sdk"
],
"author": "VIS Mobile Team",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/vis-develop/AffiliateSDK.git"
},
"bugs": {
"url": "https://github.com/vis-develop/AffiliateSDK/issues"
},
"homepage": "https://github.com/vis-develop/AffiliateSDK#readme",
"files": [
"dist",
"README.md",
"SECURITY.md"
],
"dependencies": {},
"devDependencies": {
"@react-native-community/cli": "latest",
"@types/jest": "^29.5.14",
"jest": "^29.7.0",
"typescript": "^4.1.2"
},
"peerDependencies": {
"react": ">=16.8.0",
"react-native": ">=0.60.0",
"react-native-appsflyer": "^6.17.2",
"@react-native-async-storage/async-storage": "^1.21.0"
}
}