{
  "name": "keepalive-for-react",
  "version": "5.0.11",
  "description": "A react <KeepAlive/> component like <keep-alive/> in vue",
  "homepage": "https://github.com/finedaybreak/keepalive-for-react",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/finedaybreak/keepalive-for-react.git"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.cjs"
    }
  },
  "main": "./dist/index.cjs",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "type": "module",
  "files": [
    "dist"
  ],
  "keywords": [
    "keepalive",
    "keep-alive",
    "react keepalive",
    "keepalive for react",
    "keepalive-for-react"
  ],
  "author": "wongyichen",
  "license": "MIT",
  "peerDependencies": {
    "react": ">=16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
    "react-dom": ">=16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
  },
  "dependencies": {
    "mitt": "^3.0.1"
  },
  "scripts": {
    "build": "tsup",
    "clean": "rm -rf dist"
  }
}