{
  "name": "umi-plugin-keep-alive",
  "version": "0.0.1-beta.35",
  "description": "<KeepAlive> for umi base on react-activation",
  "authors": [
    "xiaohuoi <448627663@qq.com>",
    "CJY <375564567@qq.com>"
  ],
  "repository": "alitajs/umi-plugin-keep-alive",
  "peerDependencies": {
    "umi": "3.x || 4.x"
  },
  "main": "lib/index.js",
  "scripts": {
    "build": "father-build"
  },
  "keywords": [
    "React Keep Alive",
    "Keep Alive",
    "keep-alive",
    "KeepAlive",
    "react-activation",
    "activation",
    "react cache",
    "umi keep alive",
    "umijs",
    "cache"
  ],
  "devDependencies": {
    "father-build": "^1.8.0"
  },
  "files": [
    "lib",
    "src"
  ],
  "license": "MIT",
  "dependencies": {
    "react-activation": "^0.12.1"
  }
}
