{
  "name": "HotelRN",
  "version": "0.0.1",
  "private": true,
  "scripts": {
    "android": "react-native run-android",
    "ios": "react-native run-ios",
    "lint": "eslint .",
    "start": "react-native start --reset-cache",
    "test": "jest",
    "dev": "react-native bundle-harmony --dev false --bundle-output ../NativeProject/entry/src/main/resources/rawfile/bundle.harmony.js",
    "dev:basic": "react-native bundle-harmony --dev false --entry-file ./bundles/basic.js --bundle-output ../NativeProject/entry/src/main/resources/rawfile/bundle/basic/basic.harmony.bundle --assets-dest ../NativeProject/entry/src/main/resources/rawfile/assets --config ./basic.config.js",
    "dev:hotel": "react-native bundle-harmony --dev false --entry-file ./bundles/hotel.js --bundle-output ../NativeProject/entry/src/main/resources/rawfile/bundle/cp/hotel.harmony.bundle --assets-dest ../NativeProject/entry/src/main/resources/rawfile/assets --config ./hotel.config.js",
    "dev:all": "npm run dev:basic && npm run dev:hotel"
  },
  "dependencies": {
    "@react-native-oh/react-native-harmony": "0.84.1",
    "react": "19.2.3",
    "react-native": "0.84.1"
  },
  "devDependencies": {
    "@babel/core": "^7.25.2",
    "@babel/preset-env": "^7.25.3",
    "@babel/runtime": "^7.25.0",
    "@react-native-community/cli": "20.1.0",
    "@react-native-community/cli-platform-android": "20.0.0",
    "@react-native-community/cli-platform-ios": "20.0.0",
    "@react-native-oh/react-native-harmony-cli": "0.84.1",
    "@react-native/babel-preset": "0.84.1",
    "@react-native/eslint-config": "0.84.1",
    "@react-native/metro-config": "0.84.1",
    "@react-native/typescript-config": "0.84.1",
    "@types/jest": "^29.5.13",
    "@types/react": "^19.2.0",
    "@types/react-test-renderer": "^19.1.0",
    "eslint": "^8.19.0",
    "jest": "^29.6.3",
    "prettier": "2.8.8",
    "react-test-renderer": "19.1.1",
    "typescript": "^5.8.3",
    "crypto-js": "^4.2.0",
    "babel-jest": "^29.6.3"
  },
  "engines": {
    "node": ">=20"
  }
}