{ "name": "@pnpm/mount-modules", "version": "0.0.6", "description": "Mounts a node_modules directory with FUSE", "main": "lib/index.js", "bin": "bin/mount-modules.js", "typings": "lib/index.d.ts", "engines": { "node": ">=10.16" }, "files": [ "lib", "!*.map", "bin" ], "scripts": { "lint": "eslint -c ../../eslint.json src/**/*.ts test/**/*.ts", "test": "pnpm run compile && pnpm run _test", "prepublishOnly": "pnpm run compile", "pre_test": "pnpm install --dir=test/__fixtures__/simple", "_test": "jest", "compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build" }, "repository": "https://github.com/pnpm/pnpm/blob/master/packages/mount-modules", "keywords": [ "pnpm", "shrinkwrap", "lockfile" ], "author": "Zoltan Kochan (https://www.kochan.io/)", "license": "MIT", "bugs": { "url": "https://github.com/pnpm/pnpm/issues" }, "homepage": "https://github.com/pnpm/pnpm/blob/master/packages/mount-modules#readme", "peerDependencies": { "@pnpm/logger": "^3.2.3" }, "devDependencies": { "@pnpm/logger": "^3.2.3", "@types/mz": "^2.7.3", "rimraf": "^3.0.2" }, "dependencies": { "@pnpm/cafs": "workspace:2.1.0", "@pnpm/lockfile-file": "workspace:3.2.1", "@pnpm/lockfile-utils": "workspace:2.0.22", "@pnpm/store-path": "^4.0.4", "@pnpm/types": "workspace:6.4.0", "dependency-path": "workspace:5.1.1", "hyperdrive-schemas": "^2.0.0", "load-json-file": "^6.2.0", "mz": "^2.7.0", "normalize-path": "^3.0.0" }, "funding": "https://opencollective.com/pnpm", "optionalDependencies": { "fuse-native": "^2.2.6" } }