mirror of
https://github.com/pnpm/pnpm.git
synced 2025-12-31 11:08:12 -05:00
80 lines
2.4 KiB
JSON
80 lines
2.4 KiB
JSON
{
|
|
"name": "@pnpm/plugin-commands-script-runners",
|
|
"version": "8.0.29",
|
|
"description": "Commands for running scripts",
|
|
"main": "lib/index.js",
|
|
"types": "lib/index.d.ts",
|
|
"files": [
|
|
"lib",
|
|
"!*.map"
|
|
],
|
|
"engines": {
|
|
"node": ">=16.14"
|
|
},
|
|
"scripts": {
|
|
"lint": "eslint \"src/**/*.ts\" \"test/**/*.ts\"",
|
|
"_test": "cross-env PNPM_REGISTRY_MOCK_PORT=7771 jest",
|
|
"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": [
|
|
"pnpm8",
|
|
"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.20.0",
|
|
"@pnpm/test-ipc-server": "workspace:*",
|
|
"@types/is-windows": "^1.0.2",
|
|
"@types/ramda": "0.28.20",
|
|
"@types/which": "^2.0.2",
|
|
"is-windows": "^1.0.2",
|
|
"write-yaml-file": "^5.0.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/log.group": "1.0.1",
|
|
"@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.3",
|
|
"didyoumean2": "^6.0.1",
|
|
"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.3",
|
|
"which": "npm:@pnpm/which@^3.0.1",
|
|
"write-json-file": "^4.3.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@pnpm/logger": "5.0 || 5.1"
|
|
},
|
|
"funding": "https://opencollective.com/pnpm",
|
|
"exports": {
|
|
".": "./lib/index.js"
|
|
}
|
|
}
|