Files
pnpm/packages/plugin-commands-script-runners/package.json
2021-02-14 22:25:41 +02:00

65 lines
2.0 KiB
JSON

{
"name": "@pnpm/plugin-commands-script-runners",
"version": "2.6.1",
"description": "Commands for running scripts",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib",
"!*.map"
],
"engines": {
"node": ">=12.17"
},
"scripts": {
"lint": "eslint -c ../../eslint.json 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",
"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.3.10",
"@pnpm/logger": "^3.2.3",
"@pnpm/prepare": "workspace:0.0.17",
"@types/ramda": "^0.27.35",
"@zkochan/rimraf": "^1.0.0",
"execa": "^5.0.0",
"is-windows": "^1.0.2",
"write-yaml-file": "^4.2.0"
},
"dependencies": {
"@pnpm/cli-utils": "workspace:0.5.0",
"@pnpm/command": "workspace:1.0.0",
"@pnpm/common-cli-options-help": "workspace:0.3.1",
"@pnpm/config": "workspace:11.14.0",
"@pnpm/error": "workspace:1.4.0",
"@pnpm/lifecycle": "workspace:9.6.4",
"@pnpm/sort-packages": "workspace:1.0.16",
"@pnpm/types": "workspace:6.4.0",
"p-limit": "^3.1.0",
"path-exists": "^4.0.0",
"ramda": "^0.27.1",
"realpath-missing": "^1.1.0",
"render-help": "^1.0.1"
},
"peerDependencies": {
"@pnpm/logger": "^3.2.3"
},
"funding": "https://opencollective.com/pnpm"
}