UNPKG

@pnpm/plugin-commands-publishing

Version:
84 lines (83 loc) 2.55 kB
{ "name": "@pnpm/plugin-commands-publishing", "version": "2.1.9", "description": "The pack and publish commands of pnpm", "main": "lib/index.js", "typings": "lib/index.d.ts", "files": [ "lib", "!*.map" ], "engines": { "node": ">=10.13" }, "scripts": { "lint": "tslint -c ../../tslint.json src/**/*.ts test/**/*.ts", "registry-mock": "registry-mock", "test:tap": "cd ../.. && c8 --reporter lcov --reports-dir packages/plugin-commands-publishing/coverage ts-node packages/plugin-commands-publishing/test --type-check", "test:e2e": "registry-mock prepare && run-p -r registry-mock test:tap", "_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" }, "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": "2.1.9", "@pnpm/plugin-commands-publishing": "link:", "@pnpm/prepare": "0.0.7", "@types/cross-spawn": "^6.0.2", "@types/lru-cache": "^5.1.0", "@types/mz": "^2.7.1", "@types/proxyquire": "^1.3.28", "@types/ramda": "^0.27.11", "@types/sinon": "^9.0.4", "cross-spawn": "^7.0.3", "execa": "^4.0.3", "path-exists": "4.0.0", "proxyquire": "2.1.3", "sinon": "9.0.2", "tempy": "^0.6.0", "write-yaml-file": "^4.1.0" }, "dependencies": { "@pnpm/cli-utils": "0.4.16", "@pnpm/config": "11.2.0", "@pnpm/error": "1.2.0", "@pnpm/fetch": "^2.1.2", "@pnpm/lifecycle": "9.2.1", "@pnpm/npm-resolver": "9.0.1", "@pnpm/pick-registry-for-package": "1.0.3", "@pnpm/read-project-manifest": "1.0.9", "@pnpm/resolver-base": "7.0.3", "@pnpm/run-npm": "2.0.2", "@pnpm/sort-packages": "1.0.13", "@pnpm/store-path": "^4.0.0", "@pnpm/types": "6.2.0", "@zkochan/rimraf": "1.0.0", "cp-file": "^9.0.0", "credentials-by-uri": "^2.0.0", "enquirer": "^2.3.6", "fast-glob": "^3.2.4", "lru-cache": "^6.0.0", "mem": "^6.1.0", "mz": "^2.7.0", "p-filter": "^2.1.0", "ramda": "^0.27.0", "realpath-missing": "^1.0.0", "render-help": "^1.0.0", "write-json-file": "4.2.1" }, "funding": "https://opencollective.com/pnpm" }