{
  "name": "@redux-saga/types",
  "version": "1.3.1",
  "description": "Shared types used by `redux-saga` packages.",
  "main": "dist/redux-saga-types.cjs.js",
  "module": "dist/redux-saga-types.esm.js",
  "exports": {
    ".": {
      "types": {
        "import": "./dist/redux-saga-types.cjs.mjs",
        "default": "./dist/redux-saga-types.cjs.js"
      },
      "module": "./dist/redux-saga-types.esm.js",
      "import": "./dist/redux-saga-types.cjs.mjs",
      "default": "./dist/redux-saga-types.cjs.js"
    },
    "./package.json": "./package.json"
  },
  "types": "./dist/redux-saga-types.cjs.d.ts",
  "typesVersions": {
    "<3.6": {
      "*": [
        "./types/pre-ts3.6/*"
      ]
    }
  },
  "files": [
    "dist",
    "types"
  ],
  "repository": "https://github.com/redux-saga/redux-saga/tree/main/packages/types",
  "keywords": [],
  "author": "Yassine ELOUAFI <yelouafi@gmail.com>",
  "contributors": [
    "Mateusz Burzyński <mateuszburzynski@gmail.com> (https://github.com/Andarist)",
    "Mikhail Shustov <restrry@gmail.com> (https://github.com/restrry)",
    "Shi Feichao <842351815@qq.com> (https://github.com/shinima)",
    "Daniel Lytkin <dan.lytkin@gmail.com (https://github.com/aikoven)"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/redux-saga/redux-saga/issues"
  },
  "homepage": "https://redux-saga.js.org/"
}
