-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.23 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.23 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
42
43
44
45
46
47
{
"name": "@heytea/react-native-wechat",
"version": "2.4.3",
"description": "react-native wechat function",
"author": "Heytea <bfe@heytea.com>",
"license": "MIT",
"keywords": [
"react-native",
"wechat"
],
"main": "index.js",
"files": [
"index",
"index.d.ts",
"android",
"ios",
"react-native-wechat.podspec"
],
"repository": {
"type": "git",
"url": "https://github.com/heytea/react-native-heytea-wechat.git"
},
"scripts": {
"test": "eslint . && flow",
"start": "node node_modules/react-native/local-cli/cli.js start",
"run-android": "node node_modules/react-native/local-cli/cli.js run-android",
"release-android": "node node_modules/react-native/local-cli/cli.js run-android --variant=release",
"log-android": "node node_modules/react-native/local-cli/cli.js log-android",
"reload": "adb reverse tcp:8081 tcp:8081 && adb shell input text rr",
"run-ios": "node node_modules/react-native/local-cli/cli.js run-ios"
},
"peerDependencies": {
"react-native": ">=0.71.0",
"events": "3.0.0"
},
"devDependencies": {
"react-native": "^0.71.0"
},
"presets": [
"react-native"
],
"rnpm": {
"android": {
"sourceDir": "android"
}
}
}