yarn-changed-workspaces
Version:
An utility to show changed workspaces and their dependants
45 lines (44 loc) • 945 B
JSON
{
"name": "yarn-changed-workspaces",
"version": "2.0.11",
"main": "./src/index.js",
"bin": "./bin/cli.js",
"description": "An utility to show changed workspaces and their dependants",
"homepage": "https://github.com/igrek8/yarn-changed-workspaces#readme",
"bugs": {
"url": "https://github.com/igrek8/yarn-changed-workspaces/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/igrek8/yarn-changed-workspaces.git"
},
"keywords": [
"yarn",
"workspaces",
"monorepository",
"changes"
],
"license": "MIT",
"files": [
"src",
"bin"
],
"engines": {
"node": ">=11.0.0"
},
"engineStrict": true,
"devDependencies": {
"@types/jest": "^26.0.10",
"jest": "^26.4.1"
},
"dependencies": {
"chalk": "^4.1.0",
"glob": "^7.1.6",
"lodash": "^4.17.20",
"micromatch": "^4.0.2",
"yargs": "^15.4.1"
},
"scripts": {
"test": "jest"
}
}