Files
pnpm/packages/plugin-commands-publishing/package.json
2020-03-16 02:16:53 +02:00

77 lines
2.5 KiB
JSON

{
"name": "@pnpm/plugin-commands-publishing",
"version": "1.0.0",
"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": "workspace:2.0.5",
"@pnpm/plugin-commands-publishing": "link:",
"@pnpm/prepare": "workspace:0.0.0",
"@types/cross-spawn": "^6.0.1",
"@types/lru-cache": "^5.1.0",
"@types/mz": "^2.7.0",
"@types/proxyquire": "1.3.28",
"@types/ramda": "^0.26.44",
"@types/sinon": "7.5.2",
"cross-spawn": "7.0.1",
"execa": "4.0.0",
"path-exists": "4.0.0",
"proxyquire": "2.1.3",
"sinon": "9.0.1",
"tempy": "0.4.0",
"write-yaml-file": "3.0.1"
},
"dependencies": {
"@pnpm/cli-utils": "workspace:0.3.10",
"@pnpm/config": "workspace:8.1.1",
"@pnpm/error": "workspace:1.1.0",
"@pnpm/npm-resolver": "workspace:7.3.6",
"@pnpm/read-project-manifest": "workspace:1.0.1",
"@pnpm/resolver-base": "workspace:7.0.0",
"@pnpm/run-npm": "workspace:2.0.0",
"@pnpm/store-path": "2.1.1",
"@pnpm/types": "workspace:5.0.0",
"@pnpm/utils": "workspace:0.12.4",
"@zkochan/rimraf": "1.0.0",
"cp-file": "9.0.0",
"enquirer": "2.3.4",
"fast-glob": "3.2.2",
"lru-cache": "5.1.1",
"mz": "2.7.0",
"p-filter": "2.1.0",
"ramda": "0.27.0",
"render-help": "1.0.0",
"write-json-file": "4.2.1"
}
}