-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 1.43 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
{
"name": "@moneykit/connect-react-native",
"version": "2.2.0",
"description": "MoneyKit Connect is a quick and secure way to link bank accounts from within your app. The drop-in framework handles connecting to a financial institution in your app (credential validation, multi-factor authentication, error handling, etc.) without passing sensitive information to your server",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"build": "expo-module build",
"clean": "expo-module clean",
"lint": "expo-module lint",
"test": "expo-module test",
"prepare": "expo-module prepare",
"prepublishOnly": "expo-module prepublishOnly",
"expo-module": "expo-module",
"open:ios": "open -a \"Xcode\" example/ios",
"open:android": "open -a \"Android Studio\" example/android"
},
"keywords": [
"react-native",
"expo",
"moneykit",
"connect"
],
"repository": "https://github.com/moneykit/moneykit-react-native",
"bugs": {
"url": "https://github.com/moneykit/moneykit-react-native/issues"
},
"author": "MoneyKit <[email protected]> (https://github.com/moneykit)",
"license": "MIT",
"homepage": "https://github.com/moneykit/moneykit-react-native#readme",
"devDependencies": {
"@types/react": "^18.0.25",
"expo-module-scripts": "^3.5.2",
"expo-modules-core": "^1.12.19"
},
"peerDependencies": {
"expo": "*",
"react": "*",
"react-native": "*"
}
}