UNPKG

expo-running-kit

Version:

Expo native module for tracking running and walking workouts — GPS, pace, cadence, auto-pause, and laps.

70 lines (69 loc) 1.67 kB
{ "name": "expo-running-kit", "version": "1.0.0", "description": "Expo native module for tracking running and walking workouts — GPS, pace, cadence, auto-pause, and laps.", "main": "build/index.js", "types": "build/index.d.ts", "exports": { ".": { "types": "./build/index.d.ts", "default": "./build/index.js" } }, "files": [ "build", "ios", "android/src", "android/build.gradle", "expo-module.config.json" ], "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", "open:ios": "xed example/ios", "open:android": "open -a \"Android Studio\" example/android" }, "keywords": [ "react-native", "expo", "expo-module", "running", "workout", "fitness", "gps", "pedometer", "pace", "cadence", "auto-pause", "health", "ios", "android" ], "repository": { "type": "git", "url": "https://github.com/aliresana/expo-running-kit.git" }, "bugs": { "url": "https://github.com/aliresana/expo-running-kit/issues" }, "author": "Alireza Sarinavaie <ali.resana@gmail.com>", "license": "MIT", "homepage": "https://github.com/aliresana/expo-running-kit#readme", "dependencies": {}, "devDependencies": { "@types/react": "~19.1.1", "expo-module-scripts": "^55.0.2", "expo": "^55.0.20", "react-native": "0.82.1" }, "peerDependencies": { "expo": "*", "react": "*", "react-native": "*" } }