{
  "name": "@rematch/updated",
  "version": "2.1.2",
  "sideEffects": false,
  "description": "Rematch plugin for maintaining timestamps when effects are called",
  "homepage": "https://rematchjs.org",
  "main": "dist/index.js",
  "module": "dist/updated.esm.js",
  "browser": "dist/updated.esm.js",
  "unpkg": "dist/updated.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"
  ],
  "devDependencies": {
    "@rematch/core": "^2.2.0"
  },
  "peerDependencies": {
    "@rematch/core": ">=2"
  },
  "author": "Shawn McKay <shawn.j.mckay@gmail.com> (https://github.com/shmck)",
  "keywords": [
    "@rematch",
    "rematch",
    "plugin",
    "updated"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rematch/rematch.git"
  },
  "gitHead": "af5f67a9ae4b6c2e6ec3a4c6055b63e9eaebd583"
}
