{ "name": "@redux-devtools/inspector-monitor-test-tab", "version": "0.7.2", "description": "Generate tests for redux devtools.", "keywords": [ "redux", "devtools", "test", "flux", "react", "hot reloading", "time travel", "live edit" ], "homepage": "https://github.com/reduxjs/redux-devtools/tree/master/packages/redux-devtools-inspector-monitor-test-tab", "bugs": { "url": "https://github.com/reduxjs/redux-devtools/issues" }, "license": "MIT", "author": "Mihail Diordiev (https://github.com/zalmoxisus)", "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": "yarn run build:types && yarn 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", "type-check": "tsc --noEmit", "prepack": "yarn run clean && yarn run build", "prepublish": "yarn run type-check && yarn run lint && yarn run test" }, "dependencies": { "@babel/runtime": "^7.15.4", "@redux-devtools/ui": "^1.0.0-9", "@types/prop-types": "^15.7.4", "es6template": "^1.0.5", "javascript-stringify": "^2.1.0", "jsan": "^3.1.13", "object-path": "^0.11.8", "prop-types": "^15.7.2", "react-icons": "^4.2.0", "simple-diff": "^1.6.0" }, "devDependencies": { "@babel/cli": "^7.15.7", "@babel/core": "^7.15.5", "@babel/plugin-transform-runtime": "^7.15.0", "@babel/preset-env": "^7.15.6", "@babel/preset-react": "^7.14.5", "@babel/preset-typescript": "^7.15.0", "@redux-devtools/core": "^3.9.0", "@redux-devtools/inspector-monitor": "^1.0.0", "@types/enzyme": "^3.10.9", "@types/enzyme-adapter-react-16": "^1.0.6", "@types/es6template": "^1.0.0", "@types/jest": "^27.0.1", "@types/jsan": "^3.1.2", "@types/object-path": "^0.11.1", "@types/react": "^16.14.15", "@types/simple-diff": "^1.6.1", "@typescript-eslint/eslint-plugin": "^4.31.2", "@typescript-eslint/parser": "^4.31.2", "enzyme": "^3.11.0", "enzyme-adapter-react-16": "^1.15.6", "enzyme-to-json": "^3.6.2", "eslint": "^7.32.0", "eslint-config-prettier": "^8.3.0", "eslint-plugin-jest": "^24.4.2", "eslint-plugin-react": "^7.25.3", "jest": "^27.2.1", "react": "^16.14.0", "react-dom": "^16.14.0", "redux": "^4.1.1", "rimraf": "^3.0.2", "ts-jest": "^27.0.5", "typescript": "~4.3.5" }, "peerDependencies": { "@redux-devtools/inspector-monitor": "^1.0.0", "@types/react": "^16.3.0 || ^17.0.0", "react": "^16.3.0 || ^17.0.0", "redux": "^3.4.0 || ^4.0.0" } }