{
  "name": "@specter/redux-effects-specter-cache",
  "version": "0.5.5",
  "description": "cache structure for redux middleware of specter",
  "keywords": [
    "redux",
    "middleware",
    "cache"
  ],
  "author": "Kento TSUJI <maxmellon1994@gmail.com>",
  "homepage": "https://github.com/recruit-tech/specter",
  "license": "MIT",
  "main": "lib/index.js",
  "module": "esm/index.js",
  "types": "lib/index.d.ts",
  "browser": "lib/browser/index.js",
  "directories": {
    "lib": "lib",
    "test": "__tests__"
  },
  "files": [
    "lib",
    "esm"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/recruit-tech/specter.git"
  },
  "scripts": {
    "test": "jest",
    "prepare": "npm run build",
    "prepublishOnly": "npm test",
    "build": "npm run build:esm && npm run build:cjs",
    "build:esm": "tsc -d -p ./tsconfig.json",
    "build:cjs": "tsc -d -p ./tsconfig.esm.json"
  },
  "bugs": {
    "url": "https://github.com/recruit-tech/specter/issues"
  },
  "dependencies": {
    "@types/lru-cache": "^5.1.0",
    "@types/redux": "^3.6.0",
    "tslib": "^2.0.0"
  },
  "devDependencies": {
    "@specter/redux-effects-specter": "^0.5.5",
    "@specter/specter": "^0.5.5",
    "@specter/storage": "^0.5.4",
    "jest": "26.1.0",
    "redux": "4.0.5",
    "ts-jest": "26.1.1",
    "typescript": "3.9.6"
  },
  "peerDependencies": {
    "redux": ">= 4.0"
  },
  "gitHead": "ecf9acfb784a103168d82af9cc5380d5fb51e5cc",
  "publishConfig": {
    "access": "public"
  }
}
