mirror of
https://github.com/pnpm/pnpm.git
synced 2026-01-30 17:52:25 -05:00
48 lines
1.3 KiB
JSON
48 lines
1.3 KiB
JSON
{
|
|
"name": "@pnpm/client",
|
|
"version": "2.0.22",
|
|
"description": "Creates the package resolve and fetch functions",
|
|
"main": "lib/index.js",
|
|
"typings": "lib/index.d.ts",
|
|
"files": [
|
|
"lib",
|
|
"!*.map"
|
|
],
|
|
"engines": {
|
|
"node": ">=12.17"
|
|
},
|
|
"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 <z@kochan.io> (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"
|
|
}
|