UNPKG

expo-nsd

Version:

A small wrapper for Network Service Discovery libraries

47 lines (46 loc) 1.26 kB
{ "name": "expo-nsd", "version": "0.1.0", "description": "A small wrapper for Network Service Discovery libraries", "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-nsd", "ExpoNsd", "mDNS", "Service Discovery", "NsdManager", "Zeroconf" ], "repository": "https://github.com/tomathosauce/expo-nsd", "bugs": { "url": "https://github.com/tomathosauce/expo-nsd/issues" }, "author": "tomathosauce <> (https://github.com/tomathosauce)", "license": "MIT", "homepage": "https://github.com/tomathosauce/expo-nsd#readme", "dependencies": {}, "devDependencies": { "@types/react": "^18.0.25", "expo-module-scripts": "^3.0.11", "expo-modules-core": "^1.5.11" }, "peerDependencies": { "expo": "*", "react": "*", "react-native": "*" } }