UNPKG

915 BJSONView Raw
1{
2 "name": "@schematics/angular",
3 "version": "10.1.3",
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.1.3",
18 "@angular-devkit/schematics": "10.1.3",
19 "jsonc-parser": "2.3.0"
20 },
21 "repository": {
22 "type": "git",
23 "url": "https://github.com/angular/angular-cli.git"
24 },
25 "engines": {
26 "node": ">= 10.13.0",
27 "npm": ">= 6.11.0",
28 "yarn": ">= 1.13.0"
29 },
30 "author": "Angular Authors",
31 "license": "MIT",
32 "bugs": {
33 "url": "https://github.com/angular/angular-cli/issues"
34 },
35 "homepage": "https://github.com/angular/angular-cli",
36 "husky": {
37 "hooks": {
38 "pre-push": "node ./bin/devkit-admin hooks/pre-push"
39 }
40 }
41}