forked from bothrs/expo-mixpanel-analytics
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.11 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
{
"name": "@investengine/expo-mixpanel-analytics",
"version": "3.0.0",
"description": "Mixpanel integration for use with React Native apps built on Expo 45.",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rimraf dist src/index.js && tsc",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/investengine/expo-mixpanel-analytics.git"
},
"keywords": [
"react",
"native",
"expo",
"mixpanel",
"analytics"
],
"files": [
"dist/src"
],
"author": "Ben Awad",
"license": "MIT",
"bugs": {
"url": "https://github.com/codekadiya/expo-mixpanel-analytics/issues"
},
"dependencies": {
"buffer": "6"
},
"devDependencies": {
"@types/react-native": "^0.67.2",
"rimraf": "3",
"tslib": "^2.3.1",
"typescript": "^4.6.2"
},
"peerDependencies": {
"@react-native-async-storage/async-storage": "1",
"react": "17",
"react-native": "0.64",
"expo-constants": "^13",
"expo-device": "^4.1.1"
}
}