{
  "name": "@rematch/select",
  "version": "3.1.2",
  "sideEffects": false,
  "description": "Selectors plugin for Rematch",
  "homepage": "https://rematchjs.org",
  "main": "dist/index.js",
  "module": "dist/select.esm.js",
  "browser": "dist/select.esm.js",
  "unpkg": "dist/select.umd.production.min.js",
  "types": "dist/index.d.ts",
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "scripts": {
    "start": "dts watch",
    "build": "dts build --format cjs,esm,umd --tsconfig ./tsconfig.build.json",
    "test": "dts test",
    "lint": "dts lint",
    "clean": "rimraf dist"
  },
  "files": [
    "dist",
    "src",
    "../../README.md"
  ],
  "dependencies": {
    "reselect": "^4.0.0"
  },
  "devDependencies": {
    "@rematch/core": "^2.2.0",
    "redux": "^4.0.5"
  },
  "peerDependencies": {
    "@rematch/core": ">=2",
    "redux": ">=4"
  },
  "authors": [
    "Sam Richard <sam.richard@gmail.com> (https://github.com/d3dc)",
    "Blair Bodnar <blairbodnar@gmail.com> (https://github.com/blairbodnar)",
    "Tom Aranda <tga@arandacybersolutions.com> (https://github.com/taranda)"
  ],
  "keywords": [
    "plugin",
    "rematch",
    "select",
    "selectors"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rematch/rematch.git"
  },
  "gitHead": "af5f67a9ae4b6c2e6ec3a4c6055b63e9eaebd583"
}
