UNPKG

845 BJSONView Raw
1{
2 "name": "@schematics/schematics",
3 "version": "0.1102.12",
4 "description": "Schematics specific to Angular",
5 "experimental": true,
6 "keywords": [
7 "angular",
8 "Angular CLI",
9 "devkit",
10 "sdk",
11 "Angular DevKit",
12 "blueprints",
13 "code generation",
14 "schematics",
15 "schematic"
16 ],
17 "schematics": "./collection.json",
18 "dependencies": {
19 "@angular-devkit/core": "11.2.12",
20 "@angular-devkit/schematics": "11.2.12"
21 },
22 "repository": {
23 "type": "git",
24 "url": "https://github.com/angular/angular-cli.git"
25 },
26 "engines": {
27 "node": ">= 10.13.0",
28 "npm": "^6.11.0 || ^7.5.6",
29 "yarn": ">= 1.13.0"
30 },
31 "author": "Angular Authors",
32 "license": "MIT",
33 "bugs": {
34 "url": "https://github.com/angular/angular-cli/issues"
35 },
36 "homepage": "https://github.com/angular/angular-cli"
37}