{
  "name": "react-native-godot",
  "version": "0.0.13",
  "description": "Bring Godot to React Native.",
  "main": "lib/commonjs/index",
  "module": "lib/module/index",
  "types": "lib/typescript/src/index.d.ts",
  "react-native": "src/index.ts",
  "source": "src/index.ts",
  "files": [
    "android",
    "ios",
    "lib/commonjs",
    "lib/module",
    "lib/typescript",
    "libs/ios/.gitkeep",
    "libs/android/.gitkeep",
    "src",
    "index.ts",
    "react-native-godot-utils.rb",
    "react-native-godot.podspec",
    "tsconfig.json"
  ],
  "scripts": {
    "typescript": "tsc --noEmit",
    "prepack": "bob build"
  },
  "keywords": [
    "react-native",
    "ios",
    "android",
    "godot",
    "game",
    "engine",
    "3d",
    "rendering",
    "gltf",
    "model",
    "threejs",
    "physics",
    "opengl",
    "metal",
    "vulkan"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/calico-games/react-native-godot.git"
  },
  "author": "Calico Games <seb@calico.games> (https://github.com/calico-games)",
  "license": "MIT",
  "homepage": "https://github.com/calico-games/react-native-godot",
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "devDependencies": {
    "@types/react": "^19.1.0",
    "react": "19.1.0",
    "react-native": "0.81.5",
    "react-native-builder-bob": "^0.39.0",
    "typescript": "5.0.4"
  },
  "peerDependencies": {
    "react": ">=19.0",
    "react-native": ">=0.78"
  },
  "eslintIgnore": [
    "node_modules/",
    "lib/"
  ],
  "prettier": {
    "quoteProps": "consistent",
    "singleQuote": true,
    "tabWidth": 2,
    "trailingComma": "es5",
    "useTabs": false
  },
  "codegenConfig": {
    "name": "RNGodot",
    "type": "all",
    "jsSrcsDir": "src/specs",
    "android": {
      "javaPackageName": "games.calico.godot"
    }
  },
  "react-native-builder-bob": {
    "source": "src",
    "output": "lib",
    "targets": [
      "commonjs",
      "module",
      [
        "typescript",
        {
          "project": "tsconfig.json"
        }
      ]
    ]
  },
  "directories": {
    "lib": "lib"
  },
  "bugs": {
    "url": "https://github.com/calico/react-native-godot/issues"
  },
  "dependencies": {}
}
