46 lines
1.0 KiB
JSON
46 lines
1.0 KiB
JSON
{
|
|
"name": "@coder-xiaomo/react-native-wechat",
|
|
"title": "React Native Wechat",
|
|
"version": "1.0.0",
|
|
"description": "React Native 包使用微信分享、登录、收藏、支付等功能。",
|
|
"main": "index.js",
|
|
"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-wechat.git",
|
|
"baseUrl": "https://github.com/uiwjs/react-native-wechat"
|
|
},
|
|
"keywords": [
|
|
"react-native",
|
|
"wechat"
|
|
],
|
|
"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.18.0",
|
|
"typescript": "3.9.7"
|
|
}
|
|
}
|