workspaces-affected
Version:
This tool is providing support for running operations only on affected packages in your [npm workspaces](https://docs.npmjs.com/cli/v7/using-npm/workspaces#defining-workspaces)
31 lines (30 loc) • 579 B
JSON
{
"name": "workspaces-affected",
"version": "2.1.0",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"keywords": [
"npm-workspaces",
"github-actions",
"lerna",
"affected packages"
],
"homepage": "https://github.com/sharonamr/workspaces-affected#readme",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/sharonamr/workspaces-affected.git"
},
"type": "module",
"bin": {
"workspaces-affected": "bin/affected.js"
},
"files": [
"src"
],
"license": "MIT",
"dependencies": {
"glob": "^7.2.0"
}
}