1
0
Code Issues Pull Requests Packages Projects Releases Wiki Activity GitHub Gitee
react-native-alipay/package.json

57 lines
1.2 KiB
JSON
Raw Permalink Normal View History

2020-07-07 17:44:10 +08:00
{
"name": "@uiw/react-native-alipay",
2020-08-01 20:53:55 +08:00
"title": "React Native Alipay",
2022-08-06 16:28:18 +08:00
"version": "5.0.2",
"description": "基于 React Native 的支付宝插件支持Android/iOS。",
2020-07-07 17:44:10 +08:00
"main": "index.js",
2022-08-06 16:25:42 +08:00
"react-native": "index",
2020-07-24 01:19:11 +08:00
"typings": "index.d.ts",
2020-07-07 17:44:10 +08:00
"files": [
2020-07-28 16:53:34 +08:00
"android/libs",
"android/src",
"android/build.gradle",
2022-08-06 16:25:42 +08:00
"react-native-alipay.podspec",
2020-07-28 16:53:34 +08:00
"ios",
"index.d.ts",
2020-07-28 16:53:34 +08:00
"index.js",
"README.md"
2020-07-07 17:44:10 +08:00
],
"scripts": {
2022-08-06 16:25:42 +08:00
"example": "yarn --cwd example",
"bootstrap": "yarn example && yarn && yarn example pods",
2020-07-24 01:19:11 +08:00
"build": "typedoc"
2020-07-07 17:44:10 +08:00
},
"repository": {
"type": "git",
"url": "git+https://github.com/uiwjs/react-native-alipay.git",
"baseUrl": "https://github.com/uiwjs/react-native-alipay"
2020-07-07 17:44:10 +08:00
},
"keywords": [
"react-native",
"alipay",
"uiwjs",
"uiw",
"支付宝",
"ios",
"android"
2020-07-07 17:44:10 +08:00
],
"author": {
"name": "Kenny Wong",
"email": "wowohoo@qq.com"
},
"license": "MIT",
"licenseFilename": "LICENSE",
"readmeFilename": "README.md",
"peerDependencies": {
2022-08-06 16:25:42 +08:00
"react": "*",
"react-native": "*"
2020-07-07 17:44:10 +08:00
},
"devDependencies": {
"react": "18.0.0",
"react-native": "0.69.3",
2022-08-06 16:25:42 +08:00
"pod-install": "^0.1.0",
"typedoc": "0.26.5",
"typescript": "4.2.4"
2020-07-07 17:44:10 +08:00
}
}