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

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"
}
}