1
0
Code Issues Pull Requests Packages Projects Releases Wiki Activity GitHub Gitee
react-native-alipay/package.json
zhangbk1 c882f2618f
Some checks failed
Build and Deploy Documents / build-deploy (push) Has been cancelled
修改 package.json 包名
2024-07-25 11:09:53 +08:00

57 lines
1.2 KiB
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"name": "@coder-xiaomo/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"
}
}