{ "name": "@pnpm/plugin-commands-server", "version": "6.0.28", "description": "Commands for controlling the store server", "main": "lib/index.js", "types": "lib/index.d.ts", "files": [ "lib", "!*.map" ], "engines": { "node": ">=16.14" }, "scripts": { "lint": "eslint \"src/**/*.ts\"", "test": "pnpm run compile", "prepublishOnly": "pnpm run compile", "compile": "tsc --build && pnpm run lint --fix" }, "repository": "https://github.com/pnpm/pnpm/blob/main/store/plugin-commands-server", "keywords": [ "pnpm8", "pnpm", "server" ], "license": "MIT", "bugs": { "url": "https://github.com/pnpm/pnpm/issues" }, "homepage": "https://github.com/pnpm/pnpm/blob/main/store/plugin-commands-server#readme", "devDependencies": { "@pnpm/plugin-commands-server": "workspace:*", "@types/is-windows": "^1.0.0", "@types/ramda": "0.28.20", "@types/signal-exit": "^3.0.1" }, "dependencies": { "@pnpm/cli-meta": "workspace:*", "@pnpm/cli-utils": "workspace:*", "@pnpm/common-cli-options-help": "workspace:*", "@pnpm/config": "workspace:*", "@pnpm/error": "workspace:*", "@pnpm/server": "workspace:*", "@pnpm/store-connection-manager": "workspace:*", "@pnpm/store-path": "workspace:*", "@zkochan/diable": "^1.0.2", "delay": "^5.0.0", "get-port": "^5.1.1", "is-windows": "^1.0.2", "process-exists": "^4.1.0", "ramda": "npm:@pnpm/ramda@0.28.1", "render-help": "^1.0.3", "signal-exit": "^3.0.7", "tree-kill": "^1.2.2" }, "peerDependencies": { "@pnpm/logger": "^5.0.0" }, "funding": "https://opencollective.com/pnpm", "exports": { ".": "./lib/index.js" } }