UNPKG

@mono.co/connect-react-native

Version:

Easily add mono connect widget to your react-native app and get access to users' financial data.

46 lines (45 loc) 977 B
{ "name": "@mono.co/connect-react-native", "version": "2.1.1", "description": "Easily add mono connect widget to your react-native app and get access to users' financial data.", "main": "lib/index.js", "directories": { "example": "example" }, "scripts": { "build": "rm -rf lib && tsc --project ./tsconfig.json && copyfiles *.png lib/" }, "dependencies": { "react-native-webview": ">=6.0.2" }, "peerDependencies": { "react": "*", "react-native": "*" }, "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "github.com/withmono/connect-react-native" }, "keywords": [ "financial", "data", "API", "banks", "direct-debit", "mono" ], "author": "Mono devs", "license": "ISC", "devDependencies": { "@types/react": "^17.0.3", "@types/react-native": "^0.63.52", "copyfiles": "^2.4.0", "typescript": "^4.0.3" }, "files": [ "lib/**/*" ] }