{
  "name": "@seyoon20087/react-loadable",
  "version": "6.0.5",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/seyoon20087/react-loadable-revised.git"
  },
  "main": "./lib/index.cjs",
  "module": "./lib/index.mjs",
  "types": "./lib/index.d.mts",
  "exports": {
    ".": {
      "require": "./lib/index.cjs",
      "default": "./lib/index.mjs",
      "types": "./lib/index.d.mts"
    },
    "./webpack": {
      "require": "./lib/webpack.cjs",
      "default": "./lib/webpack.mjs",
      "types": "./lib/webpack.d.mts"
    },
    "./babel": {
      "require": "./lib/babel.cjs",
      "default": "./lib/babel.mjs",
      "types": "./lib/babel.d.mts"
    }
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "test": "rstest --coverage",
    "build": "tsdown",
    "prepare": "yarn build",
    "format": "oxfmt .",
    "typecheck": "tsc --noEmit"
  },
  "dependencies": {},
  "devDependencies": {
    "@babel/core": "^8.0.1",
    "@babel/types": "^8.0.4",
    "@rstest/core": "^0.11.2",
    "@rstest/coverage-istanbul": "0.11.2",
    "@testing-library/dom": "^10.4.1",
    "@testing-library/react": "^16.3.2",
    "@types/node": "^26.1.1",
    "@types/react": "^19.2.17",
    "jsdom": "^30.0.1",
    "oxfmt": "^0.62.0",
    "react": "^19.2.7",
    "react-dom": "^19.2.7",
    "tsdown": "^0.22.9",
    "typescript": "^7.0.2",
    "webpack": "^5.109.2"
  },
  "peerDependencies": {
    "react": ">=16.14.0"
  }
}
