react-native-nami-sdk
Version:
React Native Module for Nami - Easy subscriptions & in-app purchases, with powerful built-in paywalls and A/B testing.
77 lines (76 loc) • 2.08 kB
JSON
{
"name": "react-native-nami-sdk",
"version": "3.2.9",
"description": "React Native Module for Nami - Easy subscriptions & in-app purchases, with powerful built-in paywalls and A/B testing.",
"main": "index.ts",
"types": "index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"android": "react-native run-android",
"android-clean": "cd android && rm -rf .gradle && rm -rf .idea && rm -rf android.iml && rm -rf local.properties",
"ios": "react-native run-ios",
"ios-setup": "cd ios && pod install",
"ios-clean": "cd ios && rm -rf Pods && rm -rf build",
"ios-setup-clean": "cd ios && rm -rf Pods && rm -rf build && pod update && pod install",
"start": "react-native start"
},
"keywords": [
"in-app-purchase",
"ios",
"ipados",
"tvos",
"paywall",
"react-native",
"storekit",
"subscriptions",
"iap",
"play-billing",
"payments"
],
"author": {
"username": "hellonami",
"name": "Nami ML Inc.",
"email": "hello@namiml.com"
},
"contributors": [
{
"name": "Francisco Pena",
"email": "francisco.pena@namiml.com"
},
{
"name": "Kendall Gelner",
"email": "kendall.gelner@namiml.com"
}
],
"license": "SEE LICENSE FILE",
"standard": {
"ignore": [
"examples/*"
]
},
"peerDependencies": {
"react": ">=18",
"react-native": ">=0.73"
},
"devDependencies": {
"@react-native-community/eslint-config": "^3.2.0",
"@types/react-native": "^0.73.0",
"@typescript-eslint/eslint-plugin": "^5.59.7",
"eslint": "^8.41.0",
"eslint-plugin-jest": "^27.2.2",
"@types/jest": "^29.5.2",
"prettier": "^2.8.7",
"react": "^18.2.0",
"react-native": "^0.73.0",
"react-native-codegen": "^0.0.12",
"typescript": "^5.0.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/namiml/react-native-nami-sdk.git"
},
"homepage": "https://www.namiml.com",
"bugs": {
"url": "https://github.com/namiml/react-native-nami-sdk/issues"
}
}