UNPKG

@kirz/expo-speedtest

Version:

Measure internet latency, download and upload speed

47 lines (46 loc) 1.23 kB
{ "name": "@kirz/expo-speedtest", "version": "2.0.0-alt.1.4", "description": "Measure internet latency, download and upload speed", "files": [ "build", "ios", "expo-module.config.json" ], "main": "build/index.js", "types": "build/index.d.ts", "scripts": { "build": "expo-module build", "clean": "expo-module clean", "lint": "expo-module lint", "test": "expo-module test", "expo-module": "expo-module", "open:ios": "xed example/ios", "open:android": "open -a \"Android Studio\" example/android" }, "keywords": [ "react-native", "expo", "expo-speedtest", "SpeedTest" ], "repository": "https://github.com/zaikir/expo-speedtest", "bugs": { "url": "https://github.com/zaikir/expo-speedtest/issues" }, "author": "Kirill Zaidulin <zaidulinkirill@gmail.com> (https://github.com/zaikir)", "license": "MIT", "homepage": "https://github.com/zaikir/expo-speedtest#readme", "devDependencies": { "@types/react": "^18.0.25", "expo-module-scripts": "^3.5.2", "expo-modules-core": "^1.12.20", "jotai": "^2.9.3", "zustand": "^4.5.5" }, "peerDependencies": { "expo": "*", "react": "*", "react-native": "*" } }