UNPKG

835 BJSONView Raw
1{
2 "name": "@schematics/angular",
3 "version": "12.2.4",
4 "description": "Schematics specific to Angular",
5 "homepage": "https://github.com/angular/angular-cli",
6 "keywords": [
7 "angular",
8 "Angular CLI",
9 "devkit",
10 "sdk",
11 "Angular DevKit",
12 "blueprints",
13 "code generation",
14 "schematics"
15 ],
16 "schematics": "./collection.json",
17 "dependencies": {
18 "@angular-devkit/core": "12.2.4",
19 "@angular-devkit/schematics": "12.2.4",
20 "jsonc-parser": "3.0.0"
21 },
22 "repository": {
23 "type": "git",
24 "url": "https://github.com/angular/angular-cli.git"
25 },
26 "engines": {
27 "node": "^12.14.1 || >=14.0.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}