{ "name": "@pnpm/local-resolver", "version": "1002.1.4", "description": "Resolver for local packages", "keywords": [ "pnpm", "pnpm11", "npm", "resolver" ], "license": "MIT", "funding": "https://opencollective.com/pnpm", "repository": "https://github.com/pnpm/pnpm/tree/main/resolving/local-resolver", "homepage": "https://github.com/pnpm/pnpm/tree/main/resolving/local-resolver#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\"", "_test": "cross-env NODE_OPTIONS=\"$NODE_OPTIONS --experimental-vm-modules\" jest", "test": "pnpm run compile && pnpm run _test", "prepublishOnly": "pnpm run compile", "fix": "tslint -c tslint.json src/**/*.ts test/**/*.ts --fix", "compile": "tsgo --build && pnpm run lint --fix" }, "dependencies": { "@pnpm/crypto.hash": "workspace:*", "@pnpm/error": "workspace:*", "@pnpm/read-project-manifest": "workspace:*", "@pnpm/resolver-base": "workspace:*", "@pnpm/types": "workspace:*", "normalize-path": "catalog:" }, "peerDependencies": { "@pnpm/logger": "catalog:" }, "devDependencies": { "@jest/globals": "catalog:", "@pnpm/local-resolver": "workspace:*", "@pnpm/logger": "workspace:*", "@types/normalize-path": "catalog:" }, "engines": { "node": ">=22.13" }, "jest": { "preset": "@pnpm/jest-config" } }