{
  "name": "@uiw/react-native-alipay",
  "title": "React Native Alipay",
  "version": "5.0.2",
  "description": "基于 React Native 的支付宝插件，支持Android/iOS。",
  "main": "index.js",
  "react-native": "index",
  "typings": "index.d.ts",
  "files": [
    "android/libs",
    "android/src",
    "android/build.gradle",
    "react-native-alipay.podspec",
    "ios",
    "index.d.ts",
    "index.js",
    "README.md"
  ],
  "scripts": {
    "example": "yarn --cwd example",
    "bootstrap": "yarn example && yarn && yarn example pods",
    "build": "typedoc"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/uiwjs/react-native-alipay.git",
    "baseUrl": "https://github.com/uiwjs/react-native-alipay"
  },
  "keywords": [
    "react-native",
    "alipay",
    "uiwjs",
    "uiw",
    "支付宝",
    "ios",
    "android"
  ],
  "author": {
    "name": "Kenny Wong",
    "email": "wowohoo@qq.com"
  },
  "license": "MIT",
  "licenseFilename": "LICENSE",
  "readmeFilename": "README.md",
  "peerDependencies": {
    "react": "*",
    "react-native": "*"
  },
  "devDependencies": {
    "react": "18.0.0",
    "react-native": "0.69.3",
    "pod-install": "^0.1.0",
    "typedoc": "0.20.36",
    "typescript": "4.2.4"
  }
}
