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.10.8",
"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": "~1.0.8"
},
"devDependencies": {
"expo-module-scripts": "^5.0.8"
},
"peerDependencies": {
"expo": "*"
},
"gitHead": "172a69f5f70c1d0e043e1532f924de97210cabc3"
}