UNPKG

expo-roomplan

Version:

React Native implementation of Apple's RoomPlan SDK

61 lines (60 loc) 1.47 kB
{ "name": "expo-roomplan", "version": "1.0.1", "description": "React Native implementation of Apple's RoomPlan SDK", "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": "xed example/ios", "open:android": "open -a \"Android Studio\" example/android" }, "keywords": [ "react-native", "expo", "expo-roomplan", "ExpoRoomPlan", "react-native", "roomplan", "arkit", "3d", "room", "plan", "floor-plan", "room-scanning", "augmented-reality", "ar", "lidar", "ios", "apple", "room-capture", "3d-scanning", "spatial", "mobile" ], "repository": "https://github.com/fordat/expo-roomplan", "bugs": { "url": "https://github.com/fordat/expo-roomplan/issues" }, "author": "fordat <fordatwater@gmail.com> (https://github.com/fordat)", "license": "MIT", "homepage": "https://github.com/fordat/expo-roomplan#readme", "dependencies": {}, "devDependencies": { "@types/react": "~19.0.0", "expo-module-scripts": "^4.1.9", "expo": "~53.0.0", "react-native": "0.79.1" }, "peerDependencies": { "expo": "*", "react": "*", "react-native": "*" } }