{ "name": "@pnpm/server", "version": "10.0.0", "description": "A pnpm installer server", "main": "lib/index.js", "typings": "lib/index.d.ts", "files": [ "lib", "!*.map" ], "engines": { "node": ">=10.16" }, "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" }, "repository": "https://github.com/pnpm/pnpm/blob/master/packages/server", "keywords": [ "pnpm", "server" ], "author": "Zoltan Kochan (https://www.kochan.io/)", "license": "MIT", "bugs": { "url": "https://github.com/pnpm/pnpm/issues" }, "homepage": "https://github.com/pnpm/pnpm/blob/master/packages/server#readme", "peerDependencies": { "@pnpm/logger": "^3.2.3" }, "devDependencies": { "@pnpm/client": "workspace:2.0.23", "@pnpm/logger": "^3.2.3", "@pnpm/package-requester": "workspace:13.0.0", "@pnpm/package-store": "workspace:11.0.0", "@types/mz": "^2.7.3", "@types/node-fetch": "^2.5.7", "@types/uuid": "^8.3.0", "@zkochan/rimraf": "^1.0.0", "is-port-reachable": "3.0.0", "load-json-file": "^6.2.0", "mz": "^2.7.0", "node-fetch": "^2.6.1", "tempy": "^1.0.0" }, "dependencies": { "@pnpm/fetch": "workspace:2.1.10", "@pnpm/store-controller-types": "workspace:10.0.0", "@pnpm/types": "workspace:6.4.0", "p-limit": "^3.1.0", "promise-share": "^1.0.0", "uuid": "^3.4.0" }, "funding": "https://opencollective.com/pnpm" }