{
  "name": "@callstack/repack",
  "version": "5.2.5",
  "description": "A toolkit to build your React Native application with Rspack or Webpack.",
  "type": "commonjs",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": "./dist/index.js",
    "./client": "./client/index.js",
    "./commands/*": "./commands/*.js",
    "./assets-loader": "./dist/loaders/assetsLoader/index.js",
    "./babel-loader": "./dist/loaders/babelLoader/index.js",
    "./babel-swc-loader": "./dist/loaders/babelSwcLoader/index.js",
    "./flow-loader": "./dist/loaders/flowLoader/index.js",
    "./react-refresh-loader": "./dist/loaders/reactRefreshLoader/index.js",
    "./mf/*": "./mf/*.js",
    "./package.json": "./package.json"
  },
  "files": [
    "dist",
    "android",
    "!android/build",
    "ios",
    "!ios/build",
    "client",
    "commands",
    "mf",
    "callstack-repack.podspec",
    "src/modules/ScriptManager/NativeScriptManager.ts"
  ],
  "homepage": "https://github.com/callstack/repack",
  "repository": "github:callstack/repack",
  "keywords": [
    "react-native",
    "react native",
    "webpack",
    "bundle",
    "bundling",
    "metro"
  ],
  "author": "zamotany <zamotany.oss@gmail.com>",
  "license": "MIT",
  "engines": {
    "node": ">=18"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "peerDependencies": {
    "@module-federation/enhanced": ">=0.6.10",
    "@rspack/core": ">=1",
    "react-native": ">=0.74",
    "webpack": ">=5.90"
  },
  "peerDependenciesMeta": {
    "@module-federation/enhanced": {
      "optional": true
    },
    "@rspack/core": {
      "optional": true
    },
    "webpack": {
      "optional": true
    }
  },
  "dependencies": {
    "@discoveryjs/json-ext": "^0.5.7",
    "@rspack/plugin-react-refresh": "1.0.0",
    "babel-loader": "^9.2.1",
    "colorette": "^2.0.20",
    "dedent": "^0.7.0",
    "estree-util-is-identifier-name": "^1.1.0",
    "events": "^3.3.0",
    "execa": "^5.0.0",
    "exit-hook": "^4.0.0",
    "flow-remove-types": "^2.277.0",
    "gradient-string": "^2.0.2",
    "image-size": "^1.1.1",
    "jsonwebtoken": "^9.0.3",
    "memfs": "^4.11.1",
    "mime-types": "^2.1.35",
    "pretty-format": "^26.6.2",
    "react-refresh": "^0.14.0",
    "schema-utils": "^4.2.0",
    "semver": "^7.7.2",
    "shallowequal": "^1.1.0",
    "tapable": "^2.2.1",
    "terser-webpack-plugin": "^5.3.14",
    "throttleit": "^2.1.0",
    "webpack-merge": "^6.0.1",
    "@callstack/repack-dev-server": "5.2.5"
  },
  "devDependencies": {
    "@babel/cli": "^7.25.2",
    "@babel/core": "^7.25.2",
    "@babel/plugin-transform-export-namespace-from": "^7.24.6",
    "@babel/plugin-transform-modules-commonjs": "^7.23.2",
    "@module-federation/enhanced": "0.8.9",
    "@module-federation/sdk": "0.6.10",
    "@rspack/core": "^1.6.0",
    "@swc/helpers": "~0.5.17",
    "@types/babel__core": "^7.20.5",
    "@types/dedent": "^0.7.0",
    "@types/gradient-string": "^1.1.6",
    "@types/jest": "^29.5.12",
    "@types/jsonwebtoken": "^9.0.0",
    "@types/mime-types": "^2.1.1",
    "@types/node": "^20.19.31",
    "@types/react-dom": "^17.0.7",
    "@types/semver": "^7.7.0",
    "@types/shallowequal": "^1.1.1",
    "babel-jest": "^29.7.0",
    "clang-format": "^1.8.0",
    "jest": "^29.7.0",
    "react": "19.2.3",
    "react-native": "0.84.1",
    "rspack-plugin-virtual-module": "^0.1.13",
    "typescript": "^5.9.3",
    "webpack": "^5.104.1"
  },
  "codegenConfig": {
    "name": "RNScriptManagerSpec",
    "type": "modules",
    "jsSrcsDir": "src"
  },
  "scripts": {
    "build:js": "babel src --out-dir dist --extensions \".js,.ts\" --ignore \"**/__tests__/**\" --delete-dir-on-start",
    "build:ts": "tsc -p tsconfig.build.json --emitDeclarationOnly",
    "build": "pnpm run \"/^build:.*/\"",
    "test": "jest",
    "typecheck": "tsc --noEmit",
    "archive": "pnpm build && pnpm pack",
    "clang-format": "pnpm clang-format:ios && pnpm clang-format:android",
    "clang-format:ios": "find ios/ -iname \"*.h\" -o -iname \"*.m\" -o -iname \"*.mm\" -o -iname \"*.cpp\" | xargs clang-format -i --Werror",
    "clang-format:android": "find android/src/ -iname \"*.h\" -o -iname \"*.cpp\" | xargs clang-format -i"
  }
}