mirror of
https://github.com/pnpm/pnpm.git
synced 2026-05-11 01:15:11 -04:00
51 lines
1.4 KiB
JSON
51 lines
1.4 KiB
JSON
{
|
|
"name": "@pnpm/store-connection-manager",
|
|
"version": "3.1.0",
|
|
"description": "Create a direct pnpm store controller or connect to a running store server",
|
|
"main": "lib/index.js",
|
|
"typings": "lib/index.d.ts",
|
|
"files": [
|
|
"lib",
|
|
"!*.map"
|
|
],
|
|
"engines": {
|
|
"node": ">=12.17"
|
|
},
|
|
"scripts": {
|
|
"lint": "eslint src/**/*.ts",
|
|
"pretest": "rimraf node_modules/.bin/pnpm",
|
|
"test": "pnpm run compile",
|
|
"prepublishOnly": "pnpm run compile",
|
|
"compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build && pnpm run lint -- --fix"
|
|
},
|
|
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/store-connection-manager",
|
|
"keywords": [
|
|
"pnpm6",
|
|
"pnpm"
|
|
],
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/pnpm/pnpm/issues"
|
|
},
|
|
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/store-connection-manager#readme",
|
|
"devDependencies": {
|
|
"@pnpm/logger": "^4.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@pnpm/cli-meta": "workspace:2.0.0",
|
|
"@pnpm/client": "workspace:5.0.8",
|
|
"@pnpm/config": "workspace:13.3.0",
|
|
"@pnpm/error": "workspace:2.0.0",
|
|
"@pnpm/package-store": "workspace:12.0.15",
|
|
"@pnpm/server": "workspace:11.0.8",
|
|
"@pnpm/store-path": "^5.0.0",
|
|
"@zkochan/diable": "^1.0.2",
|
|
"delay": "^5.0.0",
|
|
"dir-is-case-sensitive": "^2.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@pnpm/logger": "^4.0.0"
|
|
},
|
|
"funding": "https://opencollective.com/pnpm"
|
|
}
|