mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-31 01:34:40 +08:00
28 lines
693 B
JSON
28 lines
693 B
JSON
{
|
|
"name": "@angular-devkit/architect-cli",
|
|
"version": "0.0.0-EXPERIMENTAL-PLACEHOLDER",
|
|
"description": "Angular Architect CLI",
|
|
"homepage": "https://github.com/angular/angular-cli",
|
|
"experimental": true,
|
|
"bin": {
|
|
"architect": "./bin/architect.js"
|
|
},
|
|
"keywords": [
|
|
"build system",
|
|
"build facade",
|
|
"build",
|
|
"tooling"
|
|
],
|
|
"dependencies": {
|
|
"@angular-devkit/architect": "workspace:0.0.0-EXPERIMENTAL-PLACEHOLDER",
|
|
"@angular-devkit/core": "workspace:0.0.0-PLACEHOLDER",
|
|
"ansi-colors": "4.1.3",
|
|
"progress": "2.0.3",
|
|
"symbol-observable": "4.0.0",
|
|
"yargs-parser": "21.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/progress": "2.0.7"
|
|
}
|
|
}
|