7b5a0ba8c3
Previously we used gulp to run our formatter, currently clang-format, across our repository. This new tool within ng-dev allows us to migrate away from our gulp based solution as our gulp solution had issue with memory pressure and would cause OOM errors with too large of change sets. PR Close #36726
26 lines
705 B
JSON
26 lines
705 B
JSON
{
|
|
"name": "@angular/dev-infra-private",
|
|
"version": "0.0.0",
|
|
"description": "INTERNAL USE ONLY - Angular internal DevInfra tooling/scripts - INTERNAL USE ONLY",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"bin": {
|
|
"ng-dev": "./cli.js",
|
|
"ts-circular-deps": "./ts-circular-dependencies/index.js"
|
|
},
|
|
"peerDependencies": {
|
|
"chalk": "<from-root>",
|
|
"clang-format": "<from-root>",
|
|
"cli-progress": "<from-root>",
|
|
"glob": "<from-root>",
|
|
"inquirer": "<from-root>",
|
|
"minimatch": "<from-root>",
|
|
"multimatch": "<from-root>",
|
|
"shelljs": "<from-root>",
|
|
"typescript": "<from-root>",
|
|
"yaml": "<from-root>",
|
|
"yargs": "<from-root>",
|
|
"tslib": "<from-root>"
|
|
}
|
|
}
|