{ "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" }, "dependencies": { "@octokit/graphql": "", "chalk": "", "cli-progress": "", "glob": "", "inquirer": "", "minimatch": "", "multimatch": "", "semver": "", "shelljs": "", "typed-graphqlify": "", "yaml": "", "yargs": "" }, "peerDependencies": { "@bazel/buildifier": "", "clang-format": "", "ts-node": "", "tslib": "", "typescript": "" }, "peerDependenciesMeta": { "ts-node": { "optional": true } } }