{
  "name": "react-native-alipay-latest",
  "title": "React Native Alipay",
  "version": "1.0.3",
  "description": "基于 React Native 的支付宝插件，支持Android/iOS。支付宝兼容SDK",
  "main": "index.js",
  "typings": "index.d.ts",
  "files": [
    "android/libs",
    "android/src",
    "android/build.gradle",
    "ios",
    "index.d.ts",
    "index.js",
    "README.md"
  ],
  "scripts": {
    "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",
    "支付宝",
    "ios",
    "android"
  ],
  "author": {
    "name": "Kenny Wong",
    "email": "wowohoo@qq.com"
  },
  "license": "MIT",
  "licenseFilename": "LICENSE",
  "readmeFilename": "README.md",
  "peerDependencies": {
    "react": "^16.8.1",
    "react-native": ">=0.60.0-rc.0 <1.0.x"
  },
  "devDependencies": {
    "react": "16.13.1",
    "react-native": "0.63.0",
    "typedoc": "0.19.1",
    "typescript": "4.1.3"
  }
}
