{ "name": "@redux-devtools/cli", "version": "1.0.0-7", "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" ], "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", "lint:fix": "eslint . --ext .ts,.tsx --fix", "type-check": "tsc --noEmit", "type-check:watch": "npm run type-check -- --watch", "preversion": "npm run type-check && npm run lint && npm run test", "prepublishOnly": "npm run clean && npm run build" }, "engines": { "node": ">=10.0.0" }, "dependencies": { "@redux-devtools/app": "^1.0.0-6", "@types/react": "^16.9.46", "apollo-server": "^2.18.2", "apollo-server-express": "^2.18.2", "body-parser": "^1.19.0", "chalk": "^4.1.0", "cors": "^2.8.5", "cross-spawn": "^7.0.3", "electron": "^9.2.0", "express": "^4.17.1", "getport": "^0.1.0", "graphql": "^14.7.0", "knex": "^0.19.5", "lodash": "^4.17.19", "minimist": "^1.2.5", "morgan": "^1.10.0", "open": "^7.1.0", "react": "^16.13.1", "react-dom": "^16.13.1", "semver": "^7.3.2", "socketcluster": "^14.4.2", "sqlite3": "^5.0.0", "uuid": "^8.3.0" }, "devDependencies": { "@types/cross-spawn": "^6.0.2", "@types/morgan": "^1.9.1", "@types/semver": "^7.3.4", "@types/supertest": "^2.0.10", "@types/uuid": "^8.3.0", "jest": "^26.2.2", "ncp": "^2.0.0", "socketcluster-client": "^14.3.1", "supertest": "^4.0.2" } }