Alan Agius f6e1fd84a2 refactor(@angular-devkit/schematics-cli): move @schematics/schematics into this package
This change removes the need for the `@schematics/schematics` package and moves it inside `@angular-devkit/schematics-cli`.
2021-04-02 08:09:07 +02:00

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