UNPKG

878 BJSONView Raw
1{
2 "name": "@angular-devkit/schematics",
3 "version": "12.0.3",
4 "description": "Angular Schematics - Library",
5 "main": "src/index.js",
6 "typings": "src/index.d.ts",
7 "keywords": [
8 "angular",
9 "Angular CLI",
10 "devkit",
11 "sdk",
12 "Angular DevKit",
13 "blueprints",
14 "scaffolding",
15 "template",
16 "tooling",
17 "code generation",
18 "schematics"
19 ],
20 "dependencies": {
21 "@angular-devkit/core": "12.0.3",
22 "ora": "5.4.0",
23 "rxjs": "6.6.7"
24 },
25 "repository": {
26 "type": "git",
27 "url": "https://github.com/angular/angular-cli.git"
28 },
29 "engines": {
30 "node": "^12.14.1 || >=14.0.0",
31 "npm": "^6.11.0 || ^7.5.6",
32 "yarn": ">= 1.13.0"
33 },
34 "author": "Angular Authors",
35 "license": "MIT",
36 "bugs": {
37 "url": "https://github.com/angular/angular-cli/issues"
38 },
39 "homepage": "https://github.com/angular/angular-cli"
40}