-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
45 lines (45 loc) · 1015 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
40
41
42
43
44
45
{
"name": "@uiw/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": "[email protected]"
},
"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"
}
}