mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-14 09:15:01 +08:00
This change removes the need for the `@schematics/schematics` package and moves it inside `@angular-devkit/schematics-cli`.
27 lines
576 B
JSON
27 lines
576 B
JSON
{
|
|
"name": "@angular-devkit/schematics-cli",
|
|
"version": "0.0.0",
|
|
"description": "Angular Schematics - CLI",
|
|
"experimental": true,
|
|
"bin": {
|
|
"schematics": "./bin/schematics.js"
|
|
},
|
|
"keywords": [
|
|
"blueprints",
|
|
"scaffolding",
|
|
"template",
|
|
"tooling",
|
|
"code generation",
|
|
"schematics"
|
|
],
|
|
"schematics": "./collection.json",
|
|
"dependencies": {
|
|
"@angular-devkit/core": "0.0.0",
|
|
"@angular-devkit/schematics": "0.0.0",
|
|
"ansi-colors": "4.1.1",
|
|
"inquirer": "8.0.0",
|
|
"minimist": "1.2.5",
|
|
"symbol-observable": "3.0.0"
|
|
}
|
|
}
|