{ "name": "@redux-devtools/cli", "version": "2.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 (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 . --ext .ts,.tsx", "type-check": "tsc --noEmit", "prepack": "pnpm run clean && pnpm run build", "prepublish": "pnpm run type-check && pnpm run lint && pnpm run test" }, "engines": { "node": "^14.13.1 || ^16.13.0 || >= 18.12.0" }, "dependencies": { "@apollo/server": "^4.6.0", "@redux-devtools/app": "^2.1.3", "@types/react": "^18.0.34", "body-parser": "^1.20.2", "chalk": "^5.2.0", "cors": "^2.8.5", "cross-spawn": "^7.0.3", "electron": "^24.1.2", "express": "^4.18.2", "get-port": "^6.1.2", "graphql": "^16.6.0", "knex": "^2.4.2", "lodash-es": "^4.17.21", "minimist": "^1.2.8", "morgan": "^1.10.0", "open": "^9.1.0", "react": "^18.2.0", "react-dom": "^18.2.0", "react-is": "^18.2.0", "semver": "^7.4.0", "socketcluster-server": "^17.3.1", "sqlite3": "^5.1.6", "styled-components": "^5.3.9", "uuid": "^9.0.0" }, "devDependencies": { "@types/body-parser": "^1.19.2", "@types/cors": "^2.8.13", "@types/cross-spawn": "^6.0.2", "@types/express": "^4.17.17", "@types/jest": "^29.5.0", "@types/lodash-es": "^4.17.7", "@types/minimist": "^1.2.2", "@types/morgan": "^1.9.4", "@types/node": "^18.15.11", "@types/semver": "^7.3.13", "@types/socketcluster-client": "^16.0.0", "@types/socketcluster-server": "^17.3.0", "@types/styled-components": "^5.1.26", "@types/supertest": "^2.0.12", "@types/uuid": "^9.0.1", "@typescript-eslint/eslint-plugin": "^5.58.0", "@typescript-eslint/parser": "^5.58.0", "eslint": "^8.38.0", "eslint-config-prettier": "^8.8.0", "eslint-plugin-jest": "^27.2.1", "jest": "^29.5.0", "ncp": "^2.0.0", "rimraf": "^5.0.0", "socketcluster-client": "^17.1.1", "supertest": "^6.3.3", "ts-jest": "^29.1.0", "typescript": "~5.0.4" } }