Files
pnpm/packages/server/package.json
2019-05-04 19:35:14 +03:00

75 lines
1.9 KiB
JSON

{
"name": "@pnpm/server",
"version": "3.0.4",
"description": "A pnpm installer server",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib"
],
"engines": {
"node": ">=8.15"
},
"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": "file:../npm-resolver",
"@pnpm/package-requester": "file:../package-requester",
"@pnpm/package-store": "file:../package-store",
"@pnpm/server": "link:",
"@pnpm/tarball-fetcher": "file:../tarball-fetcher",
"@pnpm/tslint-config": "0.0.0",
"@types/mz": "0.0.32",
"@types/node": "*",
"@types/node-fetch": "2",
"@types/tape": "4.2.33",
"@types/uuid": "3.4.4",
"is-port-reachable": "2.0.1",
"mos": "2.0.0-alpha.3",
"mos-plugin-readme": "1.0.4",
"mz": "2.7.0",
"node-fetch": "2.5.0",
"rimraf": "2.6.3",
"rimraf-then": "1.0.1",
"tape": "4.10.1",
"ts-node": "8.1.0",
"tslint": "5.16.0",
"typescript": "3.4.5"
},
"mos": {
"plugins": [
"readme"
],
"installation": {
"useShortAlias": true
}
},
"dependencies": {
"@pnpm/fetch": "1.0.0",
"@pnpm/store-controller-types": "3.0.3",
"@pnpm/types": "3.2.0",
"p-limit": "2.2.0",
"uuid": "3.3.2"
}
}