1. {
    
  2.   "private": true,
    
  3.   "name": "react-cache",
    
  4.   "description": "A basic cache for React applications",
    
  5.   "version": "2.0.0-alpha.0",
    
  6.   "repository": {
    
  7.     "type" : "git",
    
  8.     "url" : "https://github.com/facebook/react.git",
    
  9.     "directory": "packages/react-cache"
    
  10.   },
    
  11.   "files": [
    
  12.     "LICENSE",
    
  13.     "README.md",
    
  14.     "index.js",
    
  15.     "cjs/",
    
  16.     "umd/"
    
  17.   ],
    
  18.   "peerDependencies": {
    
  19.     "react": "^17.0.0"
    
  20.   }
    
  21. }