mirror of
https://github.com/pnpm/pnpm.git
synced 2026-02-02 11:12:58 -05:00
49 lines
1.3 KiB
JSON
49 lines
1.3 KiB
JSON
{
|
|
"name": "@pnpm/client",
|
|
"version": "6.0.4",
|
|
"description": "Creates the package resolve and fetch functions",
|
|
"main": "lib/index.js",
|
|
"types": "lib/index.d.ts",
|
|
"files": [
|
|
"lib",
|
|
"!*.map"
|
|
],
|
|
"engines": {
|
|
"node": ">=12.17"
|
|
},
|
|
"scripts": {
|
|
"lint": "eslint src/**/*.ts test/**/*.ts",
|
|
"_test": "jest",
|
|
"test": "pnpm run compile && pnpm run _test",
|
|
"prepublishOnly": "pnpm run compile",
|
|
"compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build && pnpm run lint -- --fix"
|
|
},
|
|
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/client",
|
|
"keywords": [
|
|
"pnpm6",
|
|
"pnpm",
|
|
"resolver",
|
|
"npm"
|
|
],
|
|
"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:14.0.4",
|
|
"@pnpm/directory-fetcher": "workspace:1.0.1",
|
|
"@pnpm/fetch": "workspace:4.1.5",
|
|
"@pnpm/fetching-types": "workspace:2.2.1",
|
|
"@pnpm/git-fetcher": "workspace:4.1.8",
|
|
"@pnpm/resolver-base": "workspace:8.1.1",
|
|
"@pnpm/tarball-fetcher": "workspace:9.3.9",
|
|
"credentials-by-uri": "^2.0.0",
|
|
"mem": "^8.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@pnpm/logger": "^4.0.0"
|
|
},
|
|
"funding": "https://opencollective.com/pnpm"
|
|
}
|