UNPKG

expo-stripe-tap-to-pay

Version:

Expo config plugin to enable Tap to Pay on iPhone entitlements and set Apple Merchant ID.

22 lines 528 B
{ "name": "expo-stripe-tap-to-pay", "version": "1.0.3", "main": "index.js", "description": "Expo config plugin to enable Tap to Pay on iPhone entitlements and set Apple Merchant ID.", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "publish": "npm publish", "prepublish": "node bump.js" }, "keywords": [ "expo", "tap-to-pay", "stripe-terminal", "ios" ], "author": "Adam Manuel", "license": "MIT", "dependencies": { "@expo/config-plugins": "^9.0.15" } }