gomarketme-react-native
Version:
Affiliate Marketing for React Native-Based iOS and Android Apps.
37 lines (36 loc) • 911 B
JSON
{
"name": "gomarketme-react-native",
"version": "2.0.0",
"description": "Affiliate Marketing for React Native-Based iOS and Android Apps.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"prepublishOnly": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"homepage": "https://gomarketme.co",
"keywords": [
"react-native",
"gomarketme",
"sdk"
],
"author": "GoMarketMe",
"license": "MIT",
"dependencies": {
"@react-native-async-storage/async-storage": "^1.15.6",
"axios": "^0.21.1",
"get-user-locale": "^2.3.2",
"react-native-device-info": "^14.0.0",
"react-native-iap": "^12.16.0"
},
"devDependencies": {
"@types/node": "^15.12.5",
"@types/react-native": "^0.64.12",
"typescript": "^4.3.5"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
}
}