{ "name": "@pnpm/global.commands", "version": "1000.0.0-0", "description": "Global package command handlers for pnpm", "keywords": [ "pnpm", "pnpm11", "global" ], "license": "MIT", "funding": "https://opencollective.com/pnpm", "repository": "https://github.com/pnpm/pnpm/tree/main/global/commands", "homepage": "https://github.com/pnpm/pnpm/tree/main/global/commands#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\" \"test/**/*.ts\"", "prepublishOnly": "pn compile", "compile": "tsgo --build && pn lint --fix", "test": "pn compile && pn .test", ".test": "cross-env NODE_OPTIONS=\"$NODE_OPTIONS --experimental-vm-modules --disable-warning=ExperimentalWarning --disable-warning=DEP0169\" jest" }, "dependencies": { "@pnpm/bins.linker": "workspace:*", "@pnpm/bins.remover": "workspace:*", "@pnpm/bins.resolver": "workspace:*", "@pnpm/cli.command": "workspace:*", "@pnpm/cli.utils": "workspace:*", "@pnpm/config.matcher": "workspace:*", "@pnpm/config.reader": "workspace:*", "@pnpm/error": "workspace:*", "@pnpm/global.packages": "workspace:*", "@pnpm/installing.deps-installer": "workspace:*", "@pnpm/pkg-manifest.reader": "workspace:*", "@pnpm/store.connection-manager": "workspace:*", "@pnpm/types": "workspace:*", "@pnpm/util.lex-comparator": "catalog:", "is-subdir": "catalog:", "symlink-dir": "catalog:" }, "devDependencies": { "@pnpm/global.commands": "workspace:*" }, "engines": { "node": ">=22.13" }, "jest": { "preset": "@pnpm/jest-config" } }