{
  "name": "@dolami-inc/react-native-expo-unity",
  "version": "0.5.15",
  "description": "Unity as a Library (UaaL) bridge for React Native / Expo",
  "main": "src/index.ts",
  "types": "src/index.ts",
  "plugin": "./app.plugin.js",
  "scripts": {
    "build": "tsc",
    "clean": "rm -rf build"
  },
  "files": [
    "src/",
    "ios/",
    "android/",
    "plugin/",
    "docs/",
    "app.plugin.js",
    "expo-module.config.json"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/dolami-inc/react-native-expo-unity.git"
  },
  "keywords": [
    "expo",
    "react-native",
    "unity",
    "unity-as-a-library",
    "uaal",
    "bridge",
    "ar"
  ],
  "author": "Fahrezi <fahrezi@dolami.is>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/dolami-inc/react-native-expo-unity/issues"
  },
  "homepage": "https://github.com/dolami-inc/react-native-expo-unity#readme",
  "peerDependencies": {
    "expo": ">=54.0.0",
    "react": "*",
    "react-native": "*"
  },
  "devDependencies": {
    "@types/react": "~19.1.10",
    "expo-module-scripts": "~4.0.0",
    "typescript": "~5.8.0"
  }
}
