-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 817 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 817 Bytes
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": "react-native-segment-plugin-webengage",
"version": "1.0.1",
"description": "Plugin to integrate WebEngage SDK with Segment React Native SDK",
"main": "src/index.ts",
"files": [
"android",
"ios",
"src",
"package.json",
"ReactNativeSegmentWebEngage.podspec",
"README.md",
"!**/__tests__",
"!**/__mocks__"
],
"keywords": [
"webengage",
"segment",
"react-native",
"ios",
"android",
"plugin"
],
"scripts": {
"test": "jest"
},
"author": {
"name": "",
"email": ""
},
"license": "ISC",
"peerDependencies": {
"@segment/analytics-react-native": "*"
},
"devDependencies": {
"@types/jest": "^29.5.0",
"@types/react-native": "^0.69.3",
"@tsconfig/react-native": "^2.0.2",
"ts-jest": "^29.1.0"
}
}