mirror of
https://github.com/pnpm/pnpm.git
synced 2026-02-06 05:02:22 -05:00
66 lines
2.2 KiB
JSON
66 lines
2.2 KiB
JSON
{
|
|
"name": "@pnpm/plugin-commands-script-runners",
|
|
"version": "1.2.5",
|
|
"description": "Commands for running scripts",
|
|
"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-script-runners/coverage ts-node packages/plugin-commands-script-runners/test --type-check",
|
|
"test:e2e": "registry-mock prepare && run-p -r registry-mock test:tap",
|
|
"_test": "cross-env PNPM_REGISTRY_MOCK_PORT=7778 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-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://github.com/pnpm/pnpm/blob/master/packages/plugin-commands-script-runners#readme",
|
|
"devDependencies": {
|
|
"@pnpm/filter-workspace-packages": "workspace:2.1.4",
|
|
"@pnpm/logger": "^3.2.2",
|
|
"@pnpm/plugin-commands-script-runners": "link:",
|
|
"@pnpm/prepare": "workspace:0.0.7",
|
|
"@types/mz": "^2.7.1",
|
|
"@types/ramda": "^0.27.6",
|
|
"@zkochan/rimraf": "1.0.0",
|
|
"execa": "^4.0.2",
|
|
"mz": "2.7.0",
|
|
"write-yaml-file": "^4.1.0"
|
|
},
|
|
"dependencies": {
|
|
"@pnpm/cli-utils": "workspace:0.4.11",
|
|
"@pnpm/command": "workspace:1.0.0",
|
|
"@pnpm/common-cli-options-help": "workspace:0.1.6",
|
|
"@pnpm/config": "workspace:10.0.1",
|
|
"@pnpm/error": "workspace:1.2.0",
|
|
"@pnpm/lifecycle": "workspace:9.1.3",
|
|
"@pnpm/sort-packages": "workspace:1.0.13",
|
|
"@pnpm/types": "workspace:6.2.0",
|
|
"p-limit": "^3.0.1",
|
|
"ramda": "0.27.0",
|
|
"realpath-missing": "1.0.0",
|
|
"render-help": "1.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@pnpm/logger": "^3.1.0"
|
|
},
|
|
"funding": "https://opencollective.com/pnpm"
|
|
}
|