Files
pnpm/packages/plugin-commands-script-runners/package.json
2020-02-02 20:56:13 +02:00

66 lines
1.9 KiB
JSON

{
"name": "@pnpm/plugin-commands-script-runners",
"version": "0.2.5",
"description": "Commands for running scripts",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib"
],
"engines": {
"node": ">=10"
},
"scripts": {
"lint": "tslint -c ../../tslint.json src/**/*.ts test/**/*.ts",
"tsc": "rimraf lib && tsc",
"registry-mock": "registry-mock",
"test:tap": "ts-node test --type-check",
"pretest:e2e": "registry-mock prepare",
"test:e2e": "run-p -r registry-mock test:tap",
"test": "pnpm run tsc && cross-env PNPM_REGISTRY_MOCK_PORT=7775 pnpm run test:e2e",
"prepublishOnly": "pnpm run tsc"
},
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/plugin-commands-script-runners",
"keywords": [
"pnpm",
"scripts"
],
"author": "Zoltan Kochan <z@kochan.io> (https://www.kochan.io/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
"homepage": "https://pnpm.js.org",
"devDependencies": {
"@pnpm/filter-workspace-packages": "workspace:1.2.5",
"@pnpm/logger": "^3.1.0",
"@pnpm/plugin-commands-script-runners": "link:",
"@pnpm/prepare": "workspace:0.0.0",
"@types/common-tags": "^1.8.0",
"@types/mz": "^2.7.0",
"@types/ramda": "^0.26.40",
"@zkochan/rimraf": "1.0.0",
"execa": "4.0.0",
"mz": "2.7.0",
"write-yaml-file": "3.0.1"
},
"dependencies": {
"@pnpm/cli-utils": "workspace:0.3.4",
"@pnpm/command": "workspace:0.1.0-0",
"@pnpm/common-cli-options-help": "workspace:0.1.4",
"@pnpm/config": "workspace:8.0.0",
"@pnpm/error": "workspace:1.0.0",
"@pnpm/lifecycle": "workspace:8.0.2",
"@pnpm/sort-packages": "workspace:1.0.2",
"@pnpm/types": "workspace:5.0.0",
"@pnpm/utils": "workspace:0.12.4",
"common-tags": "1.8.0",
"p-limit": "2.2.2",
"ramda": "0.26.1",
"render-help": "0.0.0"
},
"peerDependencies": {
"@pnpm/logger": "^3.1.0"
}
}