{ "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": "", "node-uuid": "", "semver": "", "shelljs": "", "typed-graphqlify": "", "yaml": "", "yargs": "" }, "peerDependencies": { "@angular/bazel": "^9.0.0", "@angular/core": "^9.0.0", "@angular/platform-browser": "^9.0.0", "@angular/benchpress": "^0.1.0", "@angular-devkit/build-optimizer": "", "@bazel/buildifier": "", "@bazel/protractor": "", "@bazel/terser": "", "@bazel/typescript": "", "brotli": "", "clang-format": "", "json5": "^1.0.1", "protractor": "", "rollup": "", "rollup-plugin-commonjs": "", "rollup-plugin-node-resolve": "", "rollup-plugin-sourcemaps": "", "selenium-webdriver": "", "ts-node": "", "tslib": "", "typescript": "", "zone.js": "^0.10.3" }, "peerDependenciesMeta": { "ts-node": { "optional": true } }, "bazelWorkspaces": { "npm_angular_dev_infra_private": { "version": "0.0.0-PLACEHOLDER", "rootPath": "." } } }