UNPKG

@schematics/angular

Version:
41 lines (40 loc) 894 B
{ "name": "@schematics/angular", "version": "9.1.15", "description": "Schematics specific to Angular", "keywords": [ "angular", "Angular CLI", "devkit", "sdk", "Angular DevKit", "blueprints", "code generation", "schematics" ], "schematics": "./collection.json", "dependencies": { "@angular-devkit/core": "9.1.15", "@angular-devkit/schematics": "9.1.15" }, "repository": { "type": "git", "url": "https://github.com/angular/angular-cli.git" }, "engines": { "node": ">= 10.13.0", "npm": "^6.11.0 || ^7.5.6", "yarn": ">= 1.13.0" }, "author": "Angular Authors", "license": "MIT", "bugs": { "url": "https://github.com/angular/angular-cli/issues" }, "homepage": "https://github.com/angular/angular-cli", "husky": { "hooks": { "pre-push": "node ./bin/devkit-admin hooks/pre-push" } } }