UNPKG

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