-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 1.69 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
63
64
65
66
67
68
69
70
71
{
"name": "@taplytics/segment-react-native-plugin-taplytics",
"version": "0.1.5",
"description": "Integrate Segment analytics with Taplytics as a destination for your React-Native app.",
"type": "module",
"main": "src/index.ts",
"scripts": {
"build": "bob build",
"test": "jest",
"typescript": "tsc --noEmit",
"clean": "rimraf lib node_modules"
},
"keywords": [
"taplytics",
"segment",
"react-native",
"ios",
"android"
],
"module": "lib/module/index",
"react-native": "src/index",
"source": "src/index",
"files": [
"src",
"lib",
"android",
"ios",
"cpp",
"segment-analytics-react-native.podspec",
"package.json",
"!src/**/*.e2e.mock.js",
"!**/__tests__",
"!**/__fixtures__",
"!**/__mocks__"
],
"repository": {
"type": "git",
"url": "https://github.com/taplytics/segment-react-native-plugin-taplytics"
},
"author": "Taplytics <[email protected]> (https://taplytics.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/taplytics/segment-react-native-plugin-taplytics/issues"
},
"homepage": "https://github.com/taplytics/segment-react-native-plugin-taplytics#readme",
"peerDependencies": {
"@segment/analytics-react-native": "*"
},
"devDependencies": {
"@types/jest": "^27.0.3",
"rimraf": "^3.0.2",
"ts-jest": "^27.0.7",
"typescript": "^4.4.4"
},
"react-native-builder-bob": {
"source": "src",
"output": "lib",
"targets": [
"commonjs",
"module",
"typescript"
]
},
"engines": {
"node": ">=12"
},
"dependencies": {
"@segment/analytics-react-native": "^2.1.10",
"taplytics-react-native": "^3.1.1"
}
}