{ "name": "@pnpm/plugin-commands-script-runners", "version": "6.0.16", "description": "Commands for running scripts", "main": "lib/index.js", "types": "lib/index.d.ts", "files": [ "lib", "!*.map" ], "engines": { "node": ">=14.6" }, "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=7771 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/exec/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/exec/plugin-commands-script-runners#readme", "devDependencies": { "@pnpm/filter-workspace-packages": "workspace:*", "@pnpm/plugin-commands-script-runners": "workspace:*", "@pnpm/prepare": "workspace:*", "@pnpm/registry-mock": "3.1.0", "@types/is-windows": "^1.0.0", "@types/ramda": "0.28.20", "is-windows": "^1.0.2", "write-yaml-file": "^4.2.0" }, "dependencies": { "@pnpm/cli-utils": "workspace:*", "@pnpm/command": "workspace:*", "@pnpm/common-cli-options-help": "workspace:*", "@pnpm/config": "workspace:*", "@pnpm/error": "workspace:*", "@pnpm/lifecycle": "workspace:*", "@pnpm/package-bins": "workspace:*", "@pnpm/plugin-commands-installation": "workspace:*", "@pnpm/read-package-json": "workspace:*", "@pnpm/read-project-manifest": "workspace:*", "@pnpm/sort-packages": "workspace:*", "@pnpm/store-path": "workspace:*", "@pnpm/types": "workspace:*", "@zkochan/rimraf": "^2.1.2", "execa": "npm:safe-execa@^0.1.2", "p-limit": "^3.1.0", "path-exists": "^4.0.0", "path-name": "^1.0.0", "ramda": "npm:@pnpm/ramda@0.28.1", "realpath-missing": "^1.1.0", "render-help": "^1.0.2" }, "peerDependencies": { "@pnpm/logger": "^5.0.0" }, "funding": "https://opencollective.com/pnpm", "exports": { ".": "./lib/index.js" } }