{
  "name": "react-current-page-fallback",
  "version": "1.0.8",
  "description": "Keep the current page rendered as a fallback until the new page is loaded with React.lazy and React.Suspense",
  "private": false,
  "author": "Asif Vora <asifvora0@gmail.com>",
  "license": "MIT",
  "main": "./lib/index.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/asifvora/react-current-page-fallback.git"
  },
  "bugs": {
    "url": "https://github.com/asifvora/react-current-page-fallback/issues"
  },
  "homepage": "https://github.com/asifvora/react-current-page-fallback",
  "workspaces": {
    "packages": [
      "packages/current-page-fallback"
    ]
  },
  "scripts": {
    "start": "webpack-dev-server --config webpack.config.dev.js",
    "build": "webpack --config ./webpack.config.prod.js",
    "pub": "yarn build && cp package.json ./lib && cd ./lib && npm publish"
  },
  "keywords": [
    "react",
    "ui",
    "components",
    "lib",
    "react-current-page-fallback",
    "react-component",
    "react-fallback-page"
  ]
}
