{
  "name": "example",
  "version": "1.10.1",
  "private": true,
  "scripts": {
    "android": "react-native run-android",
    "ios": "react-native run-ios",
    "lint": "eslint .",
    "start": "react-native start",
    "test": "jest",
    "windows": "npx @react-native-community/cli run-windows",
    "bundle:ios": "react-native bundle --entry-file index.js --platform ios --dev false --bundle-output ios/main.jsbundle --assets-dest ios",
    "postinstall": "npm run bundle:ios",
    "clean": "rimraf node_modules && rimraf yarn.lock && rimraf package-lock.json && rimraf ios/Pods && rimraf ios/Podfile.lock && rimraf ios/build && rimraf android/app/build && rimraf windows/x64 && rimraf windows/example/packages.lock.json"
  },
  "dependencies": {
    "react": "19.0.0",
    "react-native": "^0.78.2",
    "react-native-windows": "^0.78.4",
    "react-native-canvas": "^0.1.39",
    "react-native-webview": "^13.6.3",
    "react-native-star-io10": "file:.."
  },
  "devDependencies": {
    "@babel/core": "^7.25.2",
    "@babel/preset-env": "^7.25.3",
    "@babel/runtime": "^7.25.0",
    "@react-native-community/cli": "18.0.0",
    "@react-native-community/cli-platform-android": "18.0.0",
    "@react-native-community/cli-platform-ios": "18.0.0",
    "@react-native/babel-preset": "0.78.2",
    "@react-native/eslint-config": "0.78.2",
    "@react-native/metro-config": "0.78.2",
    "@react-native/typescript-config": "0.78.2",
    "@sayem314/react-native-keep-awake" : "1.3.1",
    "@types/jest": "^29.5.13",
    "@types/react": "^19.0.0",
    "@types/react-test-renderer": "^19.0.0",
    "eslint": "^8.19.0",
    "jest": "^29.6.3",
    "prettier": "2.8.8",
    "react-test-renderer": "19.0.0",
    "typescript": "5.0.4",
    "metro-config": "^0.82.1",
    "@types/react-native-canvas": "^0.1.10"
  },
  "engines": {
    "node": ">=18"
  },
  "react-native-windows": {
    "init-windows": {
      "name": "example",
      "namespace": "example",
      "template": "old/uwp-cs-app"
    }
  }
}
