{
  "name": "@pnpm/modules-mounter.daemon",
  "version": "1100.0.40",
  "description": "Mounts a node_modules directory with FUSE",
  "keywords": [
    "pnpm",
    "pnpm11",
    "lockfile",
    "shrinkwrap"
  ],
  "license": "MIT",
  "funding": "https://opencollective.com/pnpm",
  "repository": {
    "type": "git",
    "url": "https://github.com/pnpm/pnpm/tree/main/pnpm11/modules-mounter/daemon"
  },
  "homepage": "https://github.com/pnpm/pnpm/tree/main/pnpm11/modules-mounter/daemon#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",
    "bin"
  ],
  "bin": {
    "modules-mounter.daemon": "bin/mount-modules.js"
  },
  "dependencies": {
    "@pnpm/config.reader": "1102.0.1",
    "@pnpm/deps.path": "1101.0.0",
    "@pnpm/lockfile.fs": "1100.2.4",
    "@pnpm/lockfile.utils": "1102.0.0",
    "@pnpm/logger": "1100.0.0",
    "@pnpm/store.cafs": "1100.2.0",
    "@pnpm/store.index": "1100.2.5",
    "@pnpm/store.path": "1100.0.6",
    "@pnpm/types": "1102.0.0",
    "hyperdrive-schemas": "^2.0.0",
    "normalize-path": "^3.0.0"
  },
  "peerDependencies": {
    "@pnpm/logger": "^1100.0.0"
  },
  "optionalDependencies": {
    "fuse-native": "^2.2.6"
  },
  "devDependencies": {
    "@jest/globals": "30.4.1",
    "@pnpm/constants": "1102.0.0",
    "@pnpm/logger": "1100.0.0",
    "@pnpm/modules-mounter.daemon": "1100.0.40",
    "@types/normalize-path": "^3.0.2",
    "rimraf": "^6.1.3"
  },
  "engines": {
    "node": ">=22.13"
  },
  "jest": {
    "preset": "@pnpm/jest-config",
    "moduleNameMapper": {
      "^fuse-native$": "<rootDir>/__mocks__/fuse-native.js"
    }
  },
  "scripts": {
    "lint": "eslint \"src/**/*.ts\" \"test/**/*.ts\"",
    "test": "pn compile && pn .test",
    "pretest": "node ../../pnpm/dist/pnpm.mjs install --dir=test/__fixtures__/simple --config.enableGlobalVirtualStore=false",
    "compile": "tsgo --build && pn lint --fix",
    ".test": "pn pretest && cross-env NODE_OPTIONS=\"$NODE_OPTIONS --experimental-vm-modules --disable-warning=ExperimentalWarning --disable-warning=DEP0169\" jest"
  }
}