{ "name": "@pnpm/local-resolver", "version": "1000.0.1", "description": "Resolver for local packages", "main": "lib/index.js", "types": "lib/index.d.ts", "files": [ "lib", "!*.map" ], "engines": { "node": ">=18.12" }, "scripts": { "lint": "eslint \"src/**/*.ts\" \"test/**/*.ts\"", "_test": "jest", "test": "pnpm run compile && pnpm run _test", "prepublishOnly": "pnpm run compile", "fix": "tslint -c tslint.json src/**/*.ts test/**/*.ts --fix", "compile": "tsc --build && pnpm run lint --fix" }, "repository": "https://github.com/pnpm/pnpm/blob/main/resolving/local-resolver", "keywords": [ "pnpm10", "pnpm", "resolver", "npm" ], "license": "MIT", "bugs": { "url": "https://github.com/pnpm/pnpm/issues" }, "homepage": "https://github.com/pnpm/pnpm/blob/main/resolving/local-resolver#readme", "dependencies": { "@pnpm/error": "workspace:*", "@pnpm/graceful-fs": "workspace:*", "@pnpm/read-project-manifest": "workspace:*", "@pnpm/resolver-base": "workspace:*", "@pnpm/types": "workspace:*", "normalize-path": "catalog:", "ssri": "catalog:" }, "devDependencies": { "@pnpm/local-resolver": "workspace:*", "@pnpm/logger": "workspace:*", "@types/normalize-path": "catalog:", "@types/ssri": "catalog:" }, "peerDependencies": { "@pnpm/logger": ">=5.1.0 <1001.0.0" }, "funding": "https://opencollective.com/pnpm", "exports": { ".": "./lib/index.js" }, "jest": { "preset": "@pnpm/jest-config" } }