{ "name": "@pnpm/server", "version": "11.0.5", "description": "A pnpm installer server", "main": "lib/index.js", "typings": "lib/index.d.ts", "files": [ "lib", "!*.map" ], "engines": { "node": ">=12.17" }, "scripts": { "lint": "eslint -c ../../eslint.json src/**/*.ts test/**/*.ts", "_test": "jest", "test": "pnpm run compile && pnpm run _test", "prepublishOnly": "pnpm run compile", "compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build && pnpm run lint -- --fix" }, "repository": "https://github.com/pnpm/pnpm/blob/master/packages/server", "keywords": [ "pnpm", "server" ], "license": "MIT", "bugs": { "url": "https://github.com/pnpm/pnpm/issues" }, "homepage": "https://github.com/pnpm/pnpm/blob/master/packages/server#readme", "peerDependencies": { "@pnpm/logger": "^4.0.0" }, "devDependencies": { "@pnpm/client": "workspace:5.0.3", "@pnpm/logger": "^4.0.0", "@pnpm/package-requester": "workspace:15.1.1", "@pnpm/package-store": "workspace:12.0.14", "@types/mz": "^2.7.3", "@types/node-fetch": "^2.5.7", "@types/uuid": "^8.3.0", "@zkochan/rimraf": "^2.1.1", "is-port-reachable": "3.0.0", "load-json-file": "^6.2.0", "node-fetch": "^2.6.1", "tempy": "^1.0.0" }, "dependencies": { "@pnpm/fetch": "workspace:4.0.2", "@pnpm/store-controller-types": "workspace:11.0.5", "@pnpm/types": "workspace:7.4.0", "p-limit": "^3.1.0", "promise-share": "^1.0.0", "uuid": "^3.4.0" }, "funding": "https://opencollective.com/pnpm" }