{ "name": "@pnpm/server", "version": "0.4.0", "description": "A pnpm installer server", "main": "lib/index.js", "typings": "lib/index.d.ts", "files": [ "lib" ], "engines": { "node": ">=4" }, "scripts": { "lint": "tslint -c tslint.json --project .", "tsc": "rimraf lib && tsc", "test": "rimraf .store && npm run lint && preview && ts-node test --type-check && mos t", "md": "mos", "prepublishOnly": "npm run tsc" }, "repository": { "type": "git", "url": "git+https://github.com/pnpm/server.git" }, "keywords": [ "pnpm", "server" ], "author": "Zoltan Kochan (https://www.kochan.io/)", "license": "MIT", "bugs": { "url": "https://github.com/pnpm/server/issues" }, "homepage": "https://github.com/pnpm/server#readme", "peerDependencies": { "@pnpm/logger": "^1.0.0" }, "devDependencies": { "@pnpm/logger": "^1.0.0", "@pnpm/npm-resolver": "^0.3.1", "@pnpm/tarball-fetcher": "^0.3.1", "@types/tape": "^4.2.31", "mos": "^2.0.0-alpha.3", "mos-plugin-readme": "^1.0.4", "package-preview": "^1.0.1", "rimraf": "^2.6.2", "tape": "^4.8.0", "ts-node": "^4.0.1", "tslint": "^5.8.0", "typescript": "^2.6.1" }, "mos": { "plugins": [ "readme" ], "installation": { "useShortAlias": true } }, "dependencies": { "@pnpm/package-requester": "^0.5.0", "@types/got": "^7.1.6", "@types/node": "^8.0.57", "@types/p-limit": "^1.1.1", "@types/uuid": "^3.4.3", "got": "^8.0.1", "p-limit": "^1.1.0", "package-store": "^0.12.0", "uuid": "^3.1.0" } }