{
  "name": "react-fiber-keep-alive",
  "version": "0.7.1",
  "description": "Keep-Alive for React DOM",
  "main": "lib/cjs/index.js",
  "module": "lib/esm/index.js",
  "types": "lib/types/index.d.ts",
  "files": [
    "lib"
  ],
  "author": "Shen Junru <shenjunru@gmail.com>",
  "license": "MIT",
  "keywords": [
    "react",
    "fiber",
    "keep-alive"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/shenjunru/react-fiber-keep-alive.git"
  },
  "bugs": {
    "url": "https://github.com/shenjunru/react-fiber-keep-alive/issues"
  },
  "homepage": "https://github.com/shenjunru/react-fiber-keep-alive",
  "scripts": {
    "build": "tsc --build tsconfig.esm.json tsconfig.cjs.json tsconfig.types.json"
  },
  "sideEffects": false,
  "peerDependencies": {
    "react": "^16.8 || 17 || 18",
    "react-dom": "^16.8 || 17 || 18"
  },
  "devDependencies": {
    "@types/react": "16.9.43",
    "@types/react-reconciler": "0.26.6",
    "react": "16.13.1",
    "typescript": "4.6.3"
  },
  "resolutions": {
    "@types/react": "16.9.43"
  }
}
