expo-insights
Version:
Expo module that offers developers insight into the usage data of the app
43 lines • 1.03 kB
JSON
{
"name": "expo-insights",
"title": "Expo Insights",
"version": "57.0.5",
"description": "Expo module that offers developers insight into the usage data of the app",
"main": "build/index.js",
"types": "build/index.d.ts",
"sideEffects": false,
"homepage": "https://docs.expo.dev/",
"repository": {
"type": "git",
"url": "https://github.com/expo/expo.git",
"directory": "packages/expo-insights"
},
"keywords": [
"react-native",
"expo",
"expo-insights",
"ExpoInsights",
"insights",
"EAS"
],
"author": "650 Industries, Inc.",
"license": "MIT",
"dependencies": {
"expo-eas-client": "~57.0.1"
},
"devDependencies": {
"expo": "57.0.7",
"expo-module-scripts": "56.0.3"
},
"peerDependencies": {
"expo": "*"
},
"gitHead": "0dac79c8469fa00b76fb8f402c47ed61f3d6317e",
"scripts": {
"build": "expo-module build",
"clean": "expo-module clean",
"lint": "expo-module lint",
"test": "expo-module test",
"expo-module": "expo-module"
}
}