Files
pnpm/store/store-connection-manager/package.json
2026-02-18 14:54:09 +01:00

55 lines
1.4 KiB
JSON

{
"name": "@pnpm/store-connection-manager",
"version": "1002.2.4",
"description": "Create a pnpm store controller",
"keywords": [
"pnpm",
"pnpm11"
],
"license": "MIT",
"funding": "https://opencollective.com/pnpm",
"repository": "https://github.com/pnpm/pnpm/tree/main/store/store-connection-manager",
"homepage": "https://github.com/pnpm/pnpm/tree/main/store/store-connection-manager#readme",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
"type": "module",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"exports": {
".": "./lib/index.js"
},
"files": [
"lib",
"!*.map"
],
"scripts": {
"lint": "eslint \"src/**/*.ts\"",
"pretest": "rimraf node_modules/.bin/pnpm",
"test": "pnpm run compile",
"prepublishOnly": "pnpm run compile",
"compile": "tsgo --build && pnpm run lint --fix"
},
"dependencies": {
"@pnpm/cli-meta": "workspace:*",
"@pnpm/client": "workspace:*",
"@pnpm/config": "workspace:*",
"@pnpm/package-store": "workspace:*",
"@pnpm/store-path": "workspace:*",
"dir-is-case-sensitive": "catalog:"
},
"peerDependencies": {
"@pnpm/logger": "catalog:"
},
"devDependencies": {
"@pnpm/logger": "workspace:*",
"@pnpm/store-connection-manager": "workspace:*"
},
"engines": {
"node": ">=22.13"
},
"jest": {
"preset": "@pnpm/jest-config"
}
}