main
json 20 lines 396 Bytes
Raw
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/react/react.git",
9 "directory": "packages/react-cache"
10 },
11 "files": [
12 "LICENSE",
13 "README.md",
14 "index.js",
15 "cjs/"
16 ],
17 "peerDependencies": {
18 "react": "^17.0.0"
19 }
20 }