{
  "name": "@rematch/core",
  "version": "2.0.1",
  "description": "A Redux Framework",
  "homepage": "https://rematch.github.io/rematch",
  "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": "tsdx watch",
    "build": "tsdx build --format cjs,esm,umd --tsconfig ./tsconfig.build.json",
    "test": "tsdx test",
    "lint": "tsdx lint",
    "clean": "rimraf dist"
  },
  "files": [
    "dist",
    "src"
  ],
  "engines": {
    "node": ">=10"
  },
  "peerDependencies": {
    "redux": "^4.0.5"
  },
  "devDependencies": {
    "redux": "^4.0.5",
    "typings-tester": "^0.3.2"
  },
  "husky": {
    "hooks": {
      "pre-commit": "yarn lint"
    }
  },
  "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": "e123bb5976bcc1ef7f178c2b685bed9805d80cda"
}
