{
	"name": "pnpm",
	"description": "Fast, disk space efficient package manager",
	"version": "6.7.6",
	"bin": {
		"pnpm": "bin/pnpm.cjs",
		"pnpx": "bin/pnpx.cjs"
	},
	"bugs": {
		"url": "https://github.com/pnpm/pnpm/issues"
	},
	"main": "bin/pnpm.cjs",
	"unpkg": "dist/pnpm.cjs",
	"files": [
		"dist",
		"bin"
	],
	"__optionalDependencies": {
		"node-gyp": "^8.0.0"
	},
	"__devDependencies": {
		"@pnpm/assert-project": "workspace:*",
		"@pnpm/cli-meta": "workspace:2.0.0",
		"@pnpm/cli-utils": "workspace:0.6.7",
		"@pnpm/client": "workspace:4.0.1",
		"@pnpm/command": "workspace:2.0.0",
		"@pnpm/common-cli-options-help": "workspace:0.6.0",
		"@pnpm/config": "workspace:12.3.2",
		"@pnpm/constants": "workspace:5.0.0",
		"@pnpm/core-loggers": "workspace:6.0.2",
		"@pnpm/default-reporter": "workspace:8.1.2",
		"@pnpm/file-reporter": "^1.0.1",
		"@pnpm/filter-workspace-packages": "workspace:4.0.6",
		"@pnpm/find-workspace-dir": "workspace:3.0.1",
		"@pnpm/find-workspace-packages": "workspace:3.0.7",
		"@pnpm/lockfile-types": "workspace:3.0.0",
		"@pnpm/logger": "^4.0.0",
		"@pnpm/modules-yaml": "workspace:9.0.2",
		"@pnpm/nopt": "^0.2.1",
		"@pnpm/parse-cli-args": "workspace:4.3.0",
		"@pnpm/pick-registry-for-package": "workspace:2.0.2",
		"@pnpm/plugin-commands-audit": "workspace:4.2.0",
		"@pnpm/plugin-commands-import": "workspace:2.0.17",
		"@pnpm/plugin-commands-installation": "workspace:4.1.13",
		"@pnpm/plugin-commands-listing": "workspace:3.0.11",
		"@pnpm/plugin-commands-nvm": "workspace:0.2.2",
		"@pnpm/plugin-commands-outdated": "workspace:4.1.10",
		"@pnpm/plugin-commands-publishing": "workspace:3.3.3",
		"@pnpm/plugin-commands-rebuild": "workspace:4.0.9",
		"@pnpm/plugin-commands-script-runners": "workspace:3.3.1",
		"@pnpm/plugin-commands-server": "workspace:3.0.13",
		"@pnpm/plugin-commands-setup": "workspace:^0.1.3",
		"@pnpm/plugin-commands-store": "workspace:3.0.14",
		"@pnpm/prepare": "workspace:0.0.24",
		"@pnpm/read-package-json": "workspace:5.0.2",
		"@pnpm/read-project-manifest": "workspace:2.0.3",
		"@pnpm/run-npm": "workspace:3.1.0",
		"@pnpm/store-path": "^5.0.0",
		"@pnpm/tabtab": "^0.1.2",
		"@pnpm/types": "workspace:7.2.0",
		"@pnpm/write-project-manifest": "workspace:2.0.2",
		"@types/byline": "^4.2.32",
		"@types/cross-spawn": "^6.0.2",
		"@types/is-ci": "^3.0.0",
		"@types/is-windows": "^1.0.0",
		"@types/ncp": "^2.0.4",
		"@types/ramda": "0.27.39",
		"@types/semver": "^7.3.4",
		"@types/which": "^2.0.0",
		"@zkochan/libnpx": "^13.1.5",
		"@zkochan/pkg": "0.0.0-1",
		"@zkochan/retry": "^0.2.0",
		"@zkochan/rimraf": "^2.1.1",
		"anonymous-npm-registry-client": "0.1.2",
		"byline": "5.0.0",
		"chalk": "^4.1.0",
		"cross-spawn": "^7.0.3",
		"cross-var-no-babel": "^1.2.0",
		"deep-require-cwd": "1.0.0",
		"delay": "^5.0.0",
		"dir-is-case-sensitive": "^2.0.0",
		"esbuild": "^0.12.0",
		"execa": "^5.0.0",
		"exists-link": "2.0.0",
		"is-ci": "^3.0.0",
		"is-windows": "^1.0.2",
		"load-json-file": "^6.2.0",
		"loud-rejection": "^2.2.0",
		"ncp": "^2.0.0",
		"normalize-newline": "3.0.0",
		"npm-run-all": "^4.1.5",
		"p-any": "3.0.0",
		"p-defer": "^3.0.0",
		"path-exists": "^4.0.0",
		"path-name": "^1.0.0",
		"pkgs-graph": "workspace:6.1.2",
		"ps-list": "^7.2.0",
		"ramda": "^0.27.1",
		"read-yaml-file": "^2.1.0",
		"render-help": "^1.0.1",
		"semver": "^7.3.4",
		"split-cmd": "^1.0.1",
		"strip-ansi": "^6.0.0",
		"symlink-dir": "^5.0.0",
		"tempy": "^1.0.0",
		"tree-kill": "^1.2.2",
		"which": "^2.0.2",
		"write-json-file": "^4.3.0",
		"write-pkg": "4.0.0",
		"write-yaml-file": "^4.2.0"
	},
	"directories": {
		"test": "test"
	},
	"homepage": "https://pnpm.io",
	"keywords": [
		"dependency manager",
		"install",
		"installer",
		"uninstall",
		"remove",
		"link",
		"prune",
		"shrinkwrap",
		"lockfile",
		"fast",
		"rapid",
		"efficient",
		"package.json",
		"packages",
		"dependencies",
		"symlinks",
		"hardlinks",
		"modules",
		"npm",
		"package manager",
		"monorepo",
		"multi-package",
		"workspace"
	],
	"license": "MIT",
	"preferGlobal": true,
	"engines": {
		"node": ">=12.17"
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/pnpm/pnpm.git"
	},
	"publishconfig": {
		"tag": "next"
	},
	"funding": "https://opencollective.com/pnpm",
	"scripts": {
		"bundle:pnpm": "cross-var esbuild lib/pnpm.js --bundle --platform=node --outfile=dist/pnpm.cjs --external:node-gyp --define:process.env.npm_package_name=\\\"$npm_package_name\\\" --define:process.env.npm_package_version=\\\"$npm_package_version\\\"",
		"bundle:pnpx": "esbuild lib/pnpx.js --bundle --platform=node --outfile=dist/pnpx.cjs",
		"bundle": "pnpm bundle:pnpm && pnpm bundle:pnpx",
		"start": "pnpm tsc -- --watch",
		"lint": "eslint -c ../../eslint.json src/**/*.ts test/**/*.ts",
		"registry-mock": "registry-mock",
		"test:jest": "jest",
		"pretest:e2e": "rimraf node_modules/.bin/pnpm",
		"test:e2e": "registry-mock prepare && run-p -r registry-mock test:jest",
		"_test": "cross-env PNPM_REGISTRY_MOCK_PORT=7780 pnpm run test:e2e",
		"test": "pnpm run compile && pnpm run _test",
		"compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build && pnpm run lint -- --fix && rimraf dist bin/nodes && pnpm run bundle && shx cp -r node-gyp-bin dist/node-gyp-bin && shx cp -r node_modules/@pnpm/tabtab/lib/scripts dist/scripts && shx cp -r node_modules/ps-list/vendor dist/vendor && pkg ./dist/pnpm.cjs --out-path=../artifacts/win-x64 --targets=node14-win-x64 && pkg ./dist/pnpm.cjs --out-path=../artifacts/linux-x64 --targets=node14-linux-x64 && pkg ./dist/pnpm.cjs --out-path=../artifacts/macos-x64 --targets=node14-macos-x64"
	}
}
