expo-plaid-link
Version:
Plaid Link is a quick and secure way to integrate with the Plaid API. Here is an Expo component which can be easily drop into your Expo project.
40 lines (39 loc) • 878 B
JSON
{
"name": "expo-plaid-link",
"version": "1.0.4",
"main": "index.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chentong1966/expo-plaid-link"
},
"dependencies": {
"expo": "^34.0.1",
"react": "16.8.3",
"react-dom": "^16.8.6",
"react-native": "https://github.com/expo/react-native/archive/sdk-34.0.0.tar.gz",
"react-native-web": "^0.11.4"
},
"devDependencies": {
"@types/react": "^16.8.23",
"@types/react-native": "^0.57.65",
"babel-preset-expo": "^6.0.0",
"typescript": "^3.4.5"
},
"keywords": [
"Expo",
"Plaid",
"Link",
"react",
"native",
"Bank"
],
"author": "Tong Chen",
"license": "MIT"
}