UNPKG

1.03 kBJSONView Raw
1{
2 "name": "@angular-devkit/schematics-cli",
3 "version": "12.2.8",
4 "description": "Angular Schematics - CLI",
5 "homepage": "https://github.com/angular/angular-cli",
6 "bin": {
7 "schematics": "./bin/schematics.js"
8 },
9 "keywords": [
10 "angular",
11 "Angular CLI",
12 "devkit",
13 "sdk",
14 "Angular DevKit",
15 "blueprints",
16 "scaffolding",
17 "template",
18 "tooling",
19 "code generation",
20 "schematics"
21 ],
22 "schematics": "./collection.json",
23 "dependencies": {
24 "@angular-devkit/core": "12.2.8",
25 "@angular-devkit/schematics": "12.2.8",
26 "ansi-colors": "4.1.1",
27 "inquirer": "8.1.2",
28 "minimist": "1.2.5",
29 "symbol-observable": "4.0.0"
30 },
31 "repository": {
32 "type": "git",
33 "url": "https://github.com/angular/angular-cli.git"
34 },
35 "engines": {
36 "node": "^12.14.1 || >=14.0.0",
37 "npm": "^6.11.0 || ^7.5.6",
38 "yarn": ">= 1.13.0"
39 },
40 "author": "Angular Authors",
41 "license": "MIT",
42 "bugs": {
43 "url": "https://github.com/angular/angular-cli/issues"
44 }
45}