Files
pnpm/releasing/plugin-commands-publishing/package.json
2026-02-18 14:54:09 +01:00

108 lines
3.3 KiB
JSON

{
"name": "@pnpm/plugin-commands-publishing",
"version": "1000.2.19",
"description": "The pack and publish commands of pnpm",
"keywords": [
"pnpm",
"pnpm11",
"pack",
"publish"
],
"license": "MIT",
"funding": "https://opencollective.com/pnpm",
"repository": "https://github.com/pnpm/pnpm/tree/main/releasing/plugin-commands-publishing",
"homepage": "https://github.com/pnpm/pnpm/tree/main/releasing/plugin-commands-publishing#readme",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
"type": "module",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"exports": {
".": "./lib/index.js"
},
"files": [
"lib",
"!*.map"
],
"scripts": {
"start": "tsgo --watch",
"lint": "eslint \"src/**/*.ts\" \"test/**/*.ts\"",
"_test": "cross-env NODE_OPTIONS=\"$NODE_OPTIONS --experimental-vm-modules\" jest",
"test": "pnpm run compile && pnpm run _test",
"prepublishOnly": "pnpm run compile",
"compile": "tsgo --build && pnpm run lint --fix"
},
"dependencies": {
"@pnpm/catalogs.types": "workspace:*",
"@pnpm/cli-utils": "workspace:*",
"@pnpm/client": "workspace:*",
"@pnpm/common-cli-options-help": "workspace:*",
"@pnpm/config": "workspace:*",
"@pnpm/error": "workspace:*",
"@pnpm/exportable-manifest": "workspace:*",
"@pnpm/fetch": "workspace:*",
"@pnpm/fs.packlist": "workspace:*",
"@pnpm/git-utils": "workspace:*",
"@pnpm/lifecycle": "workspace:*",
"@pnpm/package-bins": "workspace:*",
"@pnpm/pick-registry-for-package": "workspace:*",
"@pnpm/plugin-commands-env": "workspace:*",
"@pnpm/resolver-base": "workspace:*",
"@pnpm/sort-packages": "workspace:*",
"@pnpm/types": "workspace:*",
"@zkochan/rimraf": "catalog:",
"chalk": "catalog:",
"ci-info": "catalog:",
"enquirer": "catalog:",
"execa": "catalog:",
"libnpmpublish": "catalog:",
"normalize-registry-url": "catalog:",
"p-filter": "catalog:",
"p-limit": "catalog:",
"ramda": "catalog:",
"realpath-missing": "catalog:",
"render-help": "catalog:",
"tar-stream": "catalog:",
"tempy": "catalog:",
"tinyglobby": "catalog:",
"validate-npm-package-name": "catalog:",
"write-json-file": "catalog:"
},
"peerDependencies": {
"@pnpm/logger": "catalog:"
},
"devDependencies": {
"@jest/globals": "catalog:",
"@pnpm/catalogs.config": "workspace:*",
"@pnpm/logger": "workspace:*",
"@pnpm/plugin-commands-publishing": "workspace:*",
"@pnpm/pnpmfile": "workspace:*",
"@pnpm/prepare": "workspace:*",
"@pnpm/registry-mock": "catalog:",
"@pnpm/test-ipc-server": "workspace:*",
"@pnpm/workspace.filter-packages-from-dir": "workspace:*",
"@types/cross-spawn": "catalog:",
"@types/is-windows": "catalog:",
"@types/libnpmpublish": "catalog:",
"@types/proxyquire": "catalog:",
"@types/ramda": "catalog:",
"@types/sinon": "catalog:",
"@types/tar": "catalog:",
"@types/tar-stream": "catalog:",
"@types/validate-npm-package-name": "catalog:",
"ci-info": "catalog:",
"cross-spawn": "catalog:",
"is-windows": "catalog:",
"load-json-file": "catalog:",
"tar": "catalog:",
"write-yaml-file": "catalog:"
},
"engines": {
"node": ">=22.13"
},
"jest": {
"preset": "@pnpm/jest-config/with-registry"
}
}