{
  "name": "expo-three",
  "version": "8.0.0",
  "sideEffects": true,
  "description": "Utilities for using THREE.js with Expo",
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "homepage": "https://github.com/expo/expo-three#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/expo/expo-three.git"
  },
  "bugs": {
    "url": "https://github.com/expo/expo-three/issues"
  },
  "scripts": {
    "build": "expo-module build",
    "clean": "expo-module clean",
    "test": "expo-module test",
    "lint": "expo-module lint",
    "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",
    "android": "expo run:android",
    "ios": "expo run:ios"
  },
  "contributors": [
    "Evan Bacon <bacon@expo.io> (https://github.com/evanbacon)"
  ],
  "keywords": [
    "three.js",
    "three",
    "gaming",
    "graphics",
    "opengl",
    "gl",
    "expo",
    "arkit",
    "expo-web",
    "react",
    "react-native",
    "react-native-web"
  ],
  "author": "Nikhilesh Sigatapu",
  "license": "MIT",
  "dependencies": {
    "@expo/browser-polyfill": "^1.0.1",
    "expo-asset-utils": "~3.0.0"
  },
  "peerDependencies": {
    "expo": "*",
    "expo-asset": "*",
    "expo-file-system": "*",
    "expo-gl": "*",
    "react-native": "*",
    "three": "^0.166.0"
  },
  "devDependencies": {
    "@types/react": "~18.2.45",
    "@types/three": "^0.166.0",
    "babel-plugin-module-resolver": "^5.0.2",
    "eslint": "8.17.0",
    "eslint-config-prettier": "8.5.0",
    "eslint-config-standard": "17.0.0",
    "eslint-plugin-import": "2.26.0",
    "eslint-plugin-n": "^15.0.0",
    "eslint-plugin-prettier": "^4.0.0",
    "eslint-plugin-promise": "6.0.0",
    "eslint-plugin-react": "7.30.0",
    "eslint-plugin-react-native": "4.0.0",
    "eslint-plugin-reactotron": "^0.1.2",
    "expo": "^51.0.17",
    "expo-asset": "~9.0.2",
    "expo-file-system": "~16.0.9",
    "expo-module-scripts": "3.5.1",
    "jest": "^29.3.1",
    "jest-expo": "~50.0.4",
    "prettier": "^2.8.8",
    "react": "18.2.0",
    "react-dom": "18.2.0",
    "react-native": "0.73.6",
    "react-native-web": "~0.19.12",
    "three": "^0.166.0"
  },
  "jest": {
    "preset": "expo-module-scripts"
  }
}
