main
json 26 lines 510 Bytes
Raw
1 {
2 "name": "react-is",
3 "version": "19.3.0",
4 "description": "Brand checking of React Elements.",
5 "main": "index.js",
6 "sideEffects": false,
7 "repository": {
8 "type": "git",
9 "url": "https://github.com/react/react.git",
10 "directory": "packages/react-is"
11 },
12 "keywords": [
13 "react"
14 ],
15 "license": "MIT",
16 "bugs": {
17 "url": "https://github.com/react/react/issues"
18 },
19 "homepage": "https://react.dev/",
20 "files": [
21 "LICENSE",
22 "README.md",
23 "index.js",
24 "cjs/"
25 ]
26 }