@pnpm/plugin-commands-publishing
Version:
The pack and publish commands of pnpm
103 lines • 3.09 kB
JSON
{
"name": "@pnpm/plugin-commands-publishing",
"version": "1000.3.16",
"description": "The pack and publish commands of pnpm",
"keywords": [
"pnpm",
"pnpm10",
"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": "commonjs",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"exports": {
".": "./lib/index.js"
},
"files": [
"lib",
"!*.map"
],
"dependencies": {
"@zkochan/rimraf": "^3.0.2",
"chalk": "^4.1.2",
"enquirer": "^2.4.1",
"execa": "npm:safe-execa@0.1.2",
"p-filter": "^2.1.0",
"p-limit": "^3.1.0",
"ramda": "npm:@pnpm/ramda@0.28.1",
"realpath-missing": "^1.1.0",
"render-help": "^1.0.3",
"tar-stream": "^2.2.0",
"tempy": "^1.0.1",
"tinyglobby": "^0.2.15",
"validate-npm-package-name": "5.0.0",
"write-json-file": "^4.3.0",
"@pnpm/catalogs.types": "1000.0.0",
"@pnpm/cli-utils": "1001.3.10",
"@pnpm/client": "1001.1.24",
"@pnpm/common-cli-options-help": "1000.0.2",
"@pnpm/error": "1000.1.0",
"@pnpm/config": "1004.11.0",
"@pnpm/lifecycle": "1001.0.37",
"@pnpm/exportable-manifest": "1000.4.2",
"@pnpm/pick-registry-for-package": "1000.0.16",
"@pnpm/plugin-commands-env": "1000.0.66",
"@pnpm/resolver-base": "1005.4.1",
"@pnpm/run-npm": "1000.1.1",
"@pnpm/types": "1001.3.0",
"@pnpm/sort-packages": "1000.0.16",
"@pnpm/package-bins": "1000.0.17",
"@pnpm/network.auth-header": "1000.0.7",
"@pnpm/git-utils": "1000.0.0",
"@pnpm/fs.packlist": "1000.0.0"
},
"peerDependencies": {
"@pnpm/logger": "^1001.0.1"
},
"devDependencies": {
"@jest/globals": "29.7.0",
"@pnpm/registry-mock": "5.2.0",
"@types/cross-spawn": "^6.0.6",
"@types/is-windows": "^1.0.2",
"@types/proxyquire": "^1.3.31",
"@types/ramda": "0.29.12",
"@types/sinon": "^10.0.20",
"@types/tar": "^6.1.13",
"@types/tar-stream": "^2.2.3",
"@types/validate-npm-package-name": "^4.0.2",
"ci-info": "^3.9.0",
"cross-spawn": "^7.0.6",
"is-windows": "^1.0.2",
"load-json-file": "^6.2.0",
"tar": "^7.5.11",
"write-yaml-file": "^5.0.0",
"@pnpm/catalogs.config": "1000.0.6",
"@pnpm/logger": "1001.0.1",
"@pnpm/plugin-commands-publishing": "1000.3.16",
"@pnpm/pnpmfile": "1002.1.13",
"@pnpm/prepare": "1000.0.16",
"@pnpm/test-ipc-server": "1000.0.0",
"@pnpm/workspace.filter-packages-from-dir": "1000.0.65"
},
"engines": {
"node": ">=18.12"
},
"jest": {
"preset": "@pnpm/jest-config/with-registry"
},
"scripts": {
"start": "tsc --watch",
"lint": "eslint \"src/**/*.ts\" \"test/**/*.ts\"",
"_test": "jest",
"test": "pnpm run compile && pnpm run _test",
"compile": "tsc --build && pnpm run lint --fix"
}
}