UNPKG

@schematics/angular

Version:
40 lines (39 loc) 877 B
{ "name": "@schematics/angular", "version": "8.3.0-next.1", "description": "Schematics specific to Angular", "keywords": [ "angular", "Angular CLI", "devkit", "sdk", "Angular DevKit", "blueprints", "code generation", "schematics" ], "schematics": "./collection.json", "dependencies": { "@angular-devkit/core": "8.3.0-next.1", "@angular-devkit/schematics": "8.3.0-next.1" }, "repository": { "type": "git", "url": "https://github.com/angular/angular-cli.git" }, "engines": { "node": ">= 10.9.0", "npm": ">= 6.2.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" } } }