{ "name": "@pnpm/client", "version": "2.0.23", "description": "Creates the package resolve and fetch functions", "main": "lib/index.js", "typings": "lib/index.d.ts", "files": [ "lib", "!*.map" ], "engines": { "node": ">=10.16" }, "scripts": { "lint": "eslint -c ../../eslint.json src/**/*.ts test/**/*.ts", "_test": "jest", "test": "pnpm run compile && pnpm run _test", "prepublishOnly": "pnpm run compile", "compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build" }, "repository": "https://github.com/pnpm/pnpm/blob/master/packages/client", "keywords": [ "pnpm", "resolver", "npm" ], "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/client#readme", "dependencies": { "@pnpm/default-resolver": "workspace:11.0.19", "@pnpm/fetch": "workspace:2.1.10", "@pnpm/fetching-types": "workspace:1.0.0", "@pnpm/git-fetcher": "workspace:3.0.13", "@pnpm/resolver-base": "workspace:7.1.1", "@pnpm/tarball-fetcher": "workspace:8.2.8", "credentials-by-uri": "^2.0.0", "mem": "^8.0.0" }, "devDependencies": { "@pnpm/logger": "^3.2.3" }, "funding": "https://opencollective.com/pnpm" }