Files
pnpm/packages/server/package.json
2021-02-27 02:14:34 +02:00

59 lines
1.6 KiB
JSON

{
"name": "@pnpm/server",
"version": "9.0.7",
"description": "A pnpm installer server",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib",
"!*.map"
],
"engines": {
"node": ">=12.17"
},
"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 <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": "^3.2.3"
},
"devDependencies": {
"@pnpm/client": "workspace:2.0.22",
"@pnpm/logger": "^3.2.3",
"@pnpm/package-requester": "workspace:12.2.2",
"@pnpm/package-store": "workspace:10.1.18",
"@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",
"node-fetch": "^2.6.1",
"tempy": "^1.0.0"
},
"dependencies": {
"@pnpm/fetch": "workspace:2.1.10",
"@pnpm/store-controller-types": "workspace:9.2.1",
"@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"
}