UNPKG

react-native-payments

Version:

Welcome to the best and most comprehensive library for integrating payments like Apple Pay and Google Pay into your React Native app.

65 lines (64 loc) 1.74 kB
{ "name": "react-native-payments", "version": "0.8.4", "description": "Welcome to the best and most comprehensive library for integrating payments like Apple Pay and Google Pay into your React Native app.", "scripts": { "run:packager": "cd examples/native && yarn run:packager", "run:ios": "cd examples/native && yarn run:ios", "run:web": "cd examples/web && yarn run:web", "run:demo": "cd examples/native && yarn run:demo", "lint": "eslint ./lib/js", "lint:fix": "npm run lint -- --fix", "test": "jest" }, "homepage": "https://github.com/naoufal/react-native-payments", "repository": "https://github.com/naoufal/react-native-payments", "keywords": [ "react", "react-native", "apple-pay", "stripe", "braintree", "payments", "payment-request", "sca", "strong customer authentication", "2 factor", "2fa", "android", "ios", "payment intents", "cross platform" ], "author": "Naoufal Kadhom & Freeman Industries", "license": "MIT", "dependencies": { "es6-error": "^4.0.2", "uuid": "^3.1.0", "validator": "^9.4.1" }, "devDependencies": { "babel-eslint": "^10.1.0", "babel-jest": "20.0.3", "babel-preset-react-native": "2.0.0", "eslint": "^5.16.0", "eslint-config-airbnb-base": "^13.1.0", "eslint-plugin-flowtype": "^4.7.0", "eslint-plugin-import": "^2.17.3", "husky": "^0.14.1", "jest": "20.0.4", "react-native": "^0.63.3", "react-test-renderer": "16.0.0-alpha.12" }, "peerDependencies": { "react": ">=15", "react-native": ">=0.60" }, "jest": { "testPathIgnorePatterns": [ "/node_modules/", "/examples/" ] }, "main": "js/index.js" }