{
  "name": "reactant-last-action",
  "version": "0.144.0",
  "description": "A Reactant plugin for staging last action",
  "main": "dist/index.cjs.js",
  "unpkg": "dist/index.umd.js",
  "module": "dist/index.esm.js",
  "types": "dist/index.d.ts",
  "typedoc": {
    "entryPoint": "src/index.ts"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "Reactant",
    "Reactant Last Action"
  ],
  "homepage": "https://reactant.js.org/",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/unadlib/reactant.git",
    "directory": "packages/reactant-last-action"
  },
  "authors": [
    "Michael Lin <unadlib@gmail.com> (https://github.com/unadlib)"
  ],
  "license": "MIT",
  "peerDependencies": {
    "reactant-module": "*",
    "redux": "^4.1.0"
  },
  "devDependencies": {
    "reactant-module": "^0.144.0",
    "redux": "^4.1.0"
  }
}
