-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.05 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.05 KB
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
{
"name": "expo-react-native-wechat-v2",
"title": "Expo React Native Wechat SDK",
"version": "2.0.3",
"description": "专门为Expo React Native设计的WeChat SDK, 集成分享、支付、登陆、跳转、发票等接口",
"main": "src/index",
"files": [
"README.md",
"src",
"expo-react-native-wechat-v2.podspec",
"ios",
"android",
"image"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zeeklog/expo-react-native-wechat-v2.git",
"baseUrl": "https://github.com/zeeklog/expo-react-native-wechat-v2"
},
"keywords": [
"wechat",
"react-native",
"react",
"expo",
"ios",
"android"
],
"author": "Zeeklog <001@zeeklog.com>",
"license": "MIT",
"dependencies": {
"events": "^3.3.0"
},
"types": "./src/index.d.ts",
"bugs": {
"url": "https://github.com/zeeklog/expo-react-native-wechat-v2/issues"
},
"homepage": "https://github.com/zeeklog/expo-react-native-wechat-v2#readme"
}