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

43 lines
932 B
JSON
Raw Normal View History

2020-07-31 14:47:29 +08:00
{
"name": "@uiw/react-native-wechat",
"title": "@uiw/react Native Wechat",
"version": "1.0.0",
"description": "TODO",
"main": "index.js",
"files": [
"android/libs",
"android/src",
"android/build.gradle",
"ios",
"index.d.ts",
"index.js",
"README.md"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/uiwjs/@uiw/react-native-wechat.git",
"baseUrl": "https://github.com/uiwjs/@uiw/react-native-wechat"
},
"keywords": [
"react-native"
],
"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"
}
}