Files
pnpm/packages/plugin-commands-server/package.json
2021-12-04 03:00:37 +02:00

61 lines
1.7 KiB
JSON

{
"name": "@pnpm/plugin-commands-server",
"version": "3.0.53",
"description": "Commands for controlling the store server",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"lib",
"!*.map"
],
"engines": {
"node": ">=12.17"
},
"scripts": {
"lint": "eslint src/**/*.ts",
"test": "pnpm run compile",
"prepublishOnly": "pnpm run compile",
"compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build && pnpm run lint -- --fix"
},
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/plugin-commands-server",
"keywords": [
"pnpm6",
"pnpm",
"server"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/plugin-commands-server#readme",
"devDependencies": {
"@pnpm/logger": "^4.0.0",
"@types/is-windows": "^1.0.0",
"@types/ramda": "0.27.39",
"@types/signal-exit": "^3.0.0"
},
"dependencies": {
"@pnpm/cli-meta": "workspace:2.0.0",
"@pnpm/cli-utils": "workspace:0.6.36",
"@pnpm/common-cli-options-help": "workspace:0.7.1",
"@pnpm/config": "workspace:13.6.1",
"@pnpm/error": "workspace:2.0.0",
"@pnpm/server": "workspace:11.0.13",
"@pnpm/store-connection-manager": "workspace:3.1.14",
"@pnpm/store-path": "^5.0.0",
"@zkochan/diable": "^1.0.2",
"delay": "^5.0.0",
"get-port": "^5.1.1",
"is-windows": "^1.0.2",
"process-exists": "^4.0.0",
"ramda": "^0.27.1",
"render-help": "^1.0.1",
"signal-exit": "^3.0.3",
"tree-kill": "^1.2.2"
},
"peerDependencies": {
"@pnpm/logger": "^4.0.0"
},
"funding": "https://opencollective.com/pnpm"
}