{
  "name": "react-lazily",
  "private": false,
  "version": "0.9.0",
  "description": "React.lazy wrapper that works with allows you to destruct imported module, so it will work with non default exports",
  "main": "index.cjs.js",
  "module": "index.js",
  "types": "index.d.ts",
  "files": [
    "**"
  ],
  "sideEffects": false,
  "repository": {
    "type": "git",
    "url": "git+https://github.com/JLarky/react-lazily.git"
  },
  "keywords": [
    "react",
    "state",
    "manager",
    "management",
    "recoil",
    "store"
  ],
  "author": "Daishi Kato",
  "contributors": [],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/JLarky/react-lazily/issues"
  },
  "homepage": "https://github.com/JLarky/react-lazily",
  "dependencies": {},
  "peerDependencies": {
    "react": ">=16.8",
    "react-dom": "*",
    "react-native": "*"
  },
  "peerDependenciesMeta": {
    "react-dom": {
      "optional": true
    },
    "react-native": {
      "optional": true
    }
  }
}
