forked from angular/angular-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 694 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 694 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"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": "0.0.0-EXPERIMENTAL-PLACEHOLDER",
"@angular-devkit/core": "0.0.0-PLACEHOLDER",
"ansi-colors": "4.1.3",
"progress": "2.0.3",
"rxjs": "6.6.7",
"symbol-observable": "4.0.0",
"yargs-parser": "21.0.1"
},
"devDependencies": {
"@types/progress": "2.0.5"
}
}