pnpm
Version:
90 lines • 2.32 kB
JSON
{
"name": "pnpm",
"version": "11.11.0",
"description": "Fast, disk space efficient package manager",
"keywords": [
"pnpm",
"pnpm11",
"dependencies",
"dependency manager",
"efficient",
"fast",
"hardlinks",
"install",
"installer",
"link",
"lockfile",
"modules",
"monorepo",
"multi-package",
"npm",
"package manager",
"package.json",
"packages",
"prune",
"rapid",
"remove",
"shrinkwrap",
"symlinks",
"uninstall",
"workspace"
],
"license": "MIT",
"funding": "https://opencollective.com/pnpm",
"repository": {
"type": "git",
"url": "git+https://github.com/pnpm/pnpm.git",
"directory": "pnpm11/pnpm"
},
"homepage": "https://pnpm.io",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
"type": "module",
"main": "bin/pnpm.mjs",
"exports": {
".": "./package.json"
},
"files": [
"dist",
"!dist/**/*.map",
"bin"
],
"bin": {
"pnpm": "bin/pnpm.mjs",
"pnpx": "bin/pnpx.mjs",
"pn": "bin/pnpm.mjs",
"pnx": "bin/pnpx.mjs"
},
"directories": {
"test": "test"
},
"unpkg": "dist/pnpm.mjs",
"engines": {
"node": ">=22.13"
},
"jest": {
"collectCoverage": false,
"preset": "@pnpm/jest-config/with-registry"
},
"preferGlobal": true,
"publishConfig": {
"tag": "next-11",
"executableFiles": [
"./dist/node-gyp-bin/node-gyp",
"./dist/node-gyp-bin/node-gyp.cmd",
"./dist/node_modules/node-gyp/bin/node-gyp.js",
"./dist/node_modules/node-gyp/gyp/gyp_main.py",
"./dist/node_modules/node-gyp/gyp/gyp"
]
},
"scripts": {
"bundle": "pnx node@runtime:24.6.0 bundle.ts",
"start": "tsgo --watch",
"lint": "eslint \"src/**/*.ts\" \"test/**/*.ts\"",
"pretest:e2e": "rimraf node_modules/.bin/pnpm",
"test": "pn compile && pn .test",
"compile": "tsgo --build && pn lint --fix && rimraf dist bin/nodes && pn bundle && shx cp -r node-gyp-bin dist/node-gyp-bin && shx cp -r node_modules/@pnpm/tabtab/lib/templates dist/templates && shx cp -r node_modules/ps-list/vendor dist/vendor && shx cp pnpmrc dist/pnpmrc",
".test": "cross-env NODE_OPTIONS=\"$NODE_OPTIONS --experimental-vm-modules --disable-warning=ExperimentalWarning --disable-warning=DEP0169\" jest"
}
}