UNPKG

@metamask/react-native-payments

Version:

> This project is currently in __beta and APIs are subject to change.__

46 lines (45 loc) 1.02 kB
{ "name": "@metamask/react-native-payments", "version": "2.0.2", "main": "lib/js/index.js", "scripts": { "test": "jest" }, "repository": "https://github.com/MetaMask/react-native-payments", "keywords": [ "react", "react-native", "apple-pay", "stripe", "braintree", "payments" ], "author": "Naoufal Kadhom", "license": "MIT", "dependencies": { "es6-error": "^4.0.2", "uuid": "3.3.2" }, "devDependencies": { "babel-jest": "20.0.3", "babel-preset-react-native": "2.0.0", "husky": "^0.14.1", "jest": "20.0.4", "react-test-renderer": "16.0.0-alpha.12" }, "peerDependencies": { "react": ">=15", "react-native": ">=0.41" }, "jest": { "testPathIgnorePatterns": [ "/node_modules/", "lib/js/__tests__" ] }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "packageManager": "yarn@1.22.22+sha256.c17d3797fb9a9115bf375e31bfd30058cac6bc9c3b8807a3d8cb2094794b51ca" }