Files
pnpm/packages/server/package.json
2019-03-02 11:44:54 +02:00

75 lines
1.8 KiB
JSON

{
"name": "@pnpm/server",
"version": "2.0.2",
"description": "A pnpm installer server",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib"
],
"engines": {
"node": ">=8"
},
"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 <z@kochan.io> (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": "3.0.0-0",
"@pnpm/package-requester": "6.1.0",
"@pnpm/package-store": "3.1.0",
"@pnpm/server": "link:",
"@pnpm/tarball-fetcher": "3.0.0-0",
"@pnpm/tslint-config": "0.0.0",
"@types/mz": "0.0.32",
"@types/tape": "4.2.33",
"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.3",
"rimraf-then": "1.0.1",
"tape": "4.10.1",
"ts-node": "7.0.1",
"tslint": "5.13.1",
"typescript": "3.3.3333"
},
"mos": {
"plugins": [
"readme"
],
"installation": {
"useShortAlias": true
}
},
"dependencies": {
"@pnpm/store-controller-types": "2.1.0",
"@pnpm/types": "2.0.0",
"@types/got": "8.3.4",
"@types/node": "11.9.5",
"@types/p-limit": "2.1.0",
"@types/uuid": "3.4.4",
"got": "8.3.2",
"p-limit": "2.1.0",
"uuid": "3.3.2"
}
}