2020-03-17 07:58:17 -04:00
|
|
|
{
|
|
|
|
"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"
|
|
|
|
},
|
2020-05-12 12:48:02 -04:00
|
|
|
"dependencies": {
|
2020-05-05 18:37:31 -04:00
|
|
|
"@octokit/graphql": "<from-root>",
|
2020-03-17 07:58:17 -04:00
|
|
|
"chalk": "<from-root>",
|
2020-04-20 16:00:10 -04:00
|
|
|
"cli-progress": "<from-root>",
|
2020-03-17 07:58:17 -04:00
|
|
|
"glob": "<from-root>",
|
2020-04-20 16:00:10 -04:00
|
|
|
"inquirer": "<from-root>",
|
2020-03-17 07:58:17 -04:00
|
|
|
"minimatch": "<from-root>",
|
2020-04-20 16:00:10 -04:00
|
|
|
"multimatch": "<from-root>",
|
2020-03-17 07:58:17 -04:00
|
|
|
"shelljs": "<from-root>",
|
2020-05-05 18:37:31 -04:00
|
|
|
"typed-graphqlify": "<from-root>",
|
2020-03-17 07:58:17 -04:00
|
|
|
"yaml": "<from-root>",
|
2020-05-12 12:48:02 -04:00
|
|
|
"yargs": "<from-root>"
|
|
|
|
},
|
|
|
|
"peerDependencies": {
|
|
|
|
"@bazel/buildifier": "<from-root>",
|
|
|
|
"clang-format": "<from-root>",
|
|
|
|
"tslib": "<from-root>",
|
|
|
|
"typescript": "<from-root>"
|
2020-03-17 07:58:17 -04:00
|
|
|
}
|
|
|
|
}
|