forked from little-snow-fox/react-native-wechat-lib
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
62 lines (62 loc) · 1.63 KB
/
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "@react-native-ohos/react-native-wechat-lib",
"description": "react native ohos react native wechat lib",
"license": "MIT",
"version": "3.0.6-rc.3",
"react-native": "src/index.ts",
"main": "lib/commonjs/index.js",
"module": "lib/module/index.js",
"types": "lib/typescript/index.d.ts",
"scripts": {
"prepack": "bob build",
"pack:prod": "npm pack",
"start": "react-native start",
"codegen-lib": "react-native codegen-lib-harmony --no-safety-check --npm-package-name react-native-wechat-lib --cpp-output-path ./example/harmony/react_native_wechat_lib/src/main/cpp/generated --ets-output-path ./example/harmony/react_native_wechat_lib/src/main/ets/generated --turbo-modules-spec-paths ./src/specs/NativeRNWechatLibModule.ts"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"devDependencies": {
"@rnoh/react-native-harmony-cli": "npm@react-native-oh/react-native-harmony-cli@^0.0.27",
"@types/events": "^3.0.3",
"react-native-builder-bob": "^0.21.3",
"typescript": "4.5.5"
},
"dependencies": {
"js-sha1": "^0.7.0",
"react-native-wechat-lib": "3.0.4"
},
"files": [
"src",
"harmony",
"lib",
"License",
"package.json",
"!**/__tests__",
"!**/__fixtures__",
"!**/__mocks__"
],
"keywords": [
"react-native",
"ohos",
"wechat-lib"
],
"harmony": {
"alias": "react-native-wechat-lib"
},
"react-native-builder-bob": {
"source": "src",
"output": "lib",
"targets": [
"commonjs",
"module",
[
"typescript",
{
"project": "tsconfig.build.json"
}
]
]
}
}