{
  "name": "react-filter-search",
  "version": "1.1.11",
  "description": "React Filter Search is a React component for filtering client-side data rendered to your UI.",
  "main": "lib/index.js",
  "module": "es/index.js",
  "files": [
    "css",
    "es",
    "lib",
    "umd"
  ],
  "scripts": {
    "build": "nwb build-react-component",
    "clean": "nwb clean-module && nwb clean-demo",
    "prepublishOnly": "npm run build",
    "start": "nwb serve-react-demo",
    "test": "nwb test-react",
    "test:coverage": "nwb test-react --coverage",
    "test:watch": "nwb test-react --server"
  },
  "dependencies": {
    "pick-deep": "^1.0.0"
  },
  "peerDependencies": {
    "react": "16.x"
  },
  "devDependencies": {
    "nwb": "0.23.x",
    "prop-types": "^15.7.2",
    "react": "^16.12.0",
    "react-dom": "^16.12.0",
    "whatwg-fetch": "^3.0.0"
  },
  "author": "Joe Dodd",
  "license": "MIT",
  "repository": "https://github.com/joehdodd/react-filter-search",
  "homepage": "https://github.com/joehdodd/react-filter-search",
  "bugs": "https://github.com/joehdodd/react-filter-search/issues",
  "keywords": [
    "react-component",
    "react-search",
    "react-filter",
    "filter",
    "search",
    "ui-filter",
    "ui-search"
  ]
}
