{ "name": "redux-devtools-instrument", "version": "1.9.6", "description": "Redux DevTools instrumentation", "main": "lib/instrument.js", "scripts": { "clean": "rimraf lib", "build": "babel src --out-dir lib", "test": "jest", "prepare": "npm run build", "prepublishOnly": "npm run test && npm run clean && npm run build" }, "files": [ "lib", "src" ], "repository": { "type": "git", "url": "https://github.com/reduxjs/redux-devtools.git" }, "keywords": [ "redux", "devtools", "flux", "hot reloading", "time travel", "live edit" ], "author": "Dan Abramov (http://github.com/gaearon)", "license": "MIT", "bugs": { "url": "https://github.com/reduxjs/redux-devtools/issues" }, "homepage": "https://github.com/reduxjs/redux-devtools", "devDependencies": { "@babel/cli": "^7.10.5", "@babel/core": "^7.11.1", "@babel/preset-env": "^7.11.0", "babel-loader": "^8.1.0", "expect": "^26.2.0", "jest": "^26.2.2", "redux": "^4.0.5", "rimraf": "^3.0.2", "rxjs": "^6.6.2" }, "dependencies": { "lodash": "^4.17.19", "symbol-observable": "^1.2.0" } }