forked from namiml/react-native-nami-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.56 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "react-native-nami-sdk",
"version": "2.0.0",
"description": "React Native Module for Nami - The Smartest Way to Sell Subscriptions.",
"main": "index.js",
"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",
"paywall",
"react-native",
"storekit",
"subscriptions"
],
"author": {
"username": "namiml",
"name": "Nami ML, Inc.",
"email": "francisco.pena@namiml.com"
},
"contributors": [
{
"name": "Francisco Pena",
"email": "francisco.pena@namiml.com"
},
{
"name": "Kendall Gelner",
"email": "kendall.gelner@namiml.com"
}
],
"license": "SEE LICENSE FILE",
"peerDependencies": {
"react": "^17.0.2",
"react-native": "^0.65.2"
},
"devDependencies": {
"react": "^17.0.2",
"react-native": "^0.65.2",
"react-native-codegen": "^0.0.12"
},
"repository": {
"type": "git",
"url": "git+https://github.com/namiml/react-native-nami-sdk.git"
},
"homepage": "https://www.nami.ml",
"bugs": {
"url": "https://github.com/namiml/react-native-nami-sdk/issues"
}
}