{
  "name": "@pnpm/store-path",
  "version": "1000.0.6",
  "description": "Resolves the pnpm store path",
  "keywords": [
    "pnpm",
    "pnpm10",
    "store"
  ],
  "license": "MIT",
  "funding": "https://opencollective.com/pnpm",
  "repository": "https://github.com/pnpm/pnpm/tree/main/store/store-path",
  "homepage": "https://github.com/pnpm/pnpm/tree/main/store/store-path#readme",
  "bugs": {
    "url": "https://github.com/pnpm/pnpm/issues"
  },
  "type": "commonjs",
  "main": "lib/index.js",
  "exports": {
    ".": "./lib/index.js"
  },
  "files": [
    "lib",
    "!*.map"
  ],
  "dependencies": {
    "@zkochan/rimraf": "^3.0.2",
    "can-link": "^2.0.0",
    "path-absolute": "^1.0.1",
    "path-temp": "^2.1.1",
    "root-link-target": "^3.1.0",
    "touch": "3.1.0",
    "@pnpm/constants": "1001.3.1",
    "@pnpm/error": "1000.1.0"
  },
  "devDependencies": {
    "@jest/globals": "29.7.0",
    "@types/is-windows": "^1.0.2",
    "@types/node": "^18.19.130",
    "@types/rimraf": "3.0.2",
    "@types/touch": "^3.1.5",
    "is-windows": "^1.0.2",
    "rimraf": "^3.0.2",
    "@pnpm/store-path": "1000.0.6"
  },
  "engines": {
    "node": ">=18.12"
  },
  "jest": {
    "preset": "@pnpm/jest-config"
  },
  "typings": "lib/index.d.ts",
  "scripts": {
    "lint": "eslint \"src/**/*.ts\" \"test/**/*.ts\"",
    "_test": "jest",
    "test": "pnpm run compile && pnpm run _test",
    "compile": "tsc --build && pnpm run lint --fix"
  }
}