Files
pnpm/packages/plugin-commands-publishing/package.json
2021-03-25 02:24:30 +02:00

81 lines
2.5 KiB
JSON

{
"name": "@pnpm/plugin-commands-publishing",
"version": "2.5.6",
"description": "The pack and publish commands of pnpm",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib",
"!*.map"
],
"engines": {
"node": ">=12.17"
},
"scripts": {
"lint": "eslint -c ../../eslint.json src/**/*.ts test/**/*.ts",
"registry-mock": "registry-mock",
"test:jest": "jest",
"test:e2e": "registry-mock prepare && run-p -r registry-mock test:jest",
"_test": "cross-env PNPM_REGISTRY_MOCK_PORT=7776 pnpm run test:e2e",
"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/plugin-commands-publishing",
"keywords": [
"pnpm",
"pack",
"publish"
],
"author": "Zoltan Kochan <z@kochan.io> (https://www.kochan.io/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/plugin-commands-publishing#readme",
"devDependencies": {
"@pnpm/filter-workspace-packages": "workspace:2.3.14",
"@pnpm/logger": "^3.2.3",
"@pnpm/prepare": "workspace:0.0.18",
"@types/cross-spawn": "^6.0.2",
"@types/proxyquire": "^1.3.28",
"@types/ramda": "^0.27.35",
"@types/sinon": "^9.0.11",
"cross-spawn": "^7.0.3",
"execa": "^5.0.0",
"is-ci": "^3.0.0",
"is-windows": "^1.0.2",
"load-json-file": "^6.2.0",
"path-exists": "^4.0.0",
"tempy": "^1.0.0",
"write-yaml-file": "^4.2.0"
},
"dependencies": {
"@pnpm/cli-utils": "workspace:0.5.4",
"@pnpm/client": "workspace:2.0.24",
"@pnpm/config": "workspace:11.14.2",
"@pnpm/error": "workspace:1.4.0",
"@pnpm/exportable-manifest": "workspace:1.2.2",
"@pnpm/lifecycle": "workspace:9.6.5",
"@pnpm/pick-registry-for-package": "workspace:1.1.0",
"@pnpm/resolver-base": "workspace:7.1.1",
"@pnpm/run-npm": "workspace:2.0.3",
"@pnpm/sort-packages": "workspace:1.0.16",
"@pnpm/store-path": "5.0.0-0",
"@pnpm/types": "workspace:6.4.0",
"@zkochan/rimraf": "^1.0.0",
"cp-file": "^9.0.0",
"enquirer": "^2.3.6",
"fast-glob": "^3.2.4",
"p-filter": "^2.1.0",
"ramda": "^0.27.1",
"realpath-missing": "^1.1.0",
"render-help": "^1.0.1",
"write-json-file": "^4.3.0"
},
"peerDependencies": {
"@pnpm/logger": "^3.2.3"
},
"funding": "https://opencollective.com/pnpm"
}