UNPKG

expo-eas-observe

Version:

Expo module that exposes various app metrics and sends them to EAS Observe

45 lines (44 loc) 1.09 kB
{ "name": "expo-eas-observe", "title": "Expo EAS Observe", "version": "0.0.8", "description": "Expo module that exposes various app metrics and sends them to EAS Observe", "main": "src/index.ts", "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-eas-observe" }, "keywords": [ "react-native", "expo", "expo-eas-observe", "ExpoEASObserve", "metrics", "EAS", "observe", "observability" ], "author": "650 Industries, Inc.", "license": "MIT", "dependencies": {}, "devDependencies": { "expo-module-scripts": "^5.0.7" }, "peerDependencies": { "expo": "*", "expo-eas-client": "*" } }