expo-insights
Version:
Expo module that offers developers insight into the usage data of the app
45 lines (44 loc) • 1.1 kB
JSON
{
"name": "expo-insights",
"title": "Expo Insights",
"version": "0.9.3",
"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,
"scripts": {
"build": "expo-module build",
"clean": "expo-module clean",
"lint": "expo-module lint",
"test": "expo-module test",
"prepare": "expo-module prepare",
"prepublishOnly": "expo-module prepublishOnly",
"expo-module": "expo-module"
},
"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": "~0.14.3"
},
"devDependencies": {
"expo-module-scripts": "^4.1.6"
},
"peerDependencies": {
"expo": "*"
},
"gitHead": "84355076bc31a356aa3d23257f387f221885f53d"
}