{
  "name": "@googleforcreators/react",
  "description": "A tiny wrapper package that re-exports React and provides additional utilities and custom hooks.",
  "private": false,
  "version": "0.1.202410011217",
  "author": {
    "name": "Google",
    "url": "https://creators.google/"
  },
  "license": "Apache-2.0",
  "keywords": [
    "web stories"
  ],
  "homepage": "https://github.com/GoogleForCreators/web-stories-wp/blob/main/packages/react/README.md",
  "repository": {
    "type": "git",
    "url": "https://github.com/GoogleForCreators/web-stories-wp.git",
    "directory": "packages/react"
  },
  "bugs": {
    "url": "https://github.com/googleforcreators/web-stories-wp/issues"
  },
  "engines": {
    "node": ">= 12 || >= 14 || >= 16 || >= 18 || >= 20",
    "npm": ">= 7.3"
  },
  "customExports": {
    ".": {
      "default": "./src/index.ts"
    }
  },
  "main": "dist/index.js",
  "module": "dist-module/index.js",
  "types": "dist-types/index.d.ts",
  "source": "src/index.ts",
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "prop-types": "^15.8.1",
    "shallow-equal": "^3.1.0",
    "use-context-selector": "^1.2.11",
    "use-debounce": "^10.0.1",
    "use-reduction": "^2.1.2"
  },
  "devDependencies": {
    "@testing-library/react": "^12.1.5",
    "@testing-library/react-hooks": "^8.0.1",
    "@types/react": "^17.0.44"
  },
  "peerDependencies": {
    "react": "^17.0.2",
    "react-dom": "^17.0.2"
  }
}
