mirror of
https://github.com/pnpm/pnpm.git
synced 2026-02-05 04:31:31 -05:00
49 lines
1.4 KiB
JSON
49 lines
1.4 KiB
JSON
{
|
|
"name": "@pnpm/client",
|
|
"version": "2.0.8",
|
|
"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 <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.6",
|
|
"@pnpm/fetch": "workspace:^2.1.6",
|
|
"@pnpm/fetching-types": "workspace:^1.0.0",
|
|
"@pnpm/git-fetcher": "workspace:3.0.9",
|
|
"@pnpm/resolver-base": "workspace:7.0.4",
|
|
"@pnpm/tarball-fetcher": "workspace:8.2.3",
|
|
"credentials-by-uri": "^2.0.0",
|
|
"mem": "^8.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@pnpm/client": "link:",
|
|
"@pnpm/logger": "^3.2.2"
|
|
},
|
|
"funding": "https://opencollective.com/pnpm"
|
|
}
|