{
  "name": "redux-devtools",
  "version": "3.7.0",
  "description": "Redux DevTools with hot reloading and time travel",
  "keywords": [
    "redux",
    "devtools",
    "flux",
    "hot reloading",
    "time travel",
    "live edit"
  ],
  "homepage": "https://github.com/reduxjs/redux-devtools/tree/master/packages/redux-devtools",
  "bugs": {
    "url": "https://github.com/reduxjs/redux-devtools/issues"
  },
  "license": "MIT",
  "author": "Dan Abramov <dan.abramov@me.com> (http://github.com/gaearon)",
  "files": [
    "lib",
    "src"
  ],
  "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,.tsx\" --source-maps inline",
    "clean": "rimraf lib",
    "test": "jest",
    "lint": "eslint . --ext .ts,.tsx",
    "lint:fix": "eslint . --ext .ts,.tsx --fix",
    "type-check": "tsc --noEmit",
    "type-check:watch": "npm run type-check -- --watch",
    "preversion": "npm run type-check && npm run lint && npm run test",
    "prepublishOnly": "npm run clean && npm run build"
  },
  "dependencies": {
    "@types/prop-types": "^15.7.3",
    "lodash": "^4.17.19",
    "prop-types": "^15.7.2",
    "redux-devtools-instrument": "^1.10.0"
  },
  "devDependencies": {
    "@types/lodash": "^4.14.159",
    "@types/react": "^16.3.18",
    "@types/react-redux": "^7.1.9",
    "react": "^16.13.1",
    "react-redux": "^7.2.1",
    "redux": "^4.0.5"
  },
  "peerDependencies": {
    "react": "^0.14.9 || ^15.3.0 || ^16.0.0",
    "react-redux": "^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0",
    "redux": "^3.5.2 || ^4.0.0"
  },
  "gitHead": "f4405ac0f016b7997e1a6d31796aa99ad632889e"
}
