7 Star 34 Fork 9

uiw / react-native-alipay

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.07 KB
一键复制 编辑 原始数据 按行查看 历史
小弟调调 提交于 2021-05-10 13:51 . chore(deps): Update denpendency.
{
"name": "@uiw/react-native-alipay",
"title": "React Native Alipay",
"version": "3.0.0",
"description": "基于 React Native 的支付宝插件,支持Android/iOS。",
"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",
"uiwjs",
"uiw",
"支付宝",
"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": "17.0.1",
"react-native": "0.64.1",
"typedoc": "0.20.36",
"typescript": "4.2.4"
}
}
JavaScript
1
https://gitee.com/uiw/react-native-alipay.git
git@gitee.com:uiw/react-native-alipay.git
uiw
react-native-alipay
react-native-alipay
master

搜索帮助