{ "name": "@pnpm/store.path", "version": "1000.0.5", "description": "Resolves the pnpm store path", "keywords": [ "pnpm", "pnpm11", "store" ], "license": "MIT", "funding": "https://opencollective.com/pnpm", "repository": "https://github.com/pnpm/pnpm/tree/main/store/path", "homepage": "https://github.com/pnpm/pnpm/tree/main/store/path#readme", "bugs": { "url": "https://github.com/pnpm/pnpm/issues" }, "type": "module", "main": "lib/index.js", "exports": { ".": "./lib/index.js" }, "files": [ "lib", "!*.map" ], "scripts": { "prepublishOnly": "pnpm run compile", "lint": "eslint \"src/**/*.ts\" \"test/**/*.ts\"", "test": "pnpm run compile && pnpm run .test", "compile": "tsgo --build && pnpm run lint --fix", ".test": "cross-env NODE_OPTIONS=\"$NODE_OPTIONS --experimental-vm-modules --disable-warning=ExperimentalWarning --disable-warning=DEP0169\" jest" }, "dependencies": { "@pnpm/constants": "workspace:*", "@pnpm/error": "workspace:*", "@zkochan/rimraf": "catalog:", "can-link": "catalog:", "path-absolute": "catalog:", "path-temp": "catalog:", "root-link-target": "catalog:", "touch": "catalog:" }, "devDependencies": { "@jest/globals": "catalog:", "@pnpm/store.path": "workspace:*", "@types/is-windows": "catalog:", "@types/node": "catalog:", "@types/touch": "catalog:", "is-windows": "catalog:", "rimraf": "catalog:" }, "engines": { "node": ">=22.13" }, "jest": { "preset": "@pnpm/jest-config" }, "typings": "lib/index.d.ts" }