{
  "name": "@redux-devtools/cli",
  "version": "1.0.0-10",
  "description": "CLI for remote debugging with Redux DevTools.",
  "homepage": "https://github.com/reduxjs/redux-devtools/tree/master/packages/redux-devtools-cli",
  "bugs": {
    "url": "https://github.com/reduxjs/redux-devtools/issues"
  },
  "license": "MIT",
  "author": "Mihail Diordiev <zalmoxisus@gmail.com> (https://github.com/zalmoxisus)",
  "files": [
    "bin",
    "dist",
    "src",
    "app",
    "index.js",
    "defaultDbOptions.json"
  ],
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "bin": {
    "redux-devtools": "bin/redux-devtools.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/reduxjs/redux-devtools.git"
  },
  "scripts": {
    "build": "tsc && ncp ./src/api/schema_def.graphql ./dist/api/schema_def.graphql",
    "start": "node ./bin/redux-devtools.js",
    "start:electron": "node ./bin/redux-devtools.js --open",
    "clean": "rimraf dist",
    "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"
  },
  "engines": {
    "node": ">=14.15.0"
  },
  "dependencies": {
    "@redux-devtools/app": "^1.0.0-9",
    "@types/react": "^17.0.38",
    "apollo-server-express": "^3.6.1",
    "body-parser": "^1.19.1",
    "chalk": "^4.1.2",
    "cors": "^2.8.5",
    "cross-spawn": "^7.0.3",
    "electron": "^16.0.5",
    "express": "^4.17.2",
    "getport": "^0.1.0",
    "graphql": "^16.2.0",
    "knex": "^0.95.15",
    "lodash": "^4.17.21",
    "minimist": "^1.2.5",
    "morgan": "^1.10.0",
    "open": "^8.4.0",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "react-is": "^17.0.2",
    "semver": "^7.3.5",
    "socketcluster": "^14.4.2",
    "sqlite3": "^5.0.2",
    "styled-components": "^5.3.3",
    "uuid": "^8.3.2"
  },
  "devDependencies": {
    "@types/body-parser": "^1.19.2",
    "@types/cors": "^2.8.12",
    "@types/cross-spawn": "^6.0.2",
    "@types/express": "^4.17.13",
    "@types/jest": "^27.4.0",
    "@types/lodash": "^4.14.178",
    "@types/minimist": "^1.2.2",
    "@types/morgan": "^1.9.3",
    "@types/semver": "^7.3.9",
    "@types/socketcluster": "^14.0.4",
    "@types/socketcluster-client": "^13.0.5",
    "@types/socketcluster-server": "^14.2.6",
    "@types/styled-components": "^5.1.19",
    "@types/supertest": "^2.0.11",
    "@types/uuid": "^8.3.3",
    "@typescript-eslint/eslint-plugin": "^5.8.1",
    "@typescript-eslint/parser": "^5.8.1",
    "eslint": "^8.6.0",
    "eslint-config-prettier": "^8.3.0",
    "eslint-plugin-jest": "^25.3.4",
    "jest": "^27.4.5",
    "ncp": "^2.0.0",
    "rimraf": "^3.0.2",
    "socketcluster-client": "^14.3.2",
    "supertest": "^6.1.6",
    "ts-jest": "^27.1.2",
    "typescript": "~4.5.4"
  }
}