mirror of
https://github.com/pnpm/pnpm.git
synced 2025-12-31 11:08:12 -05:00
65 lines
1.7 KiB
JSON
65 lines
1.7 KiB
JSON
{
|
|
"name": "@pnpm/plugin-commands-server",
|
|
"version": "7.0.23",
|
|
"description": "Commands for controlling the store server",
|
|
"main": "lib/index.js",
|
|
"types": "lib/index.d.ts",
|
|
"files": [
|
|
"lib",
|
|
"!*.map"
|
|
],
|
|
"engines": {
|
|
"node": ">=18.12"
|
|
},
|
|
"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": [
|
|
"pnpm9",
|
|
"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/logger": "workspace:*",
|
|
"@pnpm/plugin-commands-server": "workspace:*",
|
|
"@types/is-windows": "catalog:",
|
|
"@types/ramda": "catalog:",
|
|
"@types/signal-exit": "catalog:"
|
|
},
|
|
"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": "catalog:",
|
|
"delay": "catalog:",
|
|
"get-port": "catalog:",
|
|
"is-windows": "catalog:",
|
|
"process-exists": "catalog:",
|
|
"ramda": "catalog:",
|
|
"render-help": "catalog:",
|
|
"signal-exit": "catalog:",
|
|
"tree-kill": "catalog:"
|
|
},
|
|
"peerDependencies": {
|
|
"@pnpm/logger": "^5.1.0"
|
|
},
|
|
"funding": "https://opencollective.com/pnpm",
|
|
"exports": {
|
|
".": "./lib/index.js"
|
|
}
|
|
}
|