{ "name": "@pnpm/plugin-commands-script-runners", "version": "5.0.0", "description": "Commands for running scripts", "main": "lib/index.js", "types": "lib/index.d.ts", "files": [ "lib", "!*.map" ], "engines": { "node": ">=14.19" }, "scripts": { "lint": "eslint 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=7778 pnpm run test:e2e", "test": "pnpm run compile && pnpm run _test", "prepublishOnly": "pnpm run compile", "start": "tsc --watch", "compile": "tsc --build && pnpm run lint --fix" }, "repository": "https://github.com/pnpm/pnpm/blob/main/packages/plugin-commands-script-runners", "keywords": [ "pnpm7", "pnpm", "scripts" ], "license": "MIT", "bugs": { "url": "https://github.com/pnpm/pnpm/issues" }, "homepage": "https://github.com/pnpm/pnpm/blob/main/packages/plugin-commands-script-runners#readme", "devDependencies": { "@pnpm/filter-workspace-packages": "workspace:5.0.0", "@pnpm/logger": "^4.0.0", "@pnpm/plugin-commands-script-runners": "workspace:5.0.0", "@pnpm/prepare": "workspace:*", "@pnpm/registry-mock": "2.15.1", "@types/is-windows": "^1.0.0", "@types/ramda": "0.27.39", "is-windows": "^1.0.2", "write-yaml-file": "^4.2.0" }, "dependencies": { "@pnpm/cli-utils": "workspace:0.7.0", "@pnpm/command": "workspace:3.0.0", "@pnpm/common-cli-options-help": "workspace:0.9.0", "@pnpm/config": "workspace:14.0.0", "@pnpm/error": "workspace:3.0.0", "@pnpm/lifecycle": "workspace:13.0.0", "@pnpm/read-project-manifest": "workspace:3.0.0", "@pnpm/sort-packages": "workspace:3.0.0", "@pnpm/store-path": "workspace:5.0.0", "@pnpm/types": "workspace:8.0.0", "@zkochan/rimraf": "^2.1.2", "execa": "npm:safe-execa@^0.1.1", "p-limit": "^3.1.0", "path-exists": "^4.0.0", "path-name": "^1.0.0", "ramda": "^0.27.1", "realpath-missing": "^1.1.0", "render-help": "^1.0.1" }, "peerDependencies": { "@pnpm/logger": "^4.0.0" }, "funding": "https://opencollective.com/pnpm", "exports": { ".": "./lib/index.js" } }