49 lines
1015 B
JSON
49 lines
1015 B
JSON
{
|
||
"name": "@uiw/react-native-alipay",
|
||
"version": "2.0.8",
|
||
"description": "基于 React Native 的支付宝插件,支持Android/iOS。",
|
||
"main": "index.js",
|
||
"typings": "index.d.ts",
|
||
"files": [
|
||
"README.md",
|
||
"android",
|
||
"index.js",
|
||
"index.d.ts",
|
||
"ios"
|
||
],
|
||
"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": "^16.9.0",
|
||
"react-native": "^0.61.5",
|
||
"typedoc": "^0.17.8",
|
||
"typescript": "^3.9.7"
|
||
}
|
||
}
|