Files
pnpm/packages/plugin-commands-server/package.json
2020-08-16 21:29:20 +03:00

64 lines
1.8 KiB
JSON

{
"name": "@pnpm/plugin-commands-server",
"version": "2.0.26",
"description": "Commands for controlling the store server",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib",
"!*.map"
],
"engines": {
"node": ">=10.13"
},
"scripts": {
"lint": "tslint -c ../../tslint.json src/**/*.ts test/**/*.ts",
"test": "pnpm run compile",
"prepublishOnly": "pnpm run compile",
"compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build"
},
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/plugin-commands-server",
"keywords": [
"pnpm",
"server"
],
"author": "Zoltan Kochan <z@kochan.io> (https://www.kochan.io/)",
"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": "^3.2.2",
"@pnpm/plugin-commands-server": "link:",
"@types/is-windows": "^1.0.0",
"@types/mz": "^2.7.1",
"@types/ramda": "^0.27.14",
"@types/signal-exit": "^3.0.0"
},
"dependencies": {
"@pnpm/cli-meta": "workspace:1.0.1",
"@pnpm/cli-utils": "workspace:0.4.22",
"@pnpm/common-cli-options-help": "workspace:0.1.6",
"@pnpm/config": "workspace:11.2.4",
"@pnpm/error": "workspace:1.3.0",
"@pnpm/server": "workspace:8.0.8",
"@pnpm/store-connection-manager": "workspace:0.3.26",
"@pnpm/store-path": "^4.0.2",
"@zkochan/diable": "^1.0.2",
"delay": "^4.4.0",
"get-port": "^5.1.1",
"is-windows": "^1.0.2",
"mz": "^2.7.0",
"process-exists": "^4.0.0",
"ramda": "^0.27.1",
"render-help": "^1.0.0",
"signal-exit": "^3.0.3",
"tree-kill": "^1.2.2"
},
"peerDependencies": {
"@pnpm/logger": "^3.1.0"
},
"funding": "https://opencollective.com/pnpm"
}