Files
pnpm/store/server/package.json
2024-09-09 15:43:02 +02:00

62 lines
1.6 KiB
JSON

{
"name": "@pnpm/server",
"version": "18.2.6",
"description": "A pnpm installer server",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"lib",
"!*.map"
],
"engines": {
"node": ">=18.12"
},
"scripts": {
"lint": "eslint \"src/**/*.ts\" \"test/**/*.ts\"",
"_test": "jest --detectOpenHandles",
"test": "pnpm run compile && pnpm run _test",
"prepublishOnly": "pnpm run compile",
"compile": "tsc --build && pnpm run lint --fix"
},
"repository": "https://github.com/pnpm/pnpm/blob/main/store/server",
"keywords": [
"pnpm9",
"pnpm",
"server"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
"homepage": "https://github.com/pnpm/pnpm/blob/main/store/server#readme",
"peerDependencies": {
"@pnpm/logger": "^5.1.0"
},
"devDependencies": {
"@pnpm/client": "workspace:*",
"@pnpm/logger": "workspace:*",
"@pnpm/package-requester": "workspace:*",
"@pnpm/package-store": "workspace:*",
"@pnpm/server": "workspace:*",
"@types/uuid": "catalog:",
"@zkochan/rimraf": "catalog:",
"get-port": "catalog:",
"is-port-reachable": "catalog:",
"load-json-file": "catalog:",
"node-fetch": "catalog:",
"tempy": "catalog:"
},
"dependencies": {
"@pnpm/fetch": "workspace:*",
"@pnpm/store-controller-types": "workspace:*",
"@pnpm/types": "workspace:*",
"p-limit": "catalog:",
"promise-share": "catalog:",
"uuid": "catalog:"
},
"funding": "https://opencollective.com/pnpm",
"exports": {
".": "./lib/index.js"
}
}