{ "name": "@pnpm/server", "version": "1.0.4", "description": "A pnpm installer server", "main": "lib/index.js", "typings": "lib/index.d.ts", "files": [ "lib" ], "engines": { "node": ">=6" }, "scripts": { "lint": "tslint -c tslint.json src/**/*.ts test/**/*.ts", "tsc": "rimraf lib && tsc", "test": "rimraf .store && npm run tsc && npm run lint && ts-node test --type-check && mos t", "md": "mos", "prepublishOnly": "npm run tsc" }, "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": "^2.1.0" }, "devDependencies": { "@pnpm/logger": "2.1.0", "@pnpm/npm-resolver": "2.2.6", "@pnpm/package-requester": "4.1.9", "@pnpm/package-store": "1.0.0", "@pnpm/server": "link:", "@pnpm/tarball-fetcher": "2.0.8", "@pnpm/tslint-config": "0.0.0", "@types/mz": "0.0.32", "@types/tape": "4.2.32", "is-port-reachable": "2.0.0", "mos": "2.0.0-alpha.3", "mos-plugin-readme": "1.0.4", "mz": "2.7.0", "rimraf": "2.6.2", "rimraf-then": "1.0.1", "tape": "4.9.1", "ts-node": "7.0.1", "tslint": "5.11.0", "typescript": "3.1.6" }, "mos": { "plugins": [ "readme" ], "installation": { "useShortAlias": true } }, "dependencies": { "@pnpm/store-controller-types": "1.0.0", "@pnpm/types": "2.0.0", "@types/got": "8.3.4", "@types/node": "10.12.5", "@types/p-limit": "2.0.0", "@types/uuid": "3.4.4", "got": "8.3.2", "p-limit": "2.0.0", "uuid": "3.3.2" } }