gomarketme-react-native
Version:
Affiliate Marketing for React Native-Based iOS and Android Apps.
51 lines (50 loc) • 1.25 kB
JSON
{
"name": "gomarketme-react-native",
"version": "4.0.1",
"description": "Affiliate Marketing for React Native-Based iOS and Android Apps.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/GoMarketMe/gomarketme-react-native.git"
},
"scripts": {
"build": "tsc",
"prepublishOnly": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"homepage": "https://gomarketme.co",
"keywords": [
"react-native",
"affiliate-marketing",
"influencer-marketing",
"in-app-purchases",
"subscriptions",
"gomarketme",
"sdk",
"iOS",
"Android",
"mobile",
"monetization",
"influencers"
],
"author": "GoMarketMe",
"license": "MIT",
"dependencies": {
"@react-native-async-storage/async-storage": "^2.2.0",
"axios": "^1.13.2",
"get-user-locale": "^3.0.0",
"react-native-device-info": "^14.1.1",
"react-native-iap": "^14.4.38",
"react-native-nitro-modules": "^0.31.4"
},
"devDependencies": {
"@types/node": "^24.10.0",
"@types/react-native": "^0.73.0",
"typescript": "^5.9.3"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
}
}