-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
39 lines (39 loc) · 884 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "react-native-wechat-libs",
"title": "React Native Wechat",
"version": "2.1.0",
"description": "React Native 包使用微信分享、登录、收藏、支付等功能。",
"main": "index.js",
"files": [
"android/libs",
"android/src",
"android/build.gradle",
"ios",
"index.d.ts",
"index.js",
"README.md"
],
"scripts": {
"test": ""
},
"repository": {
"type": "git",
"url": "https://github.com/EatherToo/react-native-wechat-lib",
"baseUrl": "https://github.com/EatherToo/react-native-wechat-lib"
},
"keywords": [
"react-native",
"wechat"
],
"author": {
"name": "Eather",
"email": "[email protected]"
},
"license": "MIT",
"licenseFilename": "LICENSE",
"readmeFilename": "README.md",
"peerDependencies": {
"react": "^16.8.1",
"react-native": ">=0.60.0-rc.0 <1.0.x"
}
}