UNPKG

@exodus/react-native-payments

Version:

[![react-native version](https://img.shields.io/badge/react--native-0.41-0ba7d3.svg?style=flat-square)](http://facebook.github.io/react-native/releases/0.40) [![npm](https://img.shields.io/npm/v/react-native-payments.svg?style=flat-square)](https://www.np

61 lines (60 loc) 1.37 kB
{ "name": "@exodus/react-native-payments", "version": "2.1.1", "main": "lib/js/index.js", "types": "lib/js/index.d.ts", "scripts": { "build": "rm -rf lib && mkdir -p lib && cp -r src/ios lib/ios && tsc -p tsconfig.build.json ", "clean": "tsc --build --clean", "test": "jest", "precommit": "lint-staged", "prepublishOnly": "yarn build" }, "files": [ "lib", "android", "!**/__tests__/**" ], "repository": "https://github.com/naoufal/react-native-payments", "keywords": [ "react", "react-native", "apple-pay", "payments" ], "author": "Naoufal Kadhom", "license": "MIT", "dependencies": { "@exodus/crypto": "^1.0.0-rc.2", "es6-error": "^4.0.2" }, "devDependencies": { "@types/react": "^17.0.0", "babel-jest": "20.0.3", "babel-preset-react-native": "2.0.0", "husky": "^0.14.1", "jest": "20.0.4", "lint-staged": "^4.0.0", "prettier": "^1.4.4", "react-native": "0.78.3", "react-test-renderer": "16.0.0-alpha.12", "typescript": "^5.7.0" }, "peerDependencies": { "react": ">=15", "react-native": ">=0.41" }, "jest": { "testPathIgnorePatterns": [ "/node_modules/", "/examples/", "lib/js/__tests__" ] }, "lint-staged": { "*.js": [ "prettier --single-quote --write", "git add" ] } }