{
  "name": "react-nanny",
  "version": "2.15.0",
  "description": "Utils to manage your React Children; find and filter children by type or custom function, enforce child content, and more!",
  "main": "lib/es5/index.js",
  "module": "lib/es6/index.js",
  "sideEffects": false,
  "repository": {
    "type": "git",
    "url": "git+https://github.com/TheSpicyMeatball/react-nanny.git"
  },
  "files": [
    "lib",
    "CHANGELOG.md",
    "LICENSE",
    "package.json",
    "README.md"
  ],
  "keywords": [
    "react",
    "children",
    "utils",
    "utilities",
    "type",
    "find"
  ],
  "author": "Michael Paravano",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/TheSpicyMeatball/react-nanny/issues"
  },
  "homepage": "https://github.com/TheSpicyMeatball/react-nanny#readme",
  "peerDependencies": {
    "react": ">=16.0.0"
  }
}
