1
0
mirror of https://github.com/angular/angular-cli.git synced 2025-05-31 01:34:40 +08:00
Paul Gschwendtner 74162d54b2 build: migrate @angular-devkit/architect-cli tests to rules_js
Migrates `@angular-devkit/architect-cli` jasmine rules to the
native `rules_js` variant.
2025-01-17 16:29:45 +01:00

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"
}
}