UNPKG

expo-foreground-actions

Version:
48 lines (47 loc) 1.34 kB
{ "name": "expo-foreground-actions", "version": "0.4.5", "description": "My new module", "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", "prepare": "expo-module prepare", "prepublishOnly": "expo-module prepublishOnly", "expo-module": "expo-module", "open:ios": "open -a \"Xcode\" example/ios", "open:android": "open -a \"Android Studio\" example/android" }, "keywords": [ "react-native", "expo", "expo-modules-api", "expo-modules", "expo-foreground-actions", "ExpoForegroundActions" ], "repository": "https://github.com/Acetyld/expo-foreground-actions", "bugs": { "url": "https://github.com/Acetyld/expo-foreground-actions/issues" }, "author": "Dion <dion@vitrion.nl> ()", "license": "MIT", "homepage": "https://github.com/Acetyld/expo-foreground-actions#readme", "devDependencies": { "@types/react": "^18.0.25", "@types/react-native": "^0.61.17", "expo-device": "^5.6.0", "expo-module-scripts": "^3.0.11", "expo-modules-core": "^1.5.11", "react-native": "^0.62.3" }, "peerDependencies": { "expo": "*", "expo-device": "*", "react": "*", "react-native": "*" } }