Files
pnpm/packages/server/package.json
2021-03-28 12:30:59 +03:00

59 lines
1.6 KiB
JSON

{
"name": "@pnpm/server",
"version": "10.0.1",
"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 && pnpm run lint -- --fix"
},
"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.24",
"@pnpm/logger": "^3.2.3",
"@pnpm/package-requester": "workspace:13.0.1",
"@pnpm/package-store": "workspace:11.0.3",
"@types/mz": "^2.7.3",
"@types/node-fetch": "^2.5.7",
"@types/uuid": "^8.3.0",
"@zkochan/rimraf": "^2.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.11",
"@pnpm/store-controller-types": "workspace:10.0.0",
"@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"
}