UNPKG

expo-alipay-sdk

Version:

Alipay SDK for Expo and React Native - Payment integration. Official Alipay payment solution with iOS & Android support. 支付宝支付功能集成

63 lines (61 loc) 1.62 kB
{ "name": "expo-alipay-sdk", "title": "Expo Alipay SDK", "version": "0.0.3", "description": "Alipay SDK for Expo and React Native - Payment integration. Official Alipay payment solution with iOS & Android support. 支付宝支付功能集成", "main": "src/index", "files": [ "src", "ios", "android", "expo-alipay.podspec", "app.plugin.js", "README.md" ], "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "echo \"Build completed successfully\" && exit 0" }, "repository": { "type": "git", "url": "git+https://github.com/your-username/expo-alipay.git", "baseUrl": "https://github.com/your-username/expo-alipay" }, "keywords": [ "alipay", "支付宝", "expo", "expo-plugin", "react-native", "react-native-alipay", "alipay-sdk", "alipay-pay", "支付宝支付", "mobile-payment", "ios", "android", "native-module", "typescript" ], "author": "Your Name <your.email@example.com>", "license": "MIT", "dependencies": { "events": "^3.3.0" }, "types": "./src/index.d.ts", "expo": { "name": "expo-alipay", "slug": "expo-alipay", "version": "1.0.0", "description": "为 Expo 和 React Native 提供支付宝支付功能的原生模块", "platforms": [ "ios", "android" ], "plugin": "./app.plugin.js" }, "bugs": { "url": "https://github.com/your-username/expo-alipay/issues" }, "homepage": "https://github.com/your-username/expo-alipay#readme" }