{
  "name": "@redux-devtools/utils",
  "version": "1.0.0-6",
  "description": "Reusable functions of Redux DevTools",
  "homepage": "https://github.com/reduxjs/redux-devtools/tree/master/packages/redux-devtools-utils",
  "bugs": {
    "url": "https://github.com/reduxjs/redux-devtools/issues"
  },
  "license": "MIT",
  "author": "Mihail Diordiev <zalmoxisus@gmail.com> (https://github.com/zalmoxisus)",
  "files": [
    "src",
    "lib",
    "umd"
  ],
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/reduxjs/redux-devtools.git"
  },
  "scripts": {
    "build": "npm run build:types && npm run build:js",
    "build:types": "tsc --emitDeclarationOnly",
    "build:js": "babel src --out-dir lib --extensions \".ts\" --source-maps inline",
    "clean": "rimraf lib",
    "lint": "eslint . --ext .ts",
    "lint:fix": "eslint . --ext .ts --fix",
    "type-check": "tsc --noEmit",
    "type-check:watch": "npm run type-check -- --watch",
    "preversion": "npm run type-check && npm run lint",
    "prepublishOnly": "npm run clean && npm run build"
  },
  "dependencies": {
    "@redux-devtools/core": "^3.9.0",
    "@redux-devtools/serialize": "^0.3.0",
    "@types/get-params": "^0.1.0",
    "get-params": "^0.1.2",
    "immutable": "^4.0.0-rc.14",
    "jsan": "^3.1.13",
    "lodash": "^4.17.21",
    "nanoid": "^3.1.25",
    "redux": "^4.1.1"
  },
  "peerDependencies": {
    "@redux-devtools/core": "^3.7.0",
    "immutable": "^4.0.0-rc.14",
    "redux": "^4.1.1"
  }
}