{
  "name": "@redux-devtools/cli",
  "version": "4.0.0",
  "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"
  ],
  "type": "module",
  "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 .",
    "type-check": "tsc --noEmit",
    "prepack": "pnpm run clean && pnpm run build",
    "prepublish": "pnpm run type-check && pnpm run lint && pnpm run test"
  },
  "engines": {
    "node": ">= 18.12.0"
  },
  "dependencies": {
    "@apollo/server": "^4.11.2",
    "@emotion/react": "^11.13.5",
    "@redux-devtools/app": "workspace:^",
    "@reduxjs/toolkit": "^2.4.0",
    "@types/react": "^18.3.14",
    "body-parser": "^1.20.3",
    "chalk": "^5.3.0",
    "cors": "^2.8.5",
    "cross-spawn": "^7.0.3",
    "electron": "^31.7.6",
    "express": "^4.21.2",
    "get-port": "^7.1.0",
    "graphql": "^16.9.0",
    "knex": "^3.1.0",
    "lodash-es": "^4.17.21",
    "minimist": "^1.2.8",
    "morgan": "^1.10.0",
    "open": "^10.1.0",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "react-is": "^18.3.1",
    "semver": "^7.6.3",
    "socketcluster-server": "^19.1.1",
    "sqlite3": "^5.1.7",
    "styled-components": "^5.3.11",
    "uuid": "^10.0.0"
  },
  "devDependencies": {
    "@types/body-parser": "^1.19.5",
    "@types/cors": "^2.8.17",
    "@types/cross-spawn": "^6.0.6",
    "@types/express": "^4.17.21",
    "@types/jest": "^29.5.14",
    "@types/lodash-es": "^4.17.12",
    "@types/minimist": "^1.2.5",
    "@types/morgan": "^1.9.9",
    "@types/node": "^20.17.9",
    "@types/semver": "^7.5.8",
    "@types/socketcluster-client": "^19.1.0",
    "@types/socketcluster-server": "^19.0.1",
    "@types/styled-components": "^5.1.34",
    "@types/supertest": "^6.0.2",
    "@types/uuid": "^10.0.0",
    "globals": "^15.13.0",
    "jest": "^29.7.0",
    "ncp": "^2.0.0",
    "rimraf": "^6.0.1",
    "socketcluster-client": "^19.2.3",
    "supertest": "^7.0.0",
    "ts-jest": "^29.2.5",
    "typescript": "~5.5.4"
  }
}