{
  "name": "@rematch/core",
  "version": "2.2.0",
  "description": "A Redux Framework",
  "homepage": "https://rematchjs.org",
  "sideEffects": false,
  "main": "dist/index.js",
  "module": "dist/core.esm.js",
  "browser": "dist/core.esm.js",
  "unpkg": "dist/core.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"
  ],
  "engines": {
    "node": ">=10"
  },
  "peerDependencies": {
    "redux": ">=4"
  },
  "devDependencies": {
    "redux": "^4.0.5",
    "typings-tester": "^0.3.2"
  },
  "authors": [
    "Blair Bodnar <blairbodnar@gmail.com> (https://github.com/blairbodnar)",
    "Shawn McKay <shawn.j.mckay@gmail.com> (https://github.com/shmck)"
  ],
  "bugs": {
    "url": "https://github.com/rematch/rematch/issues"
  },
  "keywords": [
    "@rematch",
    "rematch",
    "redux",
    "state management",
    "javascript"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rematch/rematch.git"
  },
  "gitHead": "af5f67a9ae4b6c2e6ec3a4c6055b63e9eaebd583"
}
